12#ifndef ARCANE_UTILS_FUNCTORAMRTRANSPORT_H
13#define ARCANE_UTILS_FUNCTORAMRTRANSPORT_H
17#include "arcane/utils/IAMRTransportFunctor.h"
32template <
typename ClassType>
AMRTransportFunctorT(ClassType *object, FuncPtr funcptr)
Constructor.
void executeFunctor(Array< ItemInternal * > &old_cells, AMROperationType op)
Executes the associated method.
ClassType * m_object
Associated object.
void executeFunctor(Array< Cell > &old_cells, AMROperationType op)
Executes the associated method.
FuncPtr2 m_function2
Pointer to the associated method.
void(ClassType::* FuncPtr)(Array< ItemInternal * > &, AMROperationType)
Type of the method pointer.
void(ClassType::* FuncPtr2)(Array< Cell > &, AMROperationType)
Type of the method pointer.
FuncPtr m_function
Pointer to the associated method.
Base class for 1D data vectors.
Interface of a functor with argument.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --