Salome HOME
refs #734: correct construction of name for the polyline created as a result of split...
[modules/hydro.git] / src / HYDROData / HYDROData_Region.h
index d1bc7ab8b62ce0a94dd79c4ff0a9062e340917d5..f92ae0e11de28c4e0203634126b38c0511b650ca 100644 (file)
@@ -59,7 +59,8 @@ public:
   /**
    * Dump object to Python script representation.
    */
-  HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const;
+  HYDRODATA_EXPORT virtual QStringList DumpToPython( const QString& thePyScriptPath,
+                                                     MapOfTreatedObjects& theTreatedObjects ) const;
 
   /**
    * Returns flag indicating that object is updateble or not.
@@ -114,6 +115,8 @@ public:
    */
   HYDRODATA_EXPORT virtual TopoDS_Shape GetShape( HYDROData_ShapesGroup::SeqOfGroupsDefs* theSeqOfGroups = 0 ) const;
 
+  HYDRODATA_EXPORT bool IsSubmersible() const;
+
 protected:
 
   /**