SALOME - SMESH
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
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_NbElementTypes
40
};
41
43
enum
SMDSAbs_GeometryType
44
{
45
// 0D element
46
SMDSGeom_POINT
,
47
// 1D element
48
SMDSGeom_EDGE
,
49
// 2D element
50
SMDSGeom_TRIANGLE
,
51
SMDSGeom_QUADRANGLE
,
52
SMDSGeom_POLYGON
,
53
// 3D element
54
SMDSGeom_TETRA
,
55
SMDSGeom_PYRAMID
,
56
SMDSGeom_HEXA
,
57
SMDSGeom_PENTA
,
58
SMDSGeom_POLYHEDRA
,
59
};
60
61
62
enum
SMDSAbs_ElementOrder
{
63
ORDER_ANY
,
64
ORDER_LINEAR
,
65
ORDER_QUADRATIC
66
};
67
68
#endif
SMDSGeom_POLYGON
Definition:
SMDSAbs_ElementType.hxx:52
SMDSAbs_Node
Definition:
SMDSAbs_ElementType.hxx:35
SMDSAbs_Edge
Definition:
SMDSAbs_ElementType.hxx:36
SMDSAbs_Face
Definition:
SMDSAbs_ElementType.hxx:37
SMDSGeom_PENTA
Definition:
SMDSAbs_ElementType.hxx:57
SMDSAbs_All
Definition:
SMDSAbs_ElementType.hxx:34
SMDSGeom_EDGE
Definition:
SMDSAbs_ElementType.hxx:48
ORDER_ANY
Definition:
SMDSAbs_ElementType.hxx:63
SMDSAbs_ElementType
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
Definition:
SMDSAbs_ElementType.hxx:32
SMDSAbs_Volume
Definition:
SMDSAbs_ElementType.hxx:38
SMDSGeom_TETRA
Definition:
SMDSAbs_ElementType.hxx:54
SMDSAbs_ElementOrder
SMDSAbs_ElementOrder
Definition:
SMDSAbs_ElementType.hxx:62
SMDSGeom_POINT
Definition:
SMDSAbs_ElementType.hxx:46
ORDER_LINEAR
Definition:
SMDSAbs_ElementType.hxx:64
SMDSGeom_HEXA
Definition:
SMDSAbs_ElementType.hxx:56
SMDSGeom_QUADRANGLE
Definition:
SMDSAbs_ElementType.hxx:51
ORDER_QUADRATIC
Definition:
SMDSAbs_ElementType.hxx:65
SMDSGeom_PYRAMID
Definition:
SMDSAbs_ElementType.hxx:55
SMDSGeom_TRIANGLE
Definition:
SMDSAbs_ElementType.hxx:50
SMDSAbs_NbElementTypes
Definition:
SMDSAbs_ElementType.hxx:39
SMDSAbs_GeometryType
SMDSAbs_GeometryType
Definition:
SMDSAbs_ElementType.hxx:43
SMDSGeom_POLYHEDRA
Definition:
SMDSAbs_ElementType.hxx:58
inc
SMDSAbs_ElementType.hxx
Generated by
1.8.7