Public Member Functions | |
__CUDA_HD__ | PointInRectIterator (const Rect< DIM, COORD_T > &r, bool column_major_order=true) |
__CUDA_HD__ bool | valid (void) const |
__CUDA_HD__ bool | step (void) |
__CUDA_HD__ bool | operator() (void) const |
__CUDA_HD__ Point< DIM, COORD_T > | operator* (void) const |
__CUDA_HD__ COORD_T | operator[] (unsigned index) const |
__CUDA_HD__ const Point< DIM, COORD_T > * | operator-> (void) const |
__CUDA_HD__ PointInRectIterator< DIM, COORD_T > & | operator++ (void) |
__CUDA_HD__ PointInRectIterator< DIM, COORD_T > | operator++ (int) |
Protected Attributes | |
Realm::PointInRectIterator < DIM, COORD_T > | itr |