Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_Entity.h
index 21f14e4ac9daafe9f29832d610c704a6d78d79c7..0c612ba279daf2ac967c76498700636c7f91a7d4 100644 (file)
@@ -35,36 +35,36 @@ class TopoDS_Shape;
 ///! Kind of an object in a document
 typedef int ObjectKind;
 
-const ObjectKind KIND_UNKNOWN           = 0; ///! Unrecognized object
-const ObjectKind KIND_IMAGE             = 1;
-const ObjectKind KIND_POLYLINE          = 2;
-const ObjectKind KIND_BATHYMETRY        = 3;
-const ObjectKind KIND_ALTITUDE          = 4;
-const ObjectKind KIND_IMMERSIBLE_ZONE   = 5;
-const ObjectKind KIND_RIVER             = 6;
-const ObjectKind KIND_STREAM            = 7;
-const ObjectKind KIND_CONFLUENCE        = 8;
-const ObjectKind KIND_CHANNEL           = 9;
-const ObjectKind KIND_OBSTACLE          = 10;
-const ObjectKind KIND_DIGUE             = 11;
-const ObjectKind KIND_PROFILE           = 12;
-const ObjectKind KIND_PROFILEUZ         = 13;
-const ObjectKind KIND_POLYLINEXY        = 14;
-const ObjectKind KIND_CALCULATION       = 15;
-const ObjectKind KIND_ZONE              = 16;
-const ObjectKind KIND_REGION            = 17;
-const ObjectKind KIND_VISUAL_STATE      = 18;
-const ObjectKind KIND_ARTIFICIAL_OBJECT = 19;
-const ObjectKind KIND_NATURAL_OBJECT    = 20;
-const ObjectKind KIND_DUMMY_3D          = 21;
-const ObjectKind KIND_SHAPES_GROUP      = 22;
-const ObjectKind KIND_SPLITTED_GROUP    = 23;
-const ObjectKind KIND_STREAM_ALTITUDE   = 24;
-const ObjectKind KIND_OBSTACLE_ALTITUDE = 25;
-const ObjectKind KIND_STRICKLER_TABLE   = 26;
-const ObjectKind KIND_LAND_COVER        = 27;
-const ObjectKind KIND_LAND_COVER_MAP    = 28;
-const ObjectKind KIND_LAST              = KIND_LAND_COVER;
+const ObjectKind KIND_UNKNOWN             = 0; ///! Unrecognized object
+const ObjectKind KIND_IMAGE               = 1;
+const ObjectKind KIND_POLYLINE            = 2;
+const ObjectKind KIND_BATHYMETRY          = 3;
+const ObjectKind KIND_ALTITUDE            = 4;
+const ObjectKind KIND_IMMERSIBLE_ZONE     = 5;
+const ObjectKind KIND_RIVER               = 6;
+const ObjectKind KIND_STREAM              = 7;
+const ObjectKind KIND_CONFLUENCE          = 8;
+const ObjectKind KIND_CHANNEL             = 9;
+const ObjectKind KIND_OBSTACLE            = 10;
+const ObjectKind KIND_DIGUE               = 11;
+const ObjectKind KIND_PROFILE             = 12;
+const ObjectKind KIND_PROFILEUZ           = 13;
+const ObjectKind KIND_POLYLINEXY          = 14;
+const ObjectKind KIND_CALCULATION         = 15;
+const ObjectKind KIND_ZONE                = 16;
+const ObjectKind KIND_REGION              = 17;
+const ObjectKind KIND_VISUAL_STATE        = 18;
+const ObjectKind KIND_ARTIFICIAL_OBJECT   = 19;
+const ObjectKind KIND_NATURAL_OBJECT      = 20;
+const ObjectKind KIND_DUMMY_3D            = 21;
+const ObjectKind KIND_SHAPES_GROUP        = 22;
+const ObjectKind KIND_SPLITTED_GROUP      = 23;
+const ObjectKind KIND_STREAM_ALTITUDE     = 24;
+const ObjectKind KIND_OBSTACLE_ALTITUDE   = 25;
+const ObjectKind KIND_STRICKLER_TABLE     = 26;
+const ObjectKind KIND_LAND_COVER_OBSOLETE = 27;
+const ObjectKind KIND_LAND_COVER_MAP      = 28;
+const ObjectKind KIND_LAST                = KIND_LAND_COVER_MAP;
 
 DEFINE_STANDARD_HANDLE(HYDROData_Entity, MMgt_TShared)