This is the complete list of members for fieldMapper, including all inherited members.
fieldMapper() | fieldMapper | inline |
FOR_ALL_FIELD_TYPES(DEFINE_FIELD_MAPPER_MAP_OPERATOR,=0) | fieldMapper | |
FOR_ALL_FIELD_TYPES(DEFINE_FIELD_MAPPER_MAP_OR_ASSIGN_OPERATOR,) | fieldMapper | |
mapOrAssign(const Field< Type > &mapF, const Type &unmappedVal) const | fieldMapper | |
mapOrAssign(const Field< Type > &mapF, const FieldFunctor< Type > &unmappedFunc) const | fieldMapper | |
operator()(Field< label > &f, const Field< label > &mapF) const =0 | fieldMapper | pure virtual |
operator()(const Field< label > &mapF) const =0 | fieldMapper | pure virtual |
operator()(Field< Type > &f, const tmp< Field< Type >> &tmapF) const | fieldMapper | |
operator()(const tmp< Field< Type >> &tmapF) const | fieldMapper | |
operator()(Field< label > &f, const Field< label > &mapF, const label &unmappedVal) const | fieldMapper | virtual |
operator()(const Field< label > &mapF, const label &unmappedVal) const | fieldMapper | virtual |
operator()(Field< label > &f, const Field< label > &mapF, const FieldFunctor< label > &unmappedFunc) const | fieldMapper | virtual |
operator()(const Field< label > &mapF, const FieldFunctor< label > &unmappedFunc) const | fieldMapper | virtual |
operator()(Field< Type > &f, const Field< Type > &mapF, const FieldOp &unmappedOp) const | fieldMapper | |
operator()(const Field< Type > &mapF, const FieldOp &unmappedOp) const | fieldMapper | |
operator()(const tmp< Field< Type >> &tmapF) const | fieldMapper | |
operator()(const Field< Type > &mapF, const FieldOp &unmappedOp) const | fieldMapper | |
~fieldMapper() | fieldMapper | inlinevirtual |