iterator#

group Iterator types

Iterator types.

Typedefs

template<int DIM, typename T = coord_t>
using PointInRectIterator = Legion::PointInRectIterator<DIM, T>#

Iterator that iterates all points in a given legate::Rect.

See Realm::PointInRectIterator for a complete definition.

template<int DIM, typename T = coord_t>
using PointInDomainIterator = Legion::PointInDomainIterator<DIM, T>#

Iterator that iterates all points in a given legate::Domain.

See Legion::PointInDomainIterator for a complete definition.