X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_TypeOfPosition.hxx;h=8c0631bfc3e0cf6cb758ec06482168a552e95347;hb=refs%2Ftags%2FBR_3_1_0_deb;hp=54b18211ad70ea85cd997b82d453e0239eb15ecf;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_TypeOfPosition.hxx b/src/SMDS/SMDS_TypeOfPosition.hxx index 54b18211a..8c0631bfc 100644 --- a/src/SMDS/SMDS_TypeOfPosition.hxx +++ b/src/SMDS/SMDS_TypeOfPosition.hxx @@ -27,17 +27,13 @@ #ifndef _SMDS_TypeOfPosition_HeaderFile #define _SMDS_TypeOfPosition_HeaderFile -enum SMDS_TypeOfPosition { - SMDS_TOP_UNSPEC, -SMDS_TOP_3DSPACE, -SMDS_TOP_VERTEX, -SMDS_TOP_EDGE, -SMDS_TOP_FACE +enum SMDS_TypeOfPosition // Value is equal to shape dimention +{ + SMDS_TOP_UNSPEC = -1, + SMDS_TOP_VERTEX = 0, + SMDS_TOP_EDGE = 1, + SMDS_TOP_FACE = 2, + SMDS_TOP_3DSPACE = 3 }; - -#ifndef _Standard_PrimitiveTypes_HeaderFile -#include -#endif - #endif