![]() |
OGS
|
Definition of mesh-related Enumerations.
Definition in file MeshEnums.h.
#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | MeshLib |
Functions | |
| static constexpr char const * | MeshLib::toString (const MeshItemType t) |
| Returns a char array for a specific MeshItemType. | |
| std::ostream & | MeshLib::operator<< (std::ostream &os, MeshItemType const &t) |
| std::string | MeshLib::MeshElemType2String (const MeshElemType t) |
| Given a MeshElemType this returns the appropriate string. | |
| std::string | MeshLib::MeshElemType2StringShort (const MeshElemType t) |
| Given a MeshElemType this returns the appropriate string with a short name. | |
| MeshElemType | MeshLib::String2MeshElemType (const std::string &s) |
| Given a string of the shortened name of the element type, this returns the corresponding MeshElemType. | |
| std::vector< MeshElemType > | MeshLib::getMeshElemTypes () |
| Returns a vector of all mesh element types. | |
| std::vector< std::string > | MeshLib::getMeshElemTypeStringsShort () |
| Returns a vector of strings of mesh element types. | |
| std::string | MeshLib::CellType2String (const CellType t) |
| Given a MeshElemType this returns the appropriate string. | |
| std::string | MeshLib::MeshQualityType2String (const MeshQualityType t) |
| MeshLib::MeshQualityType | MeshLib::String2MeshQualityType (std::string const &s) |
Variables | |
| static constexpr char const * | MeshLib::mesh_item_type_strings [] |
| Char array names for all of MeshItemType values. | |