Salome HOME
This commit was generated by cvs2git to create branch 'IMPORT'.
[modules/smesh.git] / src / SMDS / SMDS_TypeOfPosition.hxx
1 // File generated by CPPExt (Enum)
2 //                     Copyright (C) 1991,1995 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14 //
15 #ifndef _SMDS_TypeOfPosition_HeaderFile
16 #define _SMDS_TypeOfPosition_HeaderFile
17
18 enum SMDS_TypeOfPosition { 
19  SMDS_TOP_UNSPEC,
20 SMDS_TOP_3DSPACE,
21 SMDS_TOP_VERTEX,
22 SMDS_TOP_EDGE,
23 SMDS_TOP_FACE
24 };
25
26
27 #ifndef _Standard_PrimitiveTypes_HeaderFile
28 #include <Standard_PrimitiveTypes.hxx>
29 #endif
30
31 #endif