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 | |
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) |