#include <MEDIT_Utilities.hpp>
Public Types | |
| enum struct | Types { Unknown = -1 , Vertex = 0 , Edge = 1 , Triangle = 2 , Quadrilateral = 3 , Tetrahedron = 4 , Hexahedron = 5 } |
Public Member Functions | |
| MEDIT_Cell (const Types type, const std::vector< unsigned int > &points_id, const unsigned int reference_id) | |
Static Public Member Functions | |
| static std::string | CellLabel (const MEDIT_Cell::Types type) |
Public Attributes | |
| const Types | Type |
| const std::vector< unsigned int > | Points_id |
| const unsigned int | Reference_id |
|
strong |
|
inline |
|
static |