OGS
|
Implementation of mesh-related enumerations.
Definition in file MeshEnums.cpp.
Go to the source code of this file.
Namespaces | |
namespace | MeshLib |
Macros | |
#define | RETURN_CELL_TYPE_STR(t, type) |
Functions | |
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) |
#define RETURN_CELL_TYPE_STR | ( | t, | |
type ) |
Referenced by MeshLib::CellType2String().