0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / SelectMgr / SelectMgr_SelectableObjectSet.hxx
index 242abdc..2925e42 100644 (file)
@@ -180,6 +180,9 @@ public:
     return myBVH[theSubset];
   }
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
+
 private:
 
   //! Returns an appropriate subset of theObject given depending on its persistence type.