|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Defines some alias templates for OrderedSets with indirection. More...
Namespaces | |
| axom | |
| axom::slam | |
Typedefs | |
| template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType> | |
| using | axom::slam::CArrayIndirectionSet = OrderedSet< PosType, ElemType, policies::RuntimeSize< PosType >, policies::ZeroOffset< PosType >, policies::StrideOne< PosType >, policies::CArrayIndirection< PosType, ElemType > > |
| Alias template for an OrderedSet with indirection over a C array. More... | |
| template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType> | |
| using | axom::slam::VectorIndirectionSet = OrderedSet< PosType, ElemType, policies::RuntimeSize< PosType >, policies::ZeroOffset< PosType >, policies::StrideOne< PosType >, policies::STLVectorIndirection< PosType, ElemType > > |
| Alias template for an OrderedSet with indirection over an stl vector. More... | |
| template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType> | |
| using | axom::slam::ArrayIndirectionSet = OrderedSet< PosType, ElemType, policies::RuntimeSize< PosType >, policies::ZeroOffset< PosType >, policies::StrideOne< PosType >, policies::ArrayIndirection< PosType, ElemType > > |
| Alias template for an OrderedSet with indirection over an axom::Array. More... | |
| template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType> | |
| using | axom::slam::ArrayViewIndirectionSet = OrderedSet< PosType, ElemType, policies::RuntimeSize< PosType >, policies::ZeroOffset< PosType >, policies::StrideOne< PosType >, policies::ArrayViewIndirection< PosType, ElemType > > |
| Alias template for an OrderedSet with indirection over an axom::ArrayView. More... | |
Defines some alias templates for OrderedSets with indirection.