0030949: Foundation Classes - Dump improvement for OCCT classes
[occt.git] / src / Graphic3d / Graphic3d_Aspects.hxx
index 70aa6a2..adf5ea3 100644 (file)
@@ -477,6 +477,9 @@ public:
         && myIsTextZoomable == theOther.myIsTextZoomable;
   }
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const;
+
 protected:
 
   Handle(Graphic3d_ShaderProgram)  myProgram;