Field3D
|
#include <MACField.h>
Public Types | |
typedef MACField< Data_T > | class_type |
typedef MACField< Data_T >::real_t | real_t |
Public Member Functions | |
mac_comp_iterator (MACComponent comp, class_type &field, const Box3i &window, const V3i ¤tPos) | |
template<class Iter_T > | |
bool | operator!= (const Iter_T &rhs) const |
real_t & | operator* () const |
mac_comp_iterator & | operator++ () |
real_t * | operator-> () const |
template<class Iter_T > | |
bool | operator== (const Iter_T &rhs) const |
Public Attributes | |
int | x |
Current position. More... | |
int | y |
int | z |
Private Member Functions | |
void | updatePointer () |
Private Attributes | |
MACComponent | m_comp |
Component to look up. More... | |
class_type & | m_field |
Reference to field being iterated over. More... | |
real_t * | m_p |
Pointer to current element. More... | |
Box3i | m_window |
Window to traverse. More... | |
Definition at line 467 of file MACField.h.
typedef MACField<Data_T> MACField< Data_T >::mac_comp_iterator::class_type |
Definition at line 473 of file MACField.h.
typedef MACField<Data_T>::real_t MACField< Data_T >::mac_comp_iterator::real_t |
Definition at line 474 of file MACField.h.
|
inline |
Definition at line 478 of file MACField.h.
|
inline |
Definition at line 489 of file MACField.h.
References MACField< Data_T >::mac_comp_iterator::x.
|
inline |
Definition at line 509 of file MACField.h.
|
inline |
Definition at line 515 of file MACField.h.
Definition at line 520 of file MACField.h.
Definition at line 525 of file MACField.h.
|
inlineprivate |
int MACField< Data_T >::mac_comp_iterator::x |
Current position.
Definition at line 533 of file MACField.h.
Referenced by MACField< Data_T >::mac_comp_iterator::operator++().
int MACField< Data_T >::mac_comp_iterator::y |
Definition at line 533 of file MACField.h.
int MACField< Data_T >::mac_comp_iterator::z |
Definition at line 533 of file MACField.h.
Pointer to current element.
Definition at line 559 of file MACField.h.
Window to traverse.
Definition at line 561 of file MACField.h.
|
private |
Component to look up.
Definition at line 563 of file MACField.h.
|
private |
Reference to field being iterated over.
Definition at line 565 of file MACField.h.