#include <SparseImage3D.hpp>
Inheritance diagram for SIM3D_iteratorFast< ImageType, _Ptr, _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 |
Vect3Di | Pos () const |
bool | operator!= (const _Self &other) |
bool | operator== (const _Self &other) |
SIM3D_iteratorFast (ImageType *_ima, _Ptr _pos) | |
Public Attributes | |
ImageType * | ima |
_Ptr | pos |
Private Types | |
typedef SIM3D_iteratorFast< ImageType, _Ptr, _Ref > | _Self |
Definition at line 169 of file SparseImage3D.hpp.