Public Types | |
| typedef void(ClassType::* | FuncPtr) (Array< ItemInternal * > &, AMROperationType) |
| Type of the method pointer. | |
| typedef void(ClassType::* | FuncPtr2) (Array< Cell > &, AMROperationType) |
| Type of the method pointer. | |
Public Member Functions | |
| AMRTransportFunctorT (ClassType *object, FuncPtr funcptr) | |
| Constructor. | |
| AMRTransportFunctorT (ClassType *object, FuncPtr2 funcptr2) | |
| Public Member Functions inherited from Arcane::IAMRTransportFunctor | |
| virtual | ~IAMRTransportFunctor () |
| Frees resources. | |
Protected Member Functions | |
| void | executeFunctor (Array< ItemInternal * > &old_cells, AMROperationType op) |
| Executes the associated method. | |
| void | executeFunctor (Array< Cell > &old_cells, AMROperationType op) |
| Executes the associated method. | |
Definition at line 33 of file AMRTransportFunctor.h.
| typedef void(ClassType::* Arcane::AMRTransportFunctorT< ClassType >::FuncPtr) (Array< ItemInternal * > &, AMROperationType) |
Type of the method pointer.
Definition at line 38 of file AMRTransportFunctor.h.
| typedef void(ClassType::* Arcane::AMRTransportFunctorT< ClassType >::FuncPtr2) (Array< Cell > &, AMROperationType) |
Type of the method pointer.
Definition at line 39 of file AMRTransportFunctor.h.
|
inline |
Constructor.
Definition at line 43 of file AMRTransportFunctor.h.
|
inline |
Definition at line 48 of file AMRTransportFunctor.h.
|
inlineprotectedvirtual |
Executes the associated method.
Implements Arcane::IAMRTransportFunctor.
Definition at line 61 of file AMRTransportFunctor.h.
|
inlineprotectedvirtual |
Executes the associated method.
Implements Arcane::IAMRTransportFunctor.
Definition at line 56 of file AMRTransportFunctor.h.