|  | OGS
    | 
| Functions | |
| int | readMaterialID (std::istream &in) | 
| MeshLib::Element * | readElement (std::istream &in, const std::vector< MeshLib::Node * > &nodes) | 
| std::string | ElemType2StringOutput (const MeshLib::MeshElemType t) | 
| void | writeElements (std::vector< MeshLib::Element * > const &ele_vec, MeshLib::PropertyVector< int > const *const material_ids, std::ostream &out) | 
| std::string anonymous_namespace{MeshIO.cpp}::ElemType2StringOutput | ( | const MeshLib::MeshElemType | t | ) | 
Definition at line 197 of file MeshIO.cpp.
References MeshLib::HEXAHEDRON, MeshLib::LINE, MeshLib::PRISM, MeshLib::PYRAMID, MeshLib::QUAD, MeshLib::TETRAHEDRON, and MeshLib::TRIANGLE.
Referenced by writeElements().
| MeshLib::Element * anonymous_namespace{MeshIO.cpp}::readElement | ( | std::istream & | in, | 
| const std::vector< MeshLib::Node * > & | nodes ) | 
Definition at line 47 of file MeshIO.cpp.
References MeshLib::HEXAHEDRON, MeshLib::INVALID, MeshLib::LINE, MeshLib::PRISM, MeshLib::PYRAMID, MeshLib::QUAD, MeshLib::String2MeshElemType(), MeshLib::TETRAHEDRON, and MeshLib::TRIANGLE.
| int anonymous_namespace{MeshIO.cpp}::readMaterialID | ( | std::istream & | in | ) | 
Definition at line 31 of file MeshIO.cpp.
| void anonymous_namespace{MeshIO.cpp}::writeElements | ( | std::vector< MeshLib::Element * > const & | ele_vec, | 
| MeshLib::PropertyVector< int > const *const | material_ids, | ||
| std::ostream & | out ) | 
Definition at line 230 of file MeshIO.cpp.
References ElemType2StringOutput(), and OGS_FATAL.