PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::MEDIT_Cell Class Referencefinal

#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 intPoints_id
 
const unsigned int Reference_id
 

Member Enumeration Documentation

◆ Types

Enumerator
Unknown 
Vertex 
Edge 
Triangle 
Quadrilateral 
Tetrahedron 
Hexahedron 

Constructor & Destructor Documentation

◆ MEDIT_Cell()

Gedim::MEDIT_Cell::MEDIT_Cell ( const Types  type,
const std::vector< unsigned int > &  points_id,
const unsigned int  reference_id 
)
inline

Member Function Documentation

◆ CellLabel()

std::string Gedim::MEDIT_Cell::CellLabel ( const MEDIT_Cell::Types  type)
static

Member Data Documentation

◆ Points_id

const std::vector<unsigned int> Gedim::MEDIT_Cell::Points_id

◆ Reference_id

const unsigned int Gedim::MEDIT_Cell::Reference_id

◆ Type

const Types Gedim::MEDIT_Cell::Type

The documentation for this class was generated from the following files: