52 bool write()
override;
Definition of mesh-related Enumerations.
Definition of the Writer class.
Base class which enables writing an object to string, stringstream or file.
Interface for handling mesh files from OGS-5 and below. (*.msh files)
bool write() override
Write mesh to stream.
MeshLib::Mesh * loadMeshFromFile(const std::string &file_name)
Read mesh from file.
const MeshLib::Mesh * _mesh
~MeshIO() override=default
void setMesh(const MeshLib::Mesh *mesh)
Set mesh for writing.
MeshElemType
Types of mesh elements supported by OpenGeoSys. Values are from VTKCellType enum.