Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::CopyIndirection< N, T > Class Template Reference

#include <indexspace.h>

Classes

class  Affine
 
class  Base
 
class  Unstructured
 

Detailed Description

template<int N, typename T = int>
class Realm::CopyIndirection< N, T >

A copy indirection is a container class that is used to describe an indirection that is used to transform points in one index space into points in another index space. It is templated on the dimensionality (N) and base type (T) of source index space, and the dimensionality (N2) and base type (T2) of the destination index space.


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