|
Field3D
|
#include <FieldGroup.h>
Public Member Functions | |
| GetMinMaxPrefilt (const Box3d &wsBounds, float *result, MinMaxMode mode) | |
| Ctor. | |
| template<typename T> | |
| void | operator() (const T &vec) const |
| Functor. | |
Public Attributes | |
| MinMaxMode | m_mode |
| float * | m_result |
| const Box3d & | m_wsBounds |
Definition at line 1369 of file FieldGroup.h.
|
inline |
Ctor.
Definition at line 1376 of file FieldGroup.h.
References m_mode, m_result, m_wsBounds, and FieldGroup< BaseTypeList_T, Dims_T >::wsBounds().
|
inline |
Functor.
Definition at line 1381 of file FieldGroup.h.
References FieldSampler< WrapperVec_T, Dims_T >::getMinMaxPrefilt(), m_mode, m_result, m_wsBounds, FieldSampler< WrapperVec_T, Dims_T >::Max, Min, and FieldSampler< WrapperVec_T, Dims_T >::Min.
| const Box3d& FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxPrefilt::m_wsBounds |
Definition at line 1392 of file FieldGroup.h.
Referenced by GetMinMaxPrefilt(), and operator()().
| float* FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxPrefilt::m_result |
Definition at line 1393 of file FieldGroup.h.
Referenced by GetMinMaxPrefilt(), and operator()().
| MinMaxMode FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxPrefilt::m_mode |
Definition at line 1394 of file FieldGroup.h.
Referenced by GetMinMaxPrefilt(), and operator()().