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