Class used to lazily evaluate field-generating operators. More...
Public Member Functions | |
FieldOpFunctor (const FieldOp &op) | |
Construct from an operator. More... | |
virtual | ~FieldOpFunctor () |
Destructor. More... | |
virtual tmp< Field< Type > > | operator() () const |
Evaluate the field. More... | |
Public Member Functions inherited from fieldMapper::FieldFunctor< Type > | |
FieldFunctor () | |
Construct null. More... | |
virtual | ~FieldFunctor () |
Destructor. More... | |
Class used to lazily evaluate field-generating operators.
Definition at line 203 of file fieldMapper.H.
|
inline |
Construct from an operator.
Definition at line 218 of file fieldMapper.H.
|
inlinevirtual |
Destructor.
Definition at line 226 of file fieldMapper.H.
Evaluate the field.
Implements fieldMapper::FieldFunctor< Type >.
Definition at line 233 of file fieldMapper.H.