Public Member Functions | |
| PointInDomainIterator (const DomainT< DIM, COORD_T > &d, bool column_major_order=true) | |
| bool | valid (void) const |
| bool | step (void) |
| bool | operator() (void) const |
| Point< DIM, COORD_T > | operator* (void) const |
| COORD_T | operator[] (unsigned index) const |
| const Point< DIM, COORD_T > * | operator-> (void) const |
| PointInDomainIterator & | operator++ (void) |
| PointInDomainIterator | operator++ (int) |
Protected Attributes | |
|
RectInDomainIterator< DIM, COORD_T > | rect_itr |
| PointInRectIterator< DIM, COORD_T > | point_itr |
| bool | column_major |
1.8.6