19 #ifndef GEOS_MESH_EXTERNALDATASOURCEBASE_HPP
20 #define GEOS_MESH_EXTERNALDATASOURCEBASE_HPP
24 #include "codingUtilities/Utilities.hpp"
46 Group *
const parent );
60 virtual Group *
createChild(
string const & childKey,
string const & childName )
override;
The ExternalDataSourceBase class provides an abstract base class implementation for different mesh ty...
virtual void expandObjectCatalogs() override
This function is used to expand any catalogs in the data structure.
static CatalogInterface::CatalogType & getCatalog()
Accessor for the singleton Catalog object.
virtual Group * createChild(string const &childKey, string const &childName) override
Create a new geometric object (box, plane, etc) as a child of this group.
ExternalDataSourceBase(string const &name, Group *const parent)
Main constructor for ExternalDataSourceBase base class.
virtual void open()=0
This function provides the capability to open an external data repository from another component what...
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...