IsoEx
|
#include <Grid.hh>
Public Member Functions | |
CubeIterator (unsigned int _idx) | |
CubeIdx & | operator* () |
Get cube index from iterator. | |
CubeIdx * | operator-> () |
Get cube index from iterator. | |
bool | operator== (const CubeIterator &_rhs) const |
Comparison. | |
bool | operator!= (const CubeIterator &_rhs) const |
Comparison. | |
CubeIterator & | operator++ () |
Pre-increment. | |
A CubeIterator is used to iterate over all cubes in the grid, from begin() to end(), just like for STL containers. Its operator* returns a CubeIdx.
|
inline |
Constructor.