0030949: Foundation Classes - Dump improvement for OCCT classes
[occt.git] / src / TopoDS / TopoDS_Shape.hxx
index ea05cb6..f9f8a30 100644 (file)
@@ -280,6 +280,9 @@ public:
 
   void TShape (const Handle(TopoDS_TShape)& theTShape) { myTShape = theTShape; }
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+
 private:
 
   Handle(TopoDS_TShape) myTShape;