Field3D
|
This class wraps up a single field to make its interpolator and its mapping easily accessible. The 'Vec' typedef gives access to a std::vector. More...
#include <FieldWrapper.h>
Public Types | |
typedef Field_T | field_type |
typedef std::vector< FieldWrapper > | Vec |
Public Member Functions | |
FieldWrapper (const typename Field_T::Ptr f) | |
Public Attributes | |
const Field_T * | field |
Field_T::Ptr | fieldPtr |
Field_T::LinearInterp | interp |
const Field3D::FieldMapping * | mapping |
Box3d | vsBounds |
This class wraps up a single field to make its interpolator and its mapping easily accessible. The 'Vec' typedef gives access to a std::vector.
Definition at line 33 of file FieldWrapper.h.
typedef Field_T FieldWrapper< Field_T >::field_type |
Definition at line 35 of file FieldWrapper.h.
typedef std::vector<FieldWrapper> FieldWrapper< Field_T >::Vec |
Definition at line 36 of file FieldWrapper.h.
|
inline |
Definition at line 38 of file FieldWrapper.h.
Field_T::LinearInterp FieldWrapper< Field_T >::interp |
Definition at line 45 of file FieldWrapper.h.
Referenced by MIPFieldWrapper< Field_T >::MIPFieldWrapper().
const Field_T* FieldWrapper< Field_T >::field |
Definition at line 46 of file FieldWrapper.h.
Field_T::Ptr FieldWrapper< Field_T >::fieldPtr |
Definition at line 47 of file FieldWrapper.h.
const Field3D::FieldMapping* FieldWrapper< Field_T >::mapping |
Definition at line 48 of file FieldWrapper.h.
Box3d FieldWrapper< Field_T >::vsBounds |
Definition at line 49 of file FieldWrapper.h.