|
Field3D
|
#include <DenseField.h>
Public Types | |
| typedef DenseField< Data_T > | class_type |
Public Member Functions | |
| iterator (class_type &field, const Box3i &window, const V3i ¤tPos) | |
| template<class Iter_T> | |
| bool | operator!= (const Iter_T &rhs) const |
| Data_T & | operator* () const |
| const iterator & | operator++ () |
| Data_T * | operator-> () const |
| template<class Iter_T> | |
| bool | operator== (const Iter_T &rhs) const |
Public Attributes | |
| int | x |
| Current position. | |
| int | y |
| int | z |
Private Attributes | |
| class_type & | m_field |
| Reference to field being iterated over. | |
| Data_T * | m_p |
| Pointer to current element. | |
| Box3i | m_window |
| Window to traverse. | |
Definition at line 352 of file DenseField.h.
| typedef DenseField<Data_T> DenseField< Data_T >::iterator::class_type |
Definition at line 366 of file DenseField.h.
|
inline |
Definition at line 370 of file DenseField.h.
References m_field, m_p, m_window, x, y, and z.
Referenced by operator++().
|
inline |
Definition at line 383 of file DenseField.h.
|
inline |
|
inline |
|
inline |
|
inline |
| int DenseField< Data_T >::iterator::x |
Current position.
Definition at line 427 of file DenseField.h.
Referenced by iterator(), and operator++().
| int DenseField< Data_T >::iterator::y |
Definition at line 427 of file DenseField.h.
Referenced by iterator(), and operator++().
| int DenseField< Data_T >::iterator::z |
Definition at line 427 of file DenseField.h.
Referenced by iterator(), and operator++().
|
private |
Pointer to current element.
Definition at line 434 of file DenseField.h.
Referenced by iterator(), operator!=(), operator*(), operator++(), operator->(), and operator==().
|
private |
Window to traverse.
Definition at line 436 of file DenseField.h.
Referenced by iterator(), and operator++().
|
private |
Reference to field being iterated over.
Definition at line 438 of file DenseField.h.
Referenced by iterator(), and operator++().