Salome HOME
refs #1330: basic implementation of the not zoomable polyline arrows
[modules/hydro.git] / src / HYDROData / HYDROData_ShapesGroup.h
index 92018bf5206f1607bfb42ff542a806b41c2227cb..71c4c4be0b2a43ab65db25755cabaef5aef9ec82 100644 (file)
@@ -27,6 +27,7 @@
 class TopoDS_Shape;
 class BRepBuilderAPI_MakeShape;
 class ShapeUpgrade_UnifySameDomain;
+class BRepTools_ReShape;
 
 /**\class HYDROData_ShapesGroup
  * \brief Class that stores/retreives the sequence of shapes.
@@ -45,6 +46,10 @@ public:
     static void Update( NCollection_Sequence<GroupDefinition>* theGroupsDefs,
                         ShapeUpgrade_UnifySameDomain*          theAlgo );
 
+    static void Update( NCollection_Sequence<GroupDefinition>* theGroupsDefs,
+                        BRepTools_ReShape*                     theAlgo );
+    
+
     void        Dump( std::ostream& theStream ) const;
 
     static void Dump( std::ostream&                                theStream,