Field3D
FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP Struct Reference

#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

floatm_max
 
floatm_min
 
const Box3dm_wsBounds
 

Detailed Description

template<typename BaseTypeList_T, int Dims_T>
struct FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP

Definition at line 1348 of file FieldGroup.h.

Constructor & Destructor Documentation

◆ GetMinMaxMIP()

template<typename BaseTypeList_T , int Dims_T>
FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::GetMinMaxMIP ( const Box3d & wsBounds,
float * min,
float * max )
inline

Ctor.

Definition at line 1351 of file FieldGroup.h.

1352 : m_wsBounds(wsBounds), m_min(min), m_max(max)
1353 { }
Box3d wsBounds() const
Returns the bounds of the group.
Definition FieldGroup.h:811

Member Function Documentation

◆ operator()()

template<typename BaseTypeList_T , int Dims_T>
template<typename T >
void FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::operator() ( const T & vec) const
inline

Functor.

Definition at line 1356 of file FieldGroup.h.

1357 {
1359 }
#define FIELD3D_MTX_T
Definition StdMathLib.h:99
static void getMinMaxMIP(const WrapperVec_T &f, const Box3d &wsBounds, float *min, float *max)

References FIELD3D_MTX_T, and FieldSampler< WrapperVec_T, Dims_T >::getMinMaxMIP().

Member Data Documentation

◆ m_wsBounds

template<typename BaseTypeList_T , int Dims_T>
const Box3d& FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::m_wsBounds

Definition at line 1361 of file FieldGroup.h.

◆ m_min

template<typename BaseTypeList_T , int Dims_T>
float* FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::m_min

Definition at line 1362 of file FieldGroup.h.

◆ m_max

template<typename BaseTypeList_T , int Dims_T>
float* FieldGroup< BaseTypeList_T, Dims_T >::GetMinMaxMIP::m_max

Definition at line 1363 of file FieldGroup.h.


The documentation for this struct was generated from the following file: