Version: 9.16.0
SMDSAbs_ElementType.hxx
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23// SMESH SMDS : implementation of Salome mesh data structure
24// File : SMDSAbs_ElementType.hxx
25// Module : SMESH
26//
27#ifndef _SMDSAbs_ElementType_HeaderFile
28#define _SMDSAbs_ElementType_HeaderFile
29
34 {
43 };
44
47 {
48 // 0D element
50 // 1D element
52 // 2D element
56 // 3D element
63 // Discrete elements
65 //
67 };
68
69
74};
75
108
109#endif
SMDSAbs_ElementOrder
Definition: SMDSAbs_ElementType.hxx:70
@ ORDER_LINEAR
entities of any order
Definition: SMDSAbs_ElementType.hxx:72
@ ORDER_QUADRATIC
entities of 1st order
Definition: SMDSAbs_ElementType.hxx:73
@ ORDER_ANY
Definition: SMDSAbs_ElementType.hxx:71
SMDSAbs_GeometryType
enumeration for element geometry type
Definition: SMDSAbs_ElementType.hxx:47
@ SMDSGeom_POLYHEDRA
Definition: SMDSAbs_ElementType.hxx:62
@ SMDSGeom_HEXAGONAL_PRISM
Definition: SMDSAbs_ElementType.hxx:61
@ SMDSGeom_POINT
Definition: SMDSAbs_ElementType.hxx:49
@ SMDSGeom_TRIANGLE
Definition: SMDSAbs_ElementType.hxx:53
@ SMDSGeom_EDGE
Definition: SMDSAbs_ElementType.hxx:51
@ SMDSGeom_BALL
Definition: SMDSAbs_ElementType.hxx:64
@ SMDSGeom_QUADRANGLE
Definition: SMDSAbs_ElementType.hxx:54
@ SMDSGeom_PENTA
Definition: SMDSAbs_ElementType.hxx:60
@ SMDSGeom_TETRA
Definition: SMDSAbs_ElementType.hxx:57
@ SMDSGeom_POLYGON
Definition: SMDSAbs_ElementType.hxx:55
@ SMDSGeom_PYRAMID
Definition: SMDSAbs_ElementType.hxx:58
@ SMDSGeom_HEXA
Definition: SMDSAbs_ElementType.hxx:59
@ SMDSGeom_NONE
Definition: SMDSAbs_ElementType.hxx:66
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
Definition: SMDSAbs_ElementType.hxx:34
@ SMDSAbs_0DElement
Definition: SMDSAbs_ElementType.hxx:40
@ SMDSAbs_NbElementTypes
Definition: SMDSAbs_ElementType.hxx:42
@ SMDSAbs_Face
Definition: SMDSAbs_ElementType.hxx:38
@ SMDSAbs_Node
Definition: SMDSAbs_ElementType.hxx:36
@ SMDSAbs_All
Definition: SMDSAbs_ElementType.hxx:35
@ SMDSAbs_Edge
Definition: SMDSAbs_ElementType.hxx:37
@ SMDSAbs_Volume
Definition: SMDSAbs_ElementType.hxx:39
@ SMDSAbs_Ball
Definition: SMDSAbs_ElementType.hxx:41
SMDSAbs_EntityType
Enumeration of entity type used in mesh info array.
Definition: SMDSAbs_ElementType.hxx:79
@ SMDSEntity_Quad_Triangle
Definition: SMDSAbs_ElementType.hxx:85
@ SMDSEntity_Quad_Penta
Definition: SMDSAbs_ElementType.hxx:100
@ SMDSEntity_Hexagonal_Prism
Definition: SMDSAbs_ElementType.hxx:102
@ SMDSEntity_Quad_Hexa
Definition: SMDSAbs_ElementType.hxx:97
@ SMDSEntity_Quad_Edge
Definition: SMDSAbs_ElementType.hxx:83
@ SMDSEntity_0D
Definition: SMDSAbs_ElementType.hxx:81
@ SMDSEntity_Last
Definition: SMDSAbs_ElementType.hxx:106
@ SMDSEntity_Quad_Polyhedra
Definition: SMDSAbs_ElementType.hxx:104
@ SMDSEntity_Penta
Definition: SMDSAbs_ElementType.hxx:99
@ SMDSEntity_Node
Definition: SMDSAbs_ElementType.hxx:80
@ SMDSEntity_Ball
Definition: SMDSAbs_ElementType.hxx:105
@ SMDSEntity_Quadrangle
Definition: SMDSAbs_ElementType.hxx:87
@ SMDSEntity_Hexa
Definition: SMDSAbs_ElementType.hxx:96
@ SMDSEntity_BiQuad_Penta
Definition: SMDSAbs_ElementType.hxx:101
@ SMDSEntity_Polyhedra
Definition: SMDSAbs_ElementType.hxx:103
@ SMDSEntity_Quad_Tetra
Definition: SMDSAbs_ElementType.hxx:93
@ SMDSEntity_Quad_Pyramid
Definition: SMDSAbs_ElementType.hxx:95
@ SMDSEntity_BiQuad_Triangle
Definition: SMDSAbs_ElementType.hxx:86
@ SMDSEntity_Polygon
Definition: SMDSAbs_ElementType.hxx:90
@ SMDSEntity_Tetra
Definition: SMDSAbs_ElementType.hxx:92
@ SMDSEntity_Edge
Definition: SMDSAbs_ElementType.hxx:82
@ SMDSEntity_Quad_Polygon
Definition: SMDSAbs_ElementType.hxx:91
@ SMDSEntity_TriQuad_Hexa
Definition: SMDSAbs_ElementType.hxx:98
@ SMDSEntity_Triangle
Definition: SMDSAbs_ElementType.hxx:84
@ SMDSEntity_Quad_Quadrangle
Definition: SMDSAbs_ElementType.hxx:88
@ SMDSEntity_Pyramid
Definition: SMDSAbs_ElementType.hxx:94
@ SMDSEntity_BiQuad_Quadrangle
Definition: SMDSAbs_ElementType.hxx:89