X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FPrsMgr%2FPrsMgr_PresentableObject.cxx;h=1322d5c8b47611aba2bc26079bf5cabefc78682e;hb=3de0f78449562e27463c1a0a45db074404ab3634;hpb=8aafd5f9e32fb5536480b4747b20b6207cb0176f diff --git a/src/PrsMgr/PrsMgr_PresentableObject.cxx b/src/PrsMgr/PrsMgr_PresentableObject.cxx index 145261cf0d..1322d5c8b4 100644 --- a/src/PrsMgr/PrsMgr_PresentableObject.cxx +++ b/src/PrsMgr/PrsMgr_PresentableObject.cxx @@ -844,15 +844,15 @@ void PrsMgr_PresentableObject::PolygonOffsets (Standard_Integer& theMode, // ======================================================================= void PrsMgr_PresentableObject::DumpJson (Standard_OStream& theOStream, const Standard_Integer) const { - DUMP_CLASS_BEGIN (theOStream, PrsMgr_PresentableObject); + OCCT_DUMP_CLASS_BEGIN (theOStream, PrsMgr_PresentableObject); - DUMP_FIELD_VALUE_POINTER (theOStream, myParent); + OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, myParent); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myOwnWidth); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, hasOwnColor); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, hasOwnMaterial); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myOwnWidth); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, hasOwnColor); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, hasOwnMaterial); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myInfiniteState); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsMutable); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myHasOwnPresentations); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myInfiniteState); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsMutable); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myHasOwnPresentations); }