Salome HOME
patch for install error on Linux
[modules/hydro.git] / src / HYDROData / HYDROData_Region.h
index f92ae0e11de28c4e0203634126b38c0511b650ca..bc9a7c6af1019458340f4e8fdafc68cdc5acd492 100644 (file)
@@ -60,7 +60,8 @@ public:
    * Dump object to Python script representation.
    */
   HYDRODATA_EXPORT virtual QStringList DumpToPython( const QString& thePyScriptPath,
-                                                     MapOfTreatedObjects& theTreatedObjects ) const;
+                                                     MapOfTreatedObjects& theTreatedObjects,
+                                                     QString defRegName = QString()) const;
 
   /**
    * Returns flag indicating that object is updateble or not.
@@ -113,7 +114,8 @@ public:
    * - a shell if the zones faces can't be united into one face
    * \return shape as TopoDS_Shape
    */
-  HYDRODATA_EXPORT virtual TopoDS_Shape GetShape( HYDROData_ShapesGroup::SeqOfGroupsDefs* theSeqOfGroups = 0 ) const;
+  HYDRODATA_EXPORT virtual TopoDS_Shape GetShape( HYDROData_ShapesGroup::SeqOfGroupsDefs* theSeqOfGroups = 0, 
+                                                  const TopTools_SequenceOfShape* IntSh = NULL ) const;
 
   HYDRODATA_EXPORT bool IsSubmersible() const;