#include <Field.h>
List of all members.
Constructor & Destructor Documentation
Field::const_iterator::const_iterator |
( |
const const_iterator & |
i | ) |
[inline] |
Field::const_iterator::const_iterator |
( |
const Field< Data_T > & |
field, |
|
|
const Box3i & |
window, |
|
|
const V3i & |
currentPos |
|
) |
| [inline] |
Member Function Documentation
template<class Iter_T >
bool Field::const_iterator::operator== |
( |
const Iter_T & |
rhs | ) |
const [inline] |
Definition at line 554 of file Field.h.
{
return x == rhs.x && y == rhs.y && z == rhs.z;
}
template<class Iter_T >
bool Field::const_iterator::operator!= |
( |
const Iter_T & |
rhs | ) |
const [inline] |
Definition at line 559 of file Field.h.
{
return x != rhs.x || y != rhs.y || z != rhs.z;
}
Data_T Field::const_iterator::operator* |
( |
| ) |
const [inline] |
Member Data Documentation
Window to traverse.
Definition at line 577 of file Field.h.
Reference to field being iterated over.
Definition at line 579 of file Field.h.
The documentation for this class was generated from the following file: