|
template<int DIM, typename T = coord_t> |
using | Legion::Point = Realm::Point< DIM, T > |
|
template<int DIM, typename T = coord_t> |
using | Legion::Rect = Realm::Rect< DIM, T > |
|
template<int M, int N, typename T = coord_t> |
using | Legion::Transform = Realm::Matrix< M, N, T > |
|
template<int DIM, typename T = coord_t> |
using | Legion::DomainT = Realm::IndexSpace< DIM, T > |
|
This file provides some untyped representations of points and domains as well as backwards compatibility types necessary for maintaining older versions of the runtime