#include <Container3DIterators.hpp>
Inheritance diagram for CTR3D_iteratorFast< Container3D, _Ref, _Ptr >:
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) const |
bool | operator< (const _Self &other) const |
bool | operator<= (const _Self &other) const |
bool | operator> (const _Self &other) const |
bool | operator>= (const _Self &other) const |
Vect3Di | ComputePosition () const |
void | operator+= (const Vect3Di &dV) |
void | operator= (const Vect3Di &P) |
bool | operator!= (const _Self &other) |
bool | operator== (const _Self &other) |
CTR3D_iteratorFast (Container3D *_ima, _Ptr _pos) | |
Public Attributes | |
Container3D * | ima |
_Ptr | pos |
Private Types | |
typedef CTR3D_iteratorFast< Container3D, _Ref, _Ptr > | _Self |
Definition at line 46 of file Container3DIterators.hpp.