|
Field3D
|
#include <FieldGroup.h>
Public Member Functions | |
| GrabFields (Field3D::FieldRes::Ptr f, const M44d &osToWs, ValueRemapOp::Ptr op, const bool doWsBoundsOptimization) | |
| Ctor. More... | |
| template<typename WrapperVec_T > | |
| void | operator() (WrapperVec_T &vec) const |
| Functor. More... | |
Private Attributes | |
| bool | m_doWsBoundsOptimization |
| Enable world space bounds optimization. More... | |
| Field3D::FieldRes::Ptr | m_field |
| The field to work on. Will be matched against the type of operator(). More... | |
| ValueRemapOp::Ptr | m_op |
| Value remap operator. More... | |
| M44d | m_osToWs |
| Object to world transform. More... | |
Definition at line 899 of file FieldGroup.h.
|
inline |
Ctor.
Definition at line 902 of file FieldGroup.h.
|
inline |
Functor.
Definition at line 911 of file FieldGroup.h.
References FieldGroup< BaseTypeList_T, Dims_T >::m_doWsBoundsOptimization, and FieldGroup< BaseTypeList_T, Dims_T >::m_osToWs.
|
private |
The field to work on. Will be matched against the type of operator().
Definition at line 944 of file FieldGroup.h.
|
private |
Object to world transform.
Definition at line 946 of file FieldGroup.h.
|
private |
Value remap operator.
Definition at line 948 of file FieldGroup.h.
|
private |
Enable world space bounds optimization.
Definition at line 950 of file FieldGroup.h.