|
| REALM_CUDA_HD | Rect (void) |
| |
| template<int N2, typename T2 > |
| REALM_CUDA_HD | Rect (const Realm::Rect< N2, T2 > &rhs) |
| |
| template<int N2, typename T2 > |
| REALM_CUDA_HD | Rect (const Rect< N2, T2 > &rhs) |
| |
| template<int N2, typename T2 > |
| REALM_CUDA_HD Rect< N, T > & | operator= (const Realm::Rect< N2, T2 > &rhs) |
| |
| template<int N2, typename T2 > |
| REALM_CUDA_HD Rect< N, T > & | operator= (const Rect< N2, T2 > &rhs) |
| |
| Event | fill (const std::vector< CopySrcDstField > &dsts, const ProfilingRequestSet &requests, const void *fill_value, size_t fill_value_size, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const IndexSpace< N, T > &mask, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| typedef | ONLY_IF_INTEGRAL (T) value_type |
| |
| REALM_CUDA_HD | Rect (void) |
| |
| REALM_CUDA_HD | Rect (const Point< N, T > &_lo, const Point< N, T > &_hi) |
| |
| template<typename T2 > |
| REALM_CUDA_HD | Rect (const Rect< N, T2 > ©_from) |
| |
| template<typename T2 > |
| REALM_CUDA_HD Rect< N, T > & | operator= (const Rect< N, T2 > ©_from) |
| |
| REALM_CUDA_HD bool | empty (void) const |
| |
| REALM_CUDA_HD size_t | volume (void) const |
| |
| REALM_CUDA_HD bool | contains (const Point< N, T > &p) const |
| |
| REALM_CUDA_HD bool | contains (const Rect< N, T > &other) const |
| |
| REALM_CUDA_HD bool | contains (const IndexSpace< N, T > &is) const |
| |
| REALM_CUDA_HD bool | overlaps (const Rect< N, T > &other) const |
| |
| REALM_CUDA_HD Rect< N, T > | intersection (const Rect< N, T > &other) const |
| |
| REALM_CUDA_HD Rect< N, T > | union_bbox (const Rect< N, T > &other) const |
| |
| template<int N2, typename T2 > |
| Rect< N2, T2 > REALM_CUDA_HD | apply_transform (const Matrix< N2, N, T2 > &transform, const Point< N2, T2 > &offset) const |
| |
| Event | fill (const std::vector< CopySrcDstField > &dsts, const ProfilingRequestSet &requests, const void *fill_value, size_t fill_value_size, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |
| Event | copy (const std::vector< CopySrcDstField > &srcs, const std::vector< CopySrcDstField > &dsts, const IndexSpace< N, T > &mask, const ProfilingRequestSet &requests, Event wait_on=Event::NO_EVENT, int priority=0) const |
| |