|
Field3D
|
#include <FieldGroup.h>
Public Member Functions | |
| GetMinMaxMIP (const Box3d &wsBounds, float *min, float *max) | |
| Ctor. More... | |
| template<typename T > | |
| void | operator() (const T &vec) const |
| Functor. More... | |
Public Attributes | |
| float * | m_max |
| float * | m_min |
| const Box3d & | m_wsBounds |
Definition at line 1348 of file FieldGroup.h.
|
inline |
Ctor.
Definition at line 1351 of file FieldGroup.h.
|
inline |
Functor.
Definition at line 1356 of file FieldGroup.h.
References FieldSampler< WrapperVec_T, Dims_T >::getMinMaxMIP().
| const Box3d& FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::m_wsBounds |
Definition at line 1361 of file FieldGroup.h.
| float* FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::m_min |
Definition at line 1362 of file FieldGroup.h.
| float* FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::m_max |
Definition at line 1363 of file FieldGroup.h.