|
Field3D
|
#include <FieldGroup.h>
Public Member Functions | |
| GrabFields (Field3D::FieldRes::Ptr f) | |
| Ctor. More... | |
| template<typename WrapperVec_T > | |
| void | operator() (WrapperVec_T &vec) const |
| Functor. More... | |
Public Attributes | |
| Field3D::FieldRes::Ptr | m_field |
| The field to work on. Will be matched against the type of operator(). More... | |
Definition at line 490 of file FieldGroup.h.
|
inline |
Ctor.
Definition at line 493 of file FieldGroup.h.
|
inline |
Functor.
Definition at line 498 of file FieldGroup.h.
| Field3D::FieldRes::Ptr FieldGroup< BaseTypeList_T, Dims_T >::GrabFields::m_field |
The field to work on. Will be matched against the type of operator().
Definition at line 509 of file FieldGroup.h.