Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/smesh.git] / src / SMESHDS / SMESHDS_CommandType.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 _SMESHDS_CommandType_HeaderFile
16 #define _SMESHDS_CommandType_HeaderFile
17
18 enum SMESHDS_CommandType { 
19  SMESHDS_AddNode,
20 SMESHDS_AddEdge,
21 SMESHDS_AddTriangle,
22 SMESHDS_AddQuadrangle,
23 SMESHDS_AddTetrahedron,
24 SMESHDS_AddPyramid,
25 SMESHDS_AddPrism,
26 SMESHDS_AddHexahedron,
27 SMESHDS_RemoveNode,
28 SMESHDS_RemoveElement,
29 SMESHDS_MoveNode
30 };
31
32
33 #ifndef _Standard_PrimitiveTypes_HeaderFile
34 #include <Standard_PrimitiveTypes.hxx>
35 #endif
36
37 #endif