#include <BitImage3DIterators.hpp>
Inheritance diagram for BIM3D_iteratorFast< BitImage3D, _Ref >:
Public Member Functions | |
void | AssertBounds () |
_Ref | operator * () |
double | Progress () const |
_Self | operator++ (int) |
_Self & | operator++ () |
void | operator+= (size_t m) |
_Self | operator+ (size_t m) |
_Self | operator- (size_t m) |
_Self | operator-- (int) |
_Self & | operator-- () |
void | operator-= (size_t m) |
int | operator- (const _Self &other) |
bool | operator< (const _Self &other) |
bool | operator<= (const _Self &other) |
bool | operator> (const _Self &other) |
bool | operator>= (const _Self &other) |
Vect3Di | ComputePosition () const |
void | operator+= (const Vect3Di &dV) |
void | operator= (const Vect3Di &P) |
bool | operator!= (const _Self &other) |
bool | operator== (const _Self &other) |
BIM3D_iteratorFast (BitImage3D *_ima, size_t _pos) | |
Public Attributes | |
BitImage3D * | ima |
size_t | pos |
Private Types | |
typedef BIM3D_iteratorFast< BitImage3D, _Ref > | _Self |
Definition at line 33 of file BitImage3DIterators.hpp.