#include <UCDUtilities.hpp>
Public Types | |
| enum struct | Types { Unknown = -1 , Point = 0 , Line = 1 , Triangle = 2 , Quadrilateral = 3 , Hexahedron = 4 , Prism = 5 , Tetrahedron = 6 , Pyramid = 7 } |
Public Member Functions | |
| UCDCell (const Types type, const std::vector< unsigned int > pointIds, const unsigned int materialId) | |
| const std::string | CellLabel (const UCDCell::Types type) const |
Public Attributes | |
| const Types | Type |
| const std::vector< unsigned int > | PointIds |
| const unsigned int | MaterialId |
|
strong |
|
inline |
| const string Gedim::UCDCell::CellLabel | ( | const UCDCell::Types | type | ) | const |