0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / gp / gp_Pnt2d.hxx
index a4c2a25..badbfa9 100644 (file)
@@ -151,6 +151,9 @@ public:
     Standard_NODISCARD gp_Pnt2d Translated (const gp_Pnt2d& P1, const gp_Pnt2d& P2) const;
 
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
+
 
 
 protected: