#include <Grid.hh>
Public Member Functions | |
| CubeIterator (unsigned int _idx) | |
| Constructor. | |
| 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. | |
Its operator* returns a CubeIdx.
|
|
Constructor.
For internal use only.
|
1.3.6-20040222