Interface of a functor with argument. More...
#include <arcane/utils/IAMRTransportFunctor.h>
Public Member Functions | |
| virtual | ~IAMRTransportFunctor () |
| Frees resources. | |
| virtual void | executeFunctor (Array< ItemInternal * > &old_items, AMROperationType op)=0 |
| Executes the associated method. | |
| virtual void | executeFunctor (Array< Cell > &old_items, AMROperationType op)=0 |
| Executes the associated method. | |
Interface of a functor with argument.
Definition at line 43 of file IAMRTransportFunctor.h.
|
inlinevirtual |
Frees resources.
Definition at line 48 of file IAMRTransportFunctor.h.
|
pure virtual |
Executes the associated method.
Implemented in Arcane::AMRComputeFunction, and Arcane::AMRTransportFunctorT< ClassType >.
|
pure virtual |
Executes the associated method.
Implemented in Arcane::AMRComputeFunction, and Arcane::AMRTransportFunctorT< ClassType >.