0031354: Visualization - Dump improvement for V3d, Graphic3d, Aspect
[occt.git] / src / Aspect / Aspect_Grid.hxx
index 8127e46..a7034b9 100644 (file)
@@ -96,6 +96,9 @@ public:
   Standard_EXPORT virtual Standard_Boolean IsDisplayed() const = 0;
   
   Standard_EXPORT virtual void Init() = 0;
+  
+  //! Dumps the content of me into the stream
+  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
 
 protected: