]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROData/HYDROData_Tool.h
Salome HOME
Create goups for stream.
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index 6aaf6eeb6931da53ed0781dd277894b0c706346a..cf48d52c107b21de103a075864394d1a68db2021 100644 (file)
@@ -73,16 +73,6 @@ 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
-   */
-  static void                           ExploreShapeToShapes( const TopoDS_Shape&       theInShape,
-                                                              const TopAbs_ShapeEnum&   theExpType,
-                                                              TopTools_SequenceOfShape& theOutShapes );
-
 };
 
 inline bool ValuesEquals( const double& theFirst, const double& theSecond )