0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / Geom / Geom_Circle.hxx
index 4b75cb1..b7736dd 100644 (file)
@@ -158,6 +158,9 @@ public:
   //! Creates a new object which is a copy of this circle.
   Standard_EXPORT Handle(Geom_Geometry) 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;
+