#include <BitImage3DIterators.hpp>
Inheritance diagram for BIM3D_iteratorZone< BitImage3D, _Ref >:
Public Member Functions | |
double | Progress () |
void | AssertBounds () |
_Self | operator++ (int) |
_Self & | operator++ () |
void | operator-- (int) |
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_iteratorZone (const RectZone3Di &_zone) | |
Public Attributes | |
RectZone3Di | zone |
Private Types | |
typedef BIM3D_iteratorFast< BitImage3D, _Ref > | _BaseBase |
typedef BIM3D_iteratorXYZ< BitImage3D, _Ref > | _Base |
typedef BIM3D_iteratorZone< BitImage3D, _Ref > | _Self |
keeps track of x,y,z position
Definition at line 185 of file BitImage3DIterators.hpp.