SALOME - SMESH
SMDSAbs_ElementType.hxx
Go to the documentation of this file.
1
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, 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.
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
// SMESH SMDS : implementaion of Salome mesh data structure
23
// File : SMDSAbs_ElementType.hxx
24
// Module : SMESH
25
26
#ifndef _SMDSAbs_ElementType_HeaderFile
27
#define _SMDSAbs_ElementType_HeaderFile
28
32
enum
SMDSAbs_ElementType
33
{
34
SMDSAbs_All
,
35
SMDSAbs_Node
,
36
SMDSAbs_Edge
,
37
SMDSAbs_Face
,
38
SMDSAbs_Volume
,
39
SMDSAbs_0DElement
,
40
SMDSAbs_NbElementTypes
41
};
42
44
enum
SMDSAbs_GeometryType
45
{
46
// 0D element
47
SMDSGeom_POINT
,
48
// 1D element
49
SMDSGeom_EDGE
,
50
// 2D element
51
SMDSGeom_TRIANGLE
,
52
SMDSGeom_QUADRANGLE
,
53
SMDSGeom_POLYGON
,
54
// 3D element
55
SMDSGeom_TETRA
,
56
SMDSGeom_PYRAMID
,
57
SMDSGeom_HEXA
,
58
SMDSGeom_PENTA
,
59
SMDSGeom_POLYHEDRA
,
60
};
61
62
63
enum
SMDSAbs_ElementOrder
{
64
ORDER_ANY
,
65
ORDER_LINEAR
,
66
ORDER_QUADRATIC
67
};
68
73
enum
SMDSAbs_EntityType
{
74
SMDSEntity_Node
,
75
SMDSEntity_0D
,
76
SMDSEntity_Edge
,
77
SMDSEntity_Quad_Edge
,
78
SMDSEntity_Triangle
,
79
SMDSEntity_Quad_Triangle
,
80
SMDSEntity_Quadrangle
,
81
SMDSEntity_Quad_Quadrangle
,
82
SMDSEntity_Polygon
,
83
SMDSEntity_Quad_Polygon
,
84
SMDSEntity_Tetra
,
85
SMDSEntity_Quad_Tetra
,
86
SMDSEntity_Pyramid
,
87
SMDSEntity_Quad_Pyramid
,
88
SMDSEntity_Hexa
,
89
SMDSEntity_Quad_Hexa
,
90
SMDSEntity_Penta
,
91
SMDSEntity_Quad_Penta
,
92
SMDSEntity_Polyhedra
,
93
SMDSEntity_Quad_Polyhedra
,
94
SMDSEntity_Last
95
};
96
97
#endif
SMDSEntity_Hexa
@ SMDSEntity_Hexa
Definition:
SMDSAbs_ElementType.hxx:88
SMDSAbs_Face
@ SMDSAbs_Face
Definition:
SMDSAbs_ElementType.hxx:37
SMDSAbs_Node
@ SMDSAbs_Node
Definition:
SMDSAbs_ElementType.hxx:35
SMDSEntity_Quad_Hexa
@ SMDSEntity_Quad_Hexa
Definition:
SMDSAbs_ElementType.hxx:89
SMDSEntity_0D
@ SMDSEntity_0D
Definition:
SMDSAbs_ElementType.hxx:75
SMDSGeom_PENTA
@ SMDSGeom_PENTA
Definition:
SMDSAbs_ElementType.hxx:58
SMDSEntity_Quad_Edge
@ SMDSEntity_Quad_Edge
Definition:
SMDSAbs_ElementType.hxx:77
SMDSAbs_All
@ SMDSAbs_All
Definition:
SMDSAbs_ElementType.hxx:34
SMDSAbs_ElementOrder
SMDSAbs_ElementOrder
Definition:
SMDSAbs_ElementType.hxx:63
SMDSGeom_EDGE
@ SMDSGeom_EDGE
Definition:
SMDSAbs_ElementType.hxx:49
SMDSAbs_0DElement
@ SMDSAbs_0DElement
Definition:
SMDSAbs_ElementType.hxx:39
SMDSEntity_Quad_Penta
@ SMDSEntity_Quad_Penta
Definition:
SMDSAbs_ElementType.hxx:91
ORDER_ANY
@ ORDER_ANY
Definition:
SMDSAbs_ElementType.hxx:64
SMDSEntity_Node
@ SMDSEntity_Node
Definition:
SMDSAbs_ElementType.hxx:74
SMDSEntity_Triangle
@ SMDSEntity_Triangle
Definition:
SMDSAbs_ElementType.hxx:78
SMDSEntity_Quad_Polyhedra
@ SMDSEntity_Quad_Polyhedra
Definition:
SMDSAbs_ElementType.hxx:93
SMDSEntity_Polyhedra
@ SMDSEntity_Polyhedra
Definition:
SMDSAbs_ElementType.hxx:92
SMDSEntity_Pyramid
@ SMDSEntity_Pyramid
Definition:
SMDSAbs_ElementType.hxx:86
SMDSEntity_Quad_Pyramid
@ SMDSEntity_Quad_Pyramid
Definition:
SMDSAbs_ElementType.hxx:87
ORDER_LINEAR
@ ORDER_LINEAR
Definition:
SMDSAbs_ElementType.hxx:65
SMDSGeom_POINT
@ SMDSGeom_POINT
Definition:
SMDSAbs_ElementType.hxx:47
SMDSAbs_Volume
@ SMDSAbs_Volume
Definition:
SMDSAbs_ElementType.hxx:38
SMDSGeom_TETRA
@ SMDSGeom_TETRA
Definition:
SMDSAbs_ElementType.hxx:55
SMDSEntity_Quad_Triangle
@ SMDSEntity_Quad_Triangle
Definition:
SMDSAbs_ElementType.hxx:79
SMDSGeom_HEXA
@ SMDSGeom_HEXA
Definition:
SMDSAbs_ElementType.hxx:57
ORDER_QUADRATIC
@ ORDER_QUADRATIC
Definition:
SMDSAbs_ElementType.hxx:66
SMDSEntity_Quadrangle
@ SMDSEntity_Quadrangle
Definition:
SMDSAbs_ElementType.hxx:80
SMDSEntity_Polygon
@ SMDSEntity_Polygon
Definition:
SMDSAbs_ElementType.hxx:82
SMDSAbs_GeometryType
SMDSAbs_GeometryType
Definition:
SMDSAbs_ElementType.hxx:44
SMDSGeom_QUADRANGLE
@ SMDSGeom_QUADRANGLE
Definition:
SMDSAbs_ElementType.hxx:52
SMDSEntity_Quad_Quadrangle
@ SMDSEntity_Quad_Quadrangle
Definition:
SMDSAbs_ElementType.hxx:81
SMDSEntity_Edge
@ SMDSEntity_Edge
Definition:
SMDSAbs_ElementType.hxx:76
SMDSEntity_Quad_Polygon
@ SMDSEntity_Quad_Polygon
Definition:
SMDSAbs_ElementType.hxx:83
SMDSEntity_Quad_Tetra
@ SMDSEntity_Quad_Tetra
Definition:
SMDSAbs_ElementType.hxx:85
SMDSAbs_EntityType
SMDSAbs_EntityType
Definition:
SMDSAbs_ElementType.hxx:73
SMDSEntity_Tetra
@ SMDSEntity_Tetra
Definition:
SMDSAbs_ElementType.hxx:84
SMDSAbs_ElementType
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
Definition:
SMDSAbs_ElementType.hxx:32
SMDSGeom_TRIANGLE
@ SMDSGeom_TRIANGLE
Definition:
SMDSAbs_ElementType.hxx:51
SMDSEntity_Penta
@ SMDSEntity_Penta
Definition:
SMDSAbs_ElementType.hxx:90
SMDSGeom_PYRAMID
@ SMDSGeom_PYRAMID
Definition:
SMDSAbs_ElementType.hxx:56
SMDSGeom_POLYHEDRA
@ SMDSGeom_POLYHEDRA
Definition:
SMDSAbs_ElementType.hxx:59
SMDSEntity_Last
@ SMDSEntity_Last
Definition:
SMDSAbs_ElementType.hxx:94
SMDSGeom_POLYGON
@ SMDSGeom_POLYGON
Definition:
SMDSAbs_ElementType.hxx:53
SMDSAbs_NbElementTypes
@ SMDSAbs_NbElementTypes
Definition:
SMDSAbs_ElementType.hxx:40
SMDSAbs_Edge
@ SMDSAbs_Edge
Definition:
SMDSAbs_ElementType.hxx:36
inc
SMDSAbs_ElementType.hxx
Generated by
1.8.17