#include <string>
#include <vector>
Go to the source code of this file.
|
| enum class | MeshLib::MeshItemType {
MeshLib::Node
, MeshLib::Edge
, MeshLib::Face
, MeshLib::Cell
,
MeshLib::IntegrationPoint
} |
| enum class | MeshLib::MeshElemType {
MeshLib::INVALID = 0
, MeshLib::POINT = 1
, MeshLib::LINE = 3
, MeshLib::QUAD = 9
,
MeshLib::HEXAHEDRON = 12
, MeshLib::TRIANGLE = 5
, MeshLib::TETRAHEDRON = 10
, MeshLib::PRISM = 16
,
MeshLib::PYRAMID = 14
} |
| | Types of mesh elements supported by OpenGeoSys. Values are from VTKCellType enum. More...
|
| enum class | MeshLib::CellType {
MeshLib::INVALID = 0
, MeshLib::POINT1 = 1
, MeshLib::LINE2 = 2
, MeshLib::LINE3 = 3
,
MeshLib::TRI3 = 4
, MeshLib::TRI6 = 5
, MeshLib::QUAD4 = 6
, MeshLib::QUAD8 = 7
,
MeshLib::QUAD9 = 8
, MeshLib::TET4 = 9
, MeshLib::TET10 = 10
, MeshLib::HEX8 = 11
,
MeshLib::HEX20 = 12
, MeshLib::HEX27 = 13
, MeshLib::PRISM6 = 14
, MeshLib::PRISM15 = 15
,
MeshLib::PRISM18 = 16
, MeshLib::PYRAMID5 = 17
, MeshLib::PYRAMID13 = 18
, MeshLib::enum_length
} |
| | Types of mesh elements supported by OpenGeoSys. More...
|
| enum class | MeshLib::MeshQualityType {
MeshLib::INVALID = 0
, MeshLib::ELEMENTSIZE
, MeshLib::SIZEDIFFERENCE
, MeshLib::EDGERATIO
,
MeshLib::EQUIANGLESKEW
, MeshLib::RADIUSEDGERATIO
} |
| | Describes a mesh quality metric. More...
|
| enum class | MeshLib::UseIntensityAs { MeshLib::ELEVATION
, MeshLib::MATERIALS
, MeshLib::DATAVECTOR
, MeshLib::NONE
} |
| | Selection of possible interpretations for intensities. More...
|