#include <BitImage3DIterators.hpp>
Inheritance diagram for BIM3D_iteratorXYZ< BitImage3D, _Ref >:
Public Member Functions | |
void | AssertBounds () |
_Self | operator++ (int) |
_Self & | operator++ () |
_Self | operator-- (int) |
_Self & | operator-- () |
Vect3Di | V () const |
deprecated!!! | |
Vect3Di | Pos () const |
use this instead | |
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 BIM3D_iteratorFast< BitImage3D, _Ref > &other) |
BIM3D_iteratorXYZ (const BIM3D_iteratorFast< BitImage3D, _Ref > &other) | |
BIM3D_iteratorXYZ (BitImage3D *_ima, size_t _pos) | |
Public Attributes | |
int | x |
int | y |
int | z |
Private Types | |
typedef BIM3D_iteratorFast< BitImage3D, _Ref > | _Base |
typedef BIM3D_iteratorXYZ< BitImage3D, _Ref > | _Self |
Private Member Functions | |
void | Reposition () |
for walking through the WHOLE container
Definition at line 90 of file BitImage3DIterators.hpp.