|
Field3D
|
#include <FieldGroup.h>
Public Member Functions | |
| template<typename T> | |
| void | operator() (const T &vec) const |
| Functor. | |
| SampleMIP (const V3d &p, const float wsSpotSize, float *result, size_t &numHits) | |
| Ctor. | |
Public Attributes | |
| size_t & | m_numHits |
| const V3d & | m_p |
| float * | m_result |
| const float | m_wsSpotSize |
Definition at line 1095 of file FieldGroup.h.
|
inline |
Ctor.
Definition at line 1098 of file FieldGroup.h.
References m_numHits, m_p, m_result, and m_wsSpotSize.
|
inline |
Functor.
Definition at line 1104 of file FieldGroup.h.
References m_numHits, m_p, m_result, m_wsSpotSize, and FieldSampler< WrapperVec_T, Dims_T >::sampleMIP().
| const V3d& FieldGroup< BaseTypeList_T, Dims_T >::SampleMIP::m_p |
Definition at line 1110 of file FieldGroup.h.
Referenced by operator()(), and SampleMIP().
| const float FieldGroup< BaseTypeList_T, Dims_T >::SampleMIP::m_wsSpotSize |
Definition at line 1111 of file FieldGroup.h.
Referenced by operator()(), and SampleMIP().
| float* FieldGroup< BaseTypeList_T, Dims_T >::SampleMIP::m_result |
Definition at line 1112 of file FieldGroup.h.
Referenced by operator()(), and SampleMIP().
| size_t& FieldGroup< BaseTypeList_T, Dims_T >::SampleMIP::m_numHits |
Definition at line 1113 of file FieldGroup.h.
Referenced by operator()(), and SampleMIP().