Salome HOME
Drawing of zones in OCC view improved.
[modules/hydro.git] / src / HYDROPy / HYDROData_Object.sip
index 3e201871b886da6ffc9a8da04171697aaee7f6ee..852e58f561836ee0594eca019ae1246fd16a7dd1 100644 (file)
 
 typedef int ObjectKind;
 
+const ObjectKind KIND_UNKNOWN;
+const ObjectKind KIND_IMAGE;
+const ObjectKind KIND_POLYLINE;
+const ObjectKind KIND_VISUAL_STATE;
+const ObjectKind KIND_BATHYMETRY;
+
 class HYDROData_Object
 {
 %TypeHeaderCode
@@ -78,8 +84,9 @@ public:
 
   /**
    * Updates object state.
+   * \param theIsForce force reupdating of data object
    */
-  void Update();
+  void Update(const bool theIsForce);
 
   /**
    * Checks is object exists in the data structure.