SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SMDSAbs_ElementType.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SMDSAbs_ElementType {
  SMDSAbs_All, SMDSAbs_Node, SMDSAbs_Edge, SMDSAbs_Face,
  SMDSAbs_Volume, SMDSAbs_NbElementTypes
}
 Type (node, edge, face or volume) of elements. More...
 
enum  SMDSAbs_GeometryType {
  SMDSGeom_POINT, SMDSGeom_EDGE, SMDSGeom_TRIANGLE, SMDSGeom_QUADRANGLE,
  SMDSGeom_POLYGON, SMDSGeom_TETRA, SMDSGeom_PYRAMID, SMDSGeom_HEXA,
  SMDSGeom_PENTA, SMDSGeom_POLYHEDRA
}
 
enum  SMDSAbs_ElementOrder { ORDER_ANY, ORDER_LINEAR, ORDER_QUADRATIC }
 

Enumeration Type Documentation

Type (node, edge, face or volume) of elements.

Enumerator
SMDSAbs_All 
SMDSAbs_Node 
SMDSAbs_Edge 
SMDSAbs_Face 
SMDSAbs_Volume 
SMDSAbs_NbElementTypes 

Definition at line 32 of file SMDSAbs_ElementType.hxx.

enumeration for element geometry type

Enumerator
SMDSGeom_POINT 
SMDSGeom_EDGE 
SMDSGeom_TRIANGLE 
SMDSGeom_QUADRANGLE 
SMDSGeom_POLYGON 
SMDSGeom_TETRA 
SMDSGeom_PYRAMID 
SMDSGeom_HEXA 
SMDSGeom_PENTA 
SMDSGeom_POLYHEDRA 

Definition at line 43 of file SMDSAbs_ElementType.hxx.

Enumerator
ORDER_ANY 
ORDER_LINEAR 

entities of any order

ORDER_QUADRATIC 

entities of 1st order

entities of 2nd order

Definition at line 62 of file SMDSAbs_ElementType.hxx.