0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / BRep / BRep_PolygonOnClosedSurface.hxx
index 79ee1ec..fb2954b 100644 (file)
@@ -51,6 +51,9 @@ public:
   //! Return a copy of this representation.
   Standard_EXPORT virtual Handle(BRep_CurveRepresentation) Copy() const Standard_OVERRIDE;
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const Standard_OVERRIDE;
+