0030949: Foundation Classes - Dump improvement for OCCT classes
[occt.git] / src / Bnd / Bnd_Range.hxx
index 0c006d2..74767ec 100644 (file)
@@ -256,6 +256,9 @@ public:
     return ((myFirst == theOther.myFirst) && (myLast == theOther.myLast));
   }
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+
 private:
 
   Standard_Real myFirst; //!< Start of range