#include <Container3DIterators.hpp>
Inheritance diagram for CTR3D_iteratorXYZ< Container3D, _Ref, _Ptr >:
Public Member Functions | |
void | AssertBounds () |
_Self | operator++ (int) |
_Self & | operator++ () |
_Self | operator-- (int) |
_Self & | operator-- () |
Vect3Di | Pos () const |
position as a Vect3Di | |
void | operator= (const Vect3Di &P) |
void | operator+= (size_t m) |
void | operator-= (size_t m) |
_Self | operator+ (size_t m) |
_Self | operator- (size_t m) |
void | operator= (const CTR3D_iteratorFast< Container3D, _Ref, _Ptr > &other) |
CTR3D_iteratorXYZ (const CTR3D_iteratorFast< Container3D, _Ref, _Ptr > &other) | |
CTR3D_iteratorXYZ (Container3D *_ima, _Ptr _pos) | |
Public Attributes | |
int | x |
int | y |
int | z |
Private Types | |
typedef CTR3D_iteratorFast< Container3D, _Ref, _Ptr > | _Base |
typedef CTR3D_iteratorXYZ< Container3D, _Ref, _Ptr > | _Self |
Private Member Functions | |
void | Reposition () |
for walking through the WHOLE container
Definition at line 103 of file Container3DIterators.hpp.