Salome HOME
first ver. (creating of new channel => calc case => export calc case works OK)
[modules/hydro.git] / src / HYDROData / HYDROData_ShapesGroup.h
index db2a29ea4d4af497f395be5be985b2c6724380eb..394bf16e3d059f2bc367655103e9dcd4f3554475 100644 (file)
@@ -29,6 +29,7 @@ class TopoDS_Shape;
 class TopTools_ListOfShape;
 class BRepBuilderAPI_MakeShape;
 class ShapeUpgrade_UnifySameDomain;
+class BRepTools_ReShape;
 
 DEFINE_STANDARD_HANDLE(HYDROData_ShapesGroup, HYDROData_Entity)
 
@@ -49,6 +50,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,