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

A few utility functions used by the SLAM component. More...

#include "axom/core/Types.hpp"
#include <string>

Classes

class  axom::slam::NotImplementedException
 
struct  axom::slam::util::TypeToString< T >
 A helper class to print the name of a few types. More...
 
struct  axom::slam::util::TypeToString< int >
 A helper class to print the name of integers as 'int'. More...
 
struct  axom::slam::util::TypeToString< double >
 A helper class to print the name of doubles as 'double'. More...
 

Namespaces

 axom
 
 axom::slam
 
 axom::slam::util
 

Typedefs

using axom::slam::DefaultPositionType = axom::IndexType
 
using axom::slam::DefaultElementType = axom::IndexType
 

Detailed Description

A few utility functions used by the SLAM component.