SheafSystem  0.0.0.0
array_index_space_handle.h File Reference

Interface for class array_index_space_handle. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/scattered_insertion_index_space_handle.h"

Go to the source code of this file.

Classes

class  sheaf::array_index_space_handle
 An array implementation of class scattered_insertion_index_space_handle. This representation is intended to efficiently represent id spaces that are positive and dense, that is, the domain ids are in the domain (~0, ~end()) and hence the id to hub id map can be efficiently stored in an array. In particular it is intended for id spaces used to index arrays, in which case the ids are in the domain [0, end()). More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Detailed Description

Interface for class array_index_space_handle.

Definition in file array_index_space_handle.h.