X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FPrs3d%2FPrs3d_PlaneAspect.cxx;h=4f6b8eb98b0ee21acb712b82a4ad4b4eac48b8a4;hb=3de0f78449562e27463c1a0a45db074404ab3634;hpb=8aafd5f9e32fb5536480b4747b20b6207cb0176f diff --git a/src/Prs3d/Prs3d_PlaneAspect.cxx b/src/Prs3d/Prs3d_PlaneAspect.cxx index 34c720c86f..4f6b8eb98b 100644 --- a/src/Prs3d/Prs3d_PlaneAspect.cxx +++ b/src/Prs3d/Prs3d_PlaneAspect.cxx @@ -46,21 +46,21 @@ Prs3d_PlaneAspect::Prs3d_PlaneAspect() // ======================================================================= void Prs3d_PlaneAspect::DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth) const { - DUMP_CLASS_BEGIN (theOStream, Prs3d_PlaneAspect); + OCCT_DUMP_CLASS_BEGIN (theOStream, Prs3d_PlaneAspect); - DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myEdgesAspect.get()); - DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myIsoAspect.get()); - DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myArrowAspect.get()); + OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myEdgesAspect.get()); + OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myIsoAspect.get()); + OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myArrowAspect.get()); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowsLength); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowsSize); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowsAngle); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myPlaneXLength); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myPlaneYLength); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsoDistance); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawCenterArrow); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawEdgesArrows); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawEdges); - DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawIso); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowsLength); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowsSize); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowsAngle); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myPlaneXLength); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myPlaneYLength); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsoDistance); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawCenterArrow); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawEdgesArrows); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawEdges); + OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myDrawIso); }