X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_TypeOfPosition.hxx;h=5384a8ce5a98307cb731a084f1850f06a4f01b6b;hb=refs%2Ftags%2FT3_2_0b2;hp=54b18211ad70ea85cd997b82d453e0239eb15ecf;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_TypeOfPosition.hxx b/src/SMDS/SMDS_TypeOfPosition.hxx index 54b18211a..5384a8ce5 100644 --- a/src/SMDS/SMDS_TypeOfPosition.hxx +++ b/src/SMDS/SMDS_TypeOfPosition.hxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -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