Legion Runtime
Public Member Functions | Protected Attributes | List of all members
Legion::PointInDomainIterator< DIM, COORD_T > Class Template Reference

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
 
PointInDomainIteratoroperator++ (void)
 
PointInDomainIterator operator++ (int)
 

Protected Attributes

RectInDomainIterator< DIM, COORD_T > rect_itr
 
PointInRectIterator< DIM, COORD_T > point_itr
 
bool column_major
 

The documentation for this class was generated from the following file: