#include "managedObject.h"
Data Structures | |
class | indexSet |
Interface class for index set objects. More... | |
class | singletonIndex |
Index set representing a single index in an unlimited range. More... | |
class | fullIndex |
Index set representing all indices in an unlimited range. More... | |
class | voidIndex |
Index set representing no indices in an unlimited range. More... | |
class | indexSetUnion |
Index set representing the set union of two index sets. More... | |
class | indexSetCut |
Index set representing the cut of two index sets. More... | |
class | indexSetMinus |
Index set representing the difference of two index sets. More... | |
class | indexSetDifference |
Index set representing the symmetric difference of two index sets. More... | |
class | indexSetComplement |
Index set representing the complement of another index sets. More... |