0030997: Foundation Classes - name correction of dump macros
[occt.git] / src / Prs3d / Prs3d_DimensionAspect.cxx
index 066d7c0..46aaa31 100755 (executable)
@@ -67,21 +67,21 @@ void Prs3d_DimensionAspect::SetCommonColor (const Quantity_Color& theColor)
 // =======================================================================
 void Prs3d_DimensionAspect::DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth) const
 {
-  DUMP_CLASS_BEGIN (theOStream, Prs3d_DimensionAspect);
+  OCCT_DUMP_CLASS_BEGIN (theOStream, Prs3d_DimensionAspect);
 
-  DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myLineAspect.get());
-  DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myTextAspect.get());
-  DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myArrowAspect.get());
+  OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myLineAspect.get());
+  OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myTextAspect.get());
+  OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myArrowAspect.get());
 
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myValueStringFormat);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myExtensionSize);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowTailSize);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowOrientation);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myTextHPosition);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myTextVPosition);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myToDisplayUnits);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsText3d);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsTextShaded);
-  DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsArrows3d);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myValueStringFormat);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myExtensionSize);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowTailSize);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myArrowOrientation);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myTextHPosition);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myTextVPosition);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myToDisplayUnits);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsText3d);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsTextShaded);
+  OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myIsArrows3d);
 }