X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_CommandType.hxx;h=f2c505b1f66f12444696adc8681c39b3a76244d4;hp=fd64ba00593d0513c17b311c852d079d5349cd59;hb=c0562941eac9e5a0a8b36d731f3348fe09bf32d0;hpb=789d7f7415a1e465aee36232e7633eea548ff1fb diff --git a/src/SMESHDS/SMESHDS_CommandType.hxx b/src/SMESHDS/SMESHDS_CommandType.hxx index fd64ba005..f2c505b1f 100644 --- a/src/SMESHDS/SMESHDS_CommandType.hxx +++ b/src/SMESHDS/SMESHDS_CommandType.hxx @@ -27,23 +27,26 @@ #ifndef _SMESHDS_CommandType_HeaderFile #define _SMESHDS_CommandType_HeaderFile +//#include + enum SMESHDS_CommandType { SMESHDS_AddNode, -SMESHDS_AddEdge, -SMESHDS_AddTriangle, -SMESHDS_AddQuadrangle, -SMESHDS_AddTetrahedron, -SMESHDS_AddPyramid, -SMESHDS_AddPrism, -SMESHDS_AddHexahedron, -SMESHDS_RemoveNode, -SMESHDS_RemoveElement, -SMESHDS_MoveNode + SMESHDS_AddEdge, + SMESHDS_AddTriangle, + SMESHDS_AddQuadrangle, + SMESHDS_AddPolygon, + SMESHDS_AddTetrahedron, + SMESHDS_AddPyramid, + SMESHDS_AddPrism, + SMESHDS_AddHexahedron, + SMESHDS_AddPolyhedron, + SMESHDS_RemoveNode, + SMESHDS_RemoveElement, + SMESHDS_MoveNode, + SMESHDS_ChangeElementNodes, + SMESHDS_ChangePolyhedronNodes, + SMESHDS_Renumber }; -#ifndef _Standard_PrimitiveTypes_HeaderFile -#include -#endif - #endif