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