0030949: Foundation Classes - Dump improvement for OCCT classes
[occt.git] / src / TopLoc / TopLoc_Location.hxx
index 0eec93b..dbc8b4f 100644 (file)
@@ -142,6 +142,9 @@ Standard_Boolean operator != (const TopLoc_Location& Other) const
   return IsDifferent(Other);
 }
   
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+
   //! Prints the contents of <me> on the stream <s>.
   Standard_EXPORT void ShallowDump (Standard_OStream& S) const;