Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROData / HYDROData_ShapesTool.h
index c689a8ea27764ab9ddae412fbbd2f794df76a566..886b5808e029f90fc79bae6998aabb234e348d96 100644 (file)
@@ -91,6 +91,21 @@ public:
    */
   static void                           AddShapes( TopTools_ListOfShape&       theShapes,
                                                    const TopTools_ListOfShape& theShapesToAdd );
+
+
+  /**
+   * \brief Explode and dump the shape to the stream.
+   */
+  static void                           DumpShapeSubShapes( std::ostream&           theStream,
+                                                            const char*             theTitle,
+                                                            const TopoDS_Shape&     theShape,
+                                                            const TopAbs_ShapeEnum& theExpType );
+
+  /**
+   * \brief Dump the shapes sequence to the stream.
+   */
+  static void                           DumpSequenceOfShapes( std::ostream&                   theStream,
+                                                              const TopTools_SequenceOfShape& theShapes );
 };