21 #ifndef GEOS_MESH_GENERATORS_REGION_HPP
22 #define GEOS_MESH_GENERATORS_REGION_HPP
24 #include "MeshComponentBase.hpp"
60 static constexpr
char const * idString() {
return "id"; }
61 static constexpr
char const * pathInRepositoryString() {
return "pathInRepository"; }
71 string m_pathInRepository =
"";
Region parameters with Group capabilities.
~Region() override
Default destructor.
Region(const string &name, Group *const parent)
Constructor.
static string catalogName()
Get the catalog name.
std::int32_t integer
Signed integer type.