OGS
|
Functions | |
void | readGeometry (std::string const &fname, GeoLib::GEOObjects &geo_objects, std::string const &dir_first, std::string const &dir_second) |
std::unique_ptr< MeshLib::Mesh > | readSingleMesh (BaseLib::ConfigTree const &mesh_config_parameter, std::string const &directory) |
std::vector< std::unique_ptr< MeshLib::Mesh > > | readMeshes (BaseLib::ConfigTree const &config, std::string const &directory, std::string const &project_directory) |
std::vector< GeoLib::NamedRaster > | readRasters (BaseLib::ConfigTree const &config, std::string const &raster_directory, GeoLib::MinMaxPoints const &min_max_points) |
void anonymous_namespace{ProjectData.cpp}::readGeometry | ( | std::string const & | fname, |
GeoLib::GEOObjects & | geo_objects, | ||
std::string const & | dir_first, | ||
std::string const & | dir_second ) |
Definition at line 162 of file ProjectData.cpp.
References DBUG(), BaseLib::IsFileExisting(), BaseLib::joinPaths(), OGS_FATAL, GeoLib::IO::BoostXmlGmlInterface::readFile(), and WARN().
Referenced by readMeshes().
std::vector< std::unique_ptr< MeshLib::Mesh > > anonymous_namespace{ProjectData.cpp}::readMeshes | ( | BaseLib::ConfigTree const & | config, |
std::string const & | directory, | ||
std::string const & | project_directory ) |
Definition at line 230 of file ProjectData.cpp.
References MeshGeoToolsLib::constructAdditionalMeshesFromGeoObjects(), MeshGeoToolsLib::createSearchLengthAlgorithm(), DBUG(), BaseLib::ConfigTree::getConfigParameter(), BaseLib::ConfigTree::getConfigParameterOptional(), BaseLib::ConfigTree::getConfigSubtreeOptional(), INFO(), MeshLib::views::names, readGeometry(), readSingleMesh(), MeshLib::setMeshSpaceDimension(), WARN(), and MeshToolsLib::zeroMeshFieldDataByMaterialIDs().
std::vector< GeoLib::NamedRaster > anonymous_namespace{ProjectData.cpp}::readRasters | ( | BaseLib::ConfigTree const & | config, |
std::string const & | raster_directory, | ||
GeoLib::MinMaxPoints const & | min_max_points ) |
Definition at line 317 of file ProjectData.cpp.
References BaseLib::ConfigTree::getConfigSubtreeOptional(), and INFO().
std::unique_ptr< MeshLib::Mesh > anonymous_namespace{ProjectData.cpp}::readSingleMesh | ( | BaseLib::ConfigTree const & | mesh_config_parameter, |
std::string const & | directory ) |
Definition at line 183 of file ProjectData.cpp.
References DBUG(), ERR(), BaseLib::ConfigTree::getConfigAttributeOptional(), BaseLib::ConfigTree::getValue(), BaseLib::joinPaths(), OGS_FATAL, and MeshLib::IO::readMeshFromFile().
Referenced by readMeshes().