Salome HOME
new implementation for channels creation
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index 6aaf6eeb6931da53ed0781dd277894b0c706346a..99fd175489791f952786550bde8cdbd7de991b29 100644 (file)
@@ -74,14 +74,14 @@ public:
   static bool                           IsGeometryObject( const Handle(HYDROData_Entity)& theObject );
 
   /**
-   * \brief Explore the incoming shape to shapes with given type.
-   * \param theInShape object to explore
-   * \param theExpType type to explore
-   * \param theOutShapes[out] list of result shapes if any
+   * \brief Updates the child object name.
+   * \param theOldStr old father object name
+   * \param theNewStr new father object name
+   * \param theObject object to update
    */
-  static void                           ExploreShapeToShapes( const TopoDS_Shape&       theInShape,
-                                                              const TopAbs_ShapeEnum&   theExpType,
-                                                              TopTools_SequenceOfShape& theOutShapes );
+  static void                           UpdateChildObjectName( const QString&                  theOldStr,
+                                                               const QString&                  theNewStr,
+                                                               const Handle(HYDROData_Entity)& theObject );
 
 };