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

#include <sparsity.h>

Collaboration diagram for Realm::SparsityMapEntry< N, T >:

Public Attributes

Rect< N, T > bounds
 
SparsityMap< N, T > sparsity
 
HierarchicalBitMap< N, T > * bitmap
 

Member Data Documentation

◆ bitmap

template<int N, typename T >
HierarchicalBitMap<N, T>* Realm::SparsityMapEntry< N, T >::bitmap

◆ bounds

template<int N, typename T >
Rect<N, T> Realm::SparsityMapEntry< N, T >::bounds

◆ sparsity

template<int N, typename T >
SparsityMap<N, T> Realm::SparsityMapEntry< N, T >::sparsity

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