AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
SubMap.hpp File Reference

Contains SubMap, which is a subset of a Map. More...

#include "axom/slic.hpp"
#include "axom/slam/Map.hpp"
#include "axom/slam/OrderedSet.hpp"
#include "axom/slam/RangeSet.hpp"
#include "axom/core/IteratorBase.hpp"
#include <type_traits>
#include <sstream>

Classes

class  axom::slam::SubMap< SuperMapType, SubsetType, InterfacePolicy >
 The SubMap class provides an API to easily traverse a subset of a Map. More...
 
class  axom::slam::SubMap< SuperMapType, SubsetType, InterfacePolicy >::Iterator
 An iterator for SubMap, based on MapIterator. More...
 
class  axom::slam::SubMap< SuperMapType, SubsetType, InterfacePolicy >::RangeIterator
 An iterator for SubMap, based on MapIterator. More...
 

Namespaces

 axom
 
 axom::slam
 

Detailed Description

Contains SubMap, which is a subset of a Map.