0030949: Foundation Classes - Dump improvement for OCCT classes
[occt.git] / src / Quantity / Quantity_Color.hxx
index 77fbf22..b221dab 100644 (file)
@@ -270,6 +270,9 @@ Standard_Boolean operator == (const Quantity_Color& Other) const
   //! Internal test
   Standard_EXPORT static void Test();
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+
 private:
 
   //! Converts HLS components into RGB ones.