20 #ifndef GEOS_MESH_SIMPLEGEOMETRICOBJECTS_SIMPLEGEOMETRICOBJECTBASE_HPP_
21 #define GEOS_MESH_SIMPLEGEOMETRICOBJECTS_SIMPLEGEOMETRICOBJECTBASE_HPP_
31 namespace dataRepository
35 string const geometricObjects(
"GeometricObjects" );
58 Group *
const parent );
76 static string catalogName() {
return "SimpleGeometricObjectBase"; }
Base class for the geometric objects (box, plane, cylinder).
SimpleGeometricObjectBase(string const &name, Group *const parent)
Constructor.
virtual ~SimpleGeometricObjectBase()
Default destructor.
static CatalogInterface::CatalogType & getCatalog()
Get the catalog name.
static string catalogName()
Get the catalog name.
virtual bool isCoordInObject(real64 const (&coord)[3]) const =0
Check if the input coordinates are in the object.
This class provides the base class/interface for the catalog value objects.
std::unordered_map< std::string, std::unique_ptr< CatalogInterface< BASETYPE, ARGS... > > > CatalogType
This is the type that will be used for the catalog. The catalog is actually instantiated in the BASET...
double real64
64-bit floating point type.