Salome HOME
Bug #490: batch mode error.
[modules/hydro.git] / src / HYDROData / HYDROData_ShapesGroup.h
index 56bed37c3cd04fa652007831c6f8705624c17f75..69ac557e2d072af2e8a513979fb708b52f460628 100644 (file)
@@ -32,6 +32,11 @@ public:
     static void Update( NCollection_Sequence<GroupDefinition>* theGroupsDefs,
                         ShapeUpgrade_UnifySameDomain*          theAlgo );
 
+    void        Dump( std::ostream& theStream ) const;
+
+    static void Dump( std::ostream&                                theStream,
+                      const NCollection_Sequence<GroupDefinition>& theGroups );
+
     TCollection_AsciiString            Name;
     TopTools_SequenceOfShape           Shapes;
   };