0030949: Foundation Classes - Dump improvement for OCCT classes
[occt.git] / src / SelectMgr / SelectMgr_SelectableObject.cxx
index 4980ecf..dc73924 100644 (file)
@@ -548,3 +548,16 @@ const Handle(SelectMgr_EntityOwner)& SelectMgr_SelectableObject::GetAssemblyOwne
 {
   return THE_NULL_ENTITYOWNER;
 }
+
+// =======================================================================
+// function : DumpJson
+// purpose  :
+// =======================================================================
+void SelectMgr_SelectableObject::DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth) const
+{
+  DUMP_CLASS_BEGIN (theOStream, SelectMgr_SelectableObject);
+
+  DUMP_FIELD_VALUES_BY_KIND (theOStream, theDepth, PrsMgr_PresentableObject);
+  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myGlobalSelMode);
+  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myAutoHilight);
+}