|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Contains a DynamicSet class, whose size can change dynamically at runtime. More...
#include "axom/config.hpp"#include "axom/core/IteratorBase.hpp"#include "axom/slam/OrderedSet.hpp"#include "axom/slam/RangeSet.hpp"Classes | |
| class | axom::slam::DynamicSet< PosType, ElemType, SizePolicy > |
| A Set class that supports dynamically adding and removing set items. More... | |
| class | axom::slam::DynamicSet< PosType, ElemType, SizePolicy >::SetBuilder |
| Helper class for constructing a DynamicSet. More... | |
| class | axom::slam::DynamicSet< PosType, ElemType, SizePolicy >::DynamicSetIterator< T, Const > |
| An stl-compliant random iterator type for a DynamicSet. More... | |
Namespaces | |
| axom | |
| axom::slam | |
Contains a DynamicSet class, whose size can change dynamically at runtime.