From d6c489212ba5301ed962acf8fc7921daf1db5bf9 Mon Sep 17 00:00:00 2001 From: kgv Date: Fri, 28 Aug 2020 16:02:18 +0300 Subject: [PATCH] 0028990: Coding Rules - deprecate redundant class Prs3d_Root Prs3d_Root usage has been replaced by direct calls to Prs3d_Presentation methods. --- dox/dev_guides/upgrade/upgrade.md | 4 + .../src/ISession2D/ISession2D_Curve.cpp | 2 +- .../src/ISession2D/ISession_Direction.cpp | 8 +- samples/mfc/standard/01_Geometry/src/StdAfx.h | 1 - .../02_Modeling/src/ISession_Direction.cpp | 6 +- samples/mfc/standard/02_Modeling/src/StdAfx.h | 1 - .../Common/Primitive/Sample2D_Face.cpp | 32 +++--- .../Common/Primitive/Sample2D_Markers.cpp | 8 +- samples/mfc/standard/Common/StdAfx.h | 1 - samples/mfc/standard/Common/User_Cylinder.cxx | 4 +- src/AIS/AIS_ColorScale.cxx | 1 - src/AIS/AIS_ColoredShape.cxx | 1 - src/AIS/AIS_Manipulator.cxx | 9 +- src/AIS/AIS_Plane.cxx | 2 +- src/AIS/AIS_Point.cxx | 2 +- src/AIS/AIS_PointCloud.cxx | 1 - src/AIS/AIS_RubberBand.cxx | 1 - src/AIS/AIS_Shape.cxx | 1 - src/AIS/AIS_TextLabel.cxx | 10 +- src/AIS/AIS_TexturedShape.cxx | 1 - src/AIS/AIS_Triangulation.cxx | 6 +- src/AIS/AIS_Trihedron.cxx | 12 +-- src/AIS/AIS_ViewCube.cxx | 1 - src/DsgPrs/DsgPrs.cxx | 5 +- src/DsgPrs/DsgPrs_AnglePresentation.cxx | 58 +++++----- src/DsgPrs/DsgPrs_Chamf2dPresentation.cxx | 14 +-- src/DsgPrs/DsgPrs_ConcentricPresentation.cxx | 6 +- src/DsgPrs/DsgPrs_DatumPrs.cxx | 2 +- src/DsgPrs/DsgPrs_DiameterPresentation.cxx | 12 +-- .../DsgPrs_EllipseRadiusPresentation.cxx | 14 +-- .../DsgPrs_EqualDistancePresentation.cxx | 19 ++-- src/DsgPrs/DsgPrs_EqualRadiusPresentation.cxx | 7 +- .../DsgPrs_FilletRadiusPresentation.cxx | 8 +- src/DsgPrs/DsgPrs_FixPresentation.cxx | 13 ++- src/DsgPrs/DsgPrs_IdenticPresentation.cxx | 38 +++---- src/DsgPrs/DsgPrs_LengthPresentation.cxx | 51 +++++---- src/DsgPrs/DsgPrs_MidPointPresentation.cxx | 51 +++++---- src/DsgPrs/DsgPrs_OffsetPresentation.cxx | 54 +++++----- src/DsgPrs/DsgPrs_ParalPresentation.cxx | 28 ++--- src/DsgPrs/DsgPrs_PerpenPresentation.cxx | 12 +-- src/DsgPrs/DsgPrs_RadiusPresentation.cxx | 14 +-- src/DsgPrs/DsgPrs_ShadedPlanePresentation.cxx | 9 +- src/DsgPrs/DsgPrs_ShapeDirPresentation.cxx | 6 +- src/DsgPrs/DsgPrs_SymbPresentation.cxx | 2 +- src/DsgPrs/DsgPrs_SymmetricPresentation.cxx | 102 +++++++++--------- src/DsgPrs/DsgPrs_TangentPresentation.cxx | 16 +-- src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx | 13 ++- src/DsgPrs/DsgPrs_XYZPlanePresentation.cxx | 3 +- .../MeshVS_ElementalColorPrsBuilder.cxx | 9 +- src/MeshVS/MeshVS_Mesh.cxx | 1 - src/MeshVS/MeshVS_MeshEntityOwner.cxx | 1 - src/MeshVS/MeshVS_MeshPrsBuilder.cxx | 19 ++-- src/MeshVS/MeshVS_NodalColorPrsBuilder.cxx | 6 +- src/MeshVS/MeshVS_PrsBuilder.cxx | 1 - src/MeshVS/MeshVS_TextPrsBuilder.cxx | 1 - src/MeshVS/MeshVS_VectorPrsBuilder.cxx | 4 +- src/Prs3d/Prs3d_Arrow.hxx | 8 +- src/Prs3d/Prs3d_BndBox.cxx | 4 +- src/Prs3d/Prs3d_Point.hxx | 7 +- src/Prs3d/Prs3d_Root.hxx | 6 +- src/Prs3d/Prs3d_Text.hxx | 15 ++- src/PrsDim/PrsDim_AngleDimension.cxx | 25 +++-- src/PrsDim/PrsDim_Dimension.cxx | 5 +- src/QABugs/QABugs_19.cxx | 6 +- src/StdPrs/StdPrs_Curve.cxx | 16 +-- src/StdPrs/StdPrs_DeflectionCurve.cxx | 10 +- src/StdPrs/StdPrs_HLRPolyShape.cxx | 2 +- src/StdPrs/StdPrs_HLRShape.cxx | 2 +- src/StdPrs/StdPrs_Plane.cxx | 14 +-- src/StdPrs/StdPrs_PoleCurve.cxx | 8 +- src/StdPrs/StdPrs_ShadedShape.cxx | 2 +- src/StdPrs/StdPrs_ShadedSurface.cxx | 2 +- src/StdPrs/StdPrs_WFDeflectionSurface.cxx | 16 +-- src/StdPrs/StdPrs_WFPoleSurface.cxx | 8 +- src/StdPrs/StdPrs_WFSurface.cxx | 12 +-- src/ViewerTest/ViewerTest_ObjectCommands.cxx | 6 +- src/ViewerTest/ViewerTest_OpenGlCommands.cxx | 1 - src/ViewerTest/ViewerTest_ViewerCommands.cxx | 3 +- src/XCAFPrs/XCAFPrs_AISObject.cxx | 2 +- 79 files changed, 420 insertions(+), 474 deletions(-) diff --git a/dox/dev_guides/upgrade/upgrade.md b/dox/dev_guides/upgrade/upgrade.md index 68b48e7014..75d4062ba7 100644 --- a/dox/dev_guides/upgrade/upgrade.md +++ b/dox/dev_guides/upgrade/upgrade.md @@ -1980,6 +1980,10 @@ Previously, sub-classes of *Message_Printer* have to provide a triplet of *Messa *Message_Printer* interface has been changed, so that sub-classes now have to implement only single method *Message_Printer::send()* accepting TCollection_AsciiString argument and having no Endl flag, which has been removed. Old three Message_Printer::Send() methods remain defined virtual with unused last argument and redirecting to new send() method by default. +@subsection upgrade_750_prd3d_root Prs3d_Root deprecation + +Redundant class Prs3d_Root has been marked as deprecated - Prs3d_Presentation::NewGroup() should be called directly. + @subsection upgrade_750_draw_hotkeys Draw Harness hotkeys Draw Harness hotkeys **W** (Wireframe) and **S** (Shaded) have been re-mapped to **Ctrl+W** and **Ctrl+S**. diff --git a/samples/mfc/standard/01_Geometry/src/ISession2D/ISession2D_Curve.cpp b/samples/mfc/standard/01_Geometry/src/ISession2D/ISession2D_Curve.cpp index 30fa4da9c7..a6a6512770 100755 --- a/samples/mfc/standard/01_Geometry/src/ISession2D/ISession2D_Curve.cpp +++ b/samples/mfc/standard/01_Geometry/src/ISession2D/ISession2D_Curve.cpp @@ -30,7 +30,7 @@ void ISession2D_Curve::Compute(const Handle(PrsMgr_PresentationManager3d)& , const Handle(Prs3d_Presentation)& thePrs, const Standard_Integer ) { - Handle(Graphic3d_Group) aPrsGroup = Prs3d_Root::CurrentGroup (thePrs); + Handle(Graphic3d_Group) aPrsGroup = thePrs->CurrentGroup(); aPrsGroup->SetGroupPrimitivesAspect (myDrawer->LineAspect()->Aspect()); aPrsGroup->SetGroupPrimitivesAspect (myDrawer->PointAspect()->Aspect()); diff --git a/samples/mfc/standard/01_Geometry/src/ISession2D/ISession_Direction.cpp b/samples/mfc/standard/01_Geometry/src/ISession2D/ISession_Direction.cpp index ab9e6030eb..e281c9cab0 100755 --- a/samples/mfc/standard/01_Geometry/src/ISession2D/ISession_Direction.cpp +++ b/samples/mfc/standard/01_Geometry/src/ISession2D/ISession_Direction.cpp @@ -84,10 +84,10 @@ void ISession_Direction::Compute (const Handle(PrsMgr_PresentationManager3d)& /* Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments (2); aPrims->AddVertex (myPnt); aPrims->AddVertex (aLastPoint); - Prs3d_Root::CurrentGroup (aPresentation)->SetPrimitivesAspect (myDrawer->LineAspect()->Aspect()); - Prs3d_Root::CurrentGroup (aPresentation)->AddPrimitiveArray (aPrims); + aPresentation->CurrentGroup()->SetPrimitivesAspect (myDrawer->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->AddPrimitiveArray (aPrims); // Draw arrow - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), aLastPoint, myDir, anArrowAspect->Angle(), @@ -97,7 +97,7 @@ void ISession_Direction::Compute (const Handle(PrsMgr_PresentationManager3d)& /* if (myText.Length() != 0) { gp_Pnt aTextPosition = aLastPoint; - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), + Prs3d_Text::Draw (aPresentation->CurrentGroup(), myDrawer->TextAspect(), myText, aTextPosition); diff --git a/samples/mfc/standard/01_Geometry/src/StdAfx.h b/samples/mfc/standard/01_Geometry/src/StdAfx.h index 24161de902..bf7d6259e5 100755 --- a/samples/mfc/standard/01_Geometry/src/StdAfx.h +++ b/samples/mfc/standard/01_Geometry/src/StdAfx.h @@ -214,7 +214,6 @@ #include #include #include -#include #include #include #include diff --git a/samples/mfc/standard/02_Modeling/src/ISession_Direction.cpp b/samples/mfc/standard/02_Modeling/src/ISession_Direction.cpp index 833f4ba816..8e1f8771fe 100755 --- a/samples/mfc/standard/02_Modeling/src/ISession_Direction.cpp +++ b/samples/mfc/standard/02_Modeling/src/ISession_Direction.cpp @@ -42,10 +42,10 @@ void ISession_Direction::Compute(const Handle(PrsMgr_PresentationManager3d)& /*a Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments (2); aPrims->AddVertex (myStartPnt); aPrims->AddVertex (myEndPnt); - Prs3d_Root::CurrentGroup (aPresentation)->SetPrimitivesAspect (myDrawer->LineAspect()->Aspect()); - Prs3d_Root::CurrentGroup (aPresentation)->AddPrimitiveArray (aPrims); + aPresentation->CurrentGroup()->SetPrimitivesAspect (myDrawer->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->AddPrimitiveArray (aPrims); // Draw arrow - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), myEndPnt, gp_Dir (gp_Vec(myStartPnt, myEndPnt)), anArrowAspect->Angle(), diff --git a/samples/mfc/standard/02_Modeling/src/StdAfx.h b/samples/mfc/standard/02_Modeling/src/StdAfx.h index 69183439b8..2fece811c0 100755 --- a/samples/mfc/standard/02_Modeling/src/StdAfx.h +++ b/samples/mfc/standard/02_Modeling/src/StdAfx.h @@ -126,7 +126,6 @@ #include #include #include -#include #include #include #include diff --git a/samples/mfc/standard/Common/Primitive/Sample2D_Face.cpp b/samples/mfc/standard/Common/Primitive/Sample2D_Face.cpp index a6d774f338..42d6c5e838 100755 --- a/samples/mfc/standard/Common/Primitive/Sample2D_Face.cpp +++ b/samples/mfc/standard/Common/Primitive/Sample2D_Face.cpp @@ -46,7 +46,7 @@ void Sample2D_Face::DrawMarker(const Handle(Geom2d_TrimmedCurve)& theCurve, cons anArrow->AddVertex(aPoint); anArrow->AddVertex(aRight); - Prs3d_Root::CurrentGroup(thePresentation)->AddPrimitiveArray(anArrow); + thePresentation->CurrentGroup()->AddPrimitiveArray(anArrow); } } @@ -212,19 +212,19 @@ void Sample2D_Face::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePr { case TopAbs_FORWARD: { - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_FORWARD); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_FORWARD); DrawMarker(aTrimmedCurve, thePresentation); break; } case TopAbs_REVERSED: { - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_REVERSED); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_REVERSED); DrawMarker(aTrimmedCurve, thePresentation); break; } case TopAbs_INTERNAL: { - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_INTERNAL); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_INTERNAL); DrawMarker(aTrimmedCurve, thePresentation); mySeq_INTERNAL.Append(aCurve3d); @@ -232,7 +232,7 @@ void Sample2D_Face::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePr } case TopAbs_EXTERNAL: { - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_EXTERNAL); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_EXTERNAL); DrawMarker(aTrimmedCurve, thePresentation); break; } @@ -242,17 +242,17 @@ void Sample2D_Face::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePr ex.Next(); } //add all primitives to the presentation - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_FORWARD); - Prs3d_Root::CurrentGroup(thePresentation)->AddPrimitiveArray(myForwardArray); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_FORWARD); + thePresentation->CurrentGroup()->AddPrimitiveArray(myForwardArray); - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_REVERSED); - Prs3d_Root::CurrentGroup(thePresentation)->AddPrimitiveArray(myReversedArray); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_REVERSED); + thePresentation->CurrentGroup()->AddPrimitiveArray(myReversedArray); - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_INTERNAL); - Prs3d_Root::CurrentGroup(thePresentation)->AddPrimitiveArray(myInternalArray); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_INTERNAL); + thePresentation->CurrentGroup()->AddPrimitiveArray(myInternalArray); - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect(aLineAspect_EXTERNAL); - Prs3d_Root::CurrentGroup(thePresentation)->AddPrimitiveArray(myExternalArray); + thePresentation->CurrentGroup()->SetPrimitivesAspect(aLineAspect_EXTERNAL); + thePresentation->CurrentGroup()->AddPrimitiveArray(myExternalArray); } //Method for advanced customizable selection of picked object @@ -275,8 +275,7 @@ void Sample2D_Face::HilightSelected aSelectionPrs->Clear(); FillData(); - Prs3d_Root::NewGroup ( aSelectionPrs ); - Handle (Graphic3d_Group) aSelectGroup = Prs3d_Root::CurrentGroup ( aSelectionPrs); + Handle (Graphic3d_Group) aSelectGroup = aSelectionPrs->NewGroup(); for(Standard_Integer i=1; i<=aLength; ++i) { @@ -344,8 +343,7 @@ void Sample2D_Face::HilightOwnerWithColor ( const Handle(PrsMgr_PresentationMana FillData(); //Direct highlighting - Prs3d_Root::NewGroup ( aHighlightPrs ); - Handle (Graphic3d_Group) aHilightGroup = Prs3d_Root::CurrentGroup(aHighlightPrs); + Handle (Graphic3d_Group) aHilightGroup = aHighlightPrs->NewGroup(); Handle(Graphic3d_AspectLine3d) aLineAspect = new Graphic3d_AspectLine3d(theStyle->Color(), Aspect_TOL_SOLID,2); switch(theOwner->Priority()) diff --git a/samples/mfc/standard/Common/Primitive/Sample2D_Markers.cpp b/samples/mfc/standard/Common/Primitive/Sample2D_Markers.cpp index 0977780c38..d858dc7843 100755 --- a/samples/mfc/standard/Common/Primitive/Sample2D_Markers.cpp +++ b/samples/mfc/standard/Common/Primitive/Sample2D_Markers.cpp @@ -43,15 +43,15 @@ void Sample2D_Markers::Compute (const Handle(PrsMgr_PresentationManager3d)& /*aP if(myMarkerType == Aspect_TOM_USERDEFINED) { Handle(Graphic3d_AspectMarker3d) aMarker = new Graphic3d_AspectMarker3d(Aspect_TOM_POINT,myColor,myIndex); - Prs3d_Root::CurrentGroup(aPresentation)->SetGroupPrimitivesAspect(aMarker); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (myArrayOfPoints); + aPresentation->CurrentGroup()->SetGroupPrimitivesAspect(aMarker); + aPresentation->CurrentGroup()->AddPrimitiveArray (myArrayOfPoints); } else { Handle(Graphic3d_AspectMarker3d) aMarker = new Graphic3d_AspectMarker3d(myMarkerType,myColor,myIndex); - Prs3d_Root::CurrentGroup (aPresentation)->SetPrimitivesAspect(aMarker); + aPresentation->CurrentGroup()->SetPrimitivesAspect(aMarker); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (myXPosition, myYPosition, 0); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); } } diff --git a/samples/mfc/standard/Common/StdAfx.h b/samples/mfc/standard/Common/StdAfx.h index b20c7dd570..562c85e147 100755 --- a/samples/mfc/standard/Common/StdAfx.h +++ b/samples/mfc/standard/Common/StdAfx.h @@ -66,7 +66,6 @@ #include #include -#include #include #include #include diff --git a/samples/mfc/standard/Common/User_Cylinder.cxx b/samples/mfc/standard/Common/User_Cylinder.cxx index b2c482024b..c427005c2c 100755 --- a/samples/mfc/standard/Common/User_Cylinder.cxx +++ b/samples/mfc/standard/Common/User_Cylinder.cxx @@ -76,7 +76,7 @@ case 6: //color Handle(Graphic3d_StructureManager) aStrucMana = GetContext()->MainPrsMgr()->StructureManager(); - Handle(Graphic3d_Group) mygroup = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) mygroup = aPresentation->CurrentGroup(); myAspect = (new Prs3d_ShadingAspect())->Aspect(); Graphic3d_MaterialAspect material = myAspect->FrontMaterial(); material.SetAmbientColor (Quantity_NOC_BLACK); @@ -281,7 +281,7 @@ case 6: //color } // end of "if the triangle is valid } // end of the "parcours" of the triangles - Prs3d_Root::CurrentGroup (aPresentation)->AddPrimitiveArray (aOP); + aPresentation->CurrentGroup()->AddPrimitiveArray (aOP); mygroup->SetGroupPrimitivesAspect(myAspect); }// end of the exploration of the shape in faces diff --git a/src/AIS/AIS_ColorScale.cxx b/src/AIS/AIS_ColorScale.cxx index afaba07c7f..8d0fd4837e 100644 --- a/src/AIS/AIS_ColorScale.cxx +++ b/src/AIS/AIS_ColorScale.cxx @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/src/AIS/AIS_ColoredShape.cxx b/src/AIS/AIS_ColoredShape.cxx index 22b58730a0..19a62d355f 100644 --- a/src/AIS/AIS_ColoredShape.cxx +++ b/src/AIS/AIS_ColoredShape.cxx @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include diff --git a/src/AIS/AIS_Manipulator.cxx b/src/AIS/AIS_Manipulator.cxx index bb0ced8bdf..c3e89ecd35 100644 --- a/src/AIS/AIS_Manipulator.cxx +++ b/src/AIS/AIS_Manipulator.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include @@ -1387,7 +1386,7 @@ void AIS_Manipulator::Axis::Compute (const Handle(PrsMgr_PresentationManager)& t myHighlightTranslator->Clear(); } { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (myHighlightTranslator); + Handle(Graphic3d_Group) aGroup = myHighlightTranslator->CurrentGroup(); aGroup->SetGroupPrimitivesAspect (theAspect->Aspect()); aGroup->AddPrimitiveArray (myTriangleArray); } @@ -1411,7 +1410,7 @@ void AIS_Manipulator::Axis::Compute (const Handle(PrsMgr_PresentationManager)& t myHighlightScaler->Clear(); } { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (myHighlightScaler); + Handle(Graphic3d_Group) aGroup = myHighlightScaler->CurrentGroup(); aGroup->SetGroupPrimitivesAspect (theAspect->Aspect()); aGroup->AddPrimitiveArray (myCube.Array()); } @@ -1434,7 +1433,7 @@ void AIS_Manipulator::Axis::Compute (const Handle(PrsMgr_PresentationManager)& t myHighlightRotator->Clear(); } { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (myHighlightRotator); + Handle(Graphic3d_Group) aGroup = myHighlightRotator->CurrentGroup(); aGroup->SetGroupPrimitivesAspect (theAspect->Aspect()); aGroup->AddPrimitiveArray (myCircle.Array()); } @@ -1466,7 +1465,7 @@ void AIS_Manipulator::Axis::Compute (const Handle(PrsMgr_PresentationManager)& t myHighlightDragger->Clear(); } { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup(myHighlightDragger); + Handle(Graphic3d_Group) aGroup = myHighlightDragger->CurrentGroup(); aGroup->SetGroupPrimitivesAspect(aFillArea); aGroup->AddPrimitiveArray(mySector.Array()); } diff --git a/src/AIS/AIS_Plane.cxx b/src/AIS/AIS_Plane.cxx index b46b9aae20..fabb54d826 100644 --- a/src/AIS/AIS_Plane.cxx +++ b/src/AIS/AIS_Plane.cxx @@ -258,7 +258,7 @@ void AIS_Plane::Compute(const Handle(PrsMgr_PresentationManager3d)& , { ComputeFrame(); Handle(Prs3d_PlaneAspect) theaspect = myDrawer->PlaneAspect(); - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->CurrentGroup(); TheGroup->SetPrimitivesAspect(myDrawer->ShadingAspect()->Aspect()); gp_Pnt p1; const Standard_Real Xmax = 0.5*Standard_Real(theaspect->PlaneXLength()); diff --git a/src/AIS/AIS_Point.cxx b/src/AIS/AIS_Point.cxx index 4ac15e329a..e9e8711b30 100644 --- a/src/AIS/AIS_Point.cxx +++ b/src/AIS/AIS_Point.cxx @@ -91,7 +91,7 @@ void AIS_Point::Compute(const Handle(PrsMgr_PresentationManager3d)& /*aPresentat StdPrs_Point::Add(aPresentation,myComponent,myDrawer); else if (aMode== -99) { - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->CurrentGroup(); TheGroup->SetPrimitivesAspect (myHilightDrawer->PointAspect()->Aspect()); Handle(Graphic3d_ArrayOfPoints) aPoint = new Graphic3d_ArrayOfPoints (1); aPoint->AddVertex (myComponent->X(),myComponent->Y(),myComponent->Z()); diff --git a/src/AIS/AIS_PointCloud.cxx b/src/AIS/AIS_PointCloud.cxx index b3a2727a23..c2d8a73ab1 100644 --- a/src/AIS/AIS_PointCloud.cxx +++ b/src/AIS/AIS_PointCloud.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/src/AIS/AIS_RubberBand.cxx b/src/AIS/AIS_RubberBand.cxx index 80641f00fd..94fbbffaec 100644 --- a/src/AIS/AIS_RubberBand.cxx +++ b/src/AIS/AIS_RubberBand.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/src/AIS/AIS_Shape.cxx b/src/AIS/AIS_Shape.cxx index b1afa4ba80..0dee3f34c4 100644 --- a/src/AIS/AIS_Shape.cxx +++ b/src/AIS/AIS_Shape.cxx @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include diff --git a/src/AIS/AIS_TextLabel.cxx b/src/AIS/AIS_TextLabel.cxx index 3217ebf65c..f387fafe56 100644 --- a/src/AIS/AIS_TextLabel.cxx +++ b/src/AIS/AIS_TextLabel.cxx @@ -299,7 +299,7 @@ void AIS_TextLabel::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePr if (myHasFlipping) { gp_Ax2 aFlippingAxes (aCenterOfLabel, myOrientation3D.Direction(), myOrientation3D.XDirection()); - Prs3d_Root::CurrentGroup (thePrs)->SetFlippingOptions (Standard_True, aFlippingAxes); + thePrs->CurrentGroup()->SetFlippingOptions (Standard_True, aFlippingAxes); } gp_Ax2 anOrientation = myOrientation3D; anOrientation.SetLocation (aPosition); @@ -308,15 +308,15 @@ void AIS_TextLabel::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePr { aHasOwnAnchor = Standard_False; // always not using own anchor if flipping } - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (thePrs), anAsp, myText, anOrientation, aHasOwnAnchor); + Prs3d_Text::Draw (thePrs->CurrentGroup(), anAsp, myText, anOrientation, aHasOwnAnchor); if (myHasFlipping && isInit) { - Prs3d_Root::CurrentGroup (thePrs)->SetFlippingOptions (Standard_False, gp_Ax2()); + thePrs->CurrentGroup()->SetFlippingOptions (Standard_False, gp_Ax2()); } } else { - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (thePrs), anAsp, myText, aPosition); + Prs3d_Text::Draw (thePrs->CurrentGroup(), anAsp, myText, aPosition); } if (isInit) @@ -328,7 +328,7 @@ void AIS_TextLabel::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePr gp_Pnt aMinPnt = gp_Pnt (-aDx, -aDy, 0.0).Transformed (aLabelPlane); gp_Pnt aMaxPnt = gp_Pnt ( aDx, aDy, 0.0).Transformed (aLabelPlane); - Graphic3d_BndBox4f& aBox = Prs3d_Root::CurrentGroup (thePrs)->ChangeBoundingBox(); + Graphic3d_BndBox4f& aBox = thePrs->CurrentGroup()->ChangeBoundingBox(); aBox.Add (Graphic3d_Vec4 ((float) aMinPnt.X(), (float) aMinPnt.Y(), (float) aMinPnt.Z(), 1.0)); aBox.Add (Graphic3d_Vec4 ((float) aMaxPnt.X(), (float) aMaxPnt.Y(), (float) aMaxPnt.Z(), 1.0)); } diff --git a/src/AIS/AIS_TexturedShape.cxx b/src/AIS/AIS_TexturedShape.cxx index a764719deb..74136aea54 100644 --- a/src/AIS/AIS_TexturedShape.cxx +++ b/src/AIS/AIS_TexturedShape.cxx @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/src/AIS/AIS_Triangulation.cxx b/src/AIS/AIS_Triangulation.cxx index dfc0d1e8f1..b8559671d8 100644 --- a/src/AIS/AIS_Triangulation.cxx +++ b/src/AIS/AIS_Triangulation.cxx @@ -11,14 +11,14 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#include #include + +#include #include #include #include #include #include -#include #include #include #include @@ -131,7 +131,7 @@ void AIS_Triangulation::Compute(const Handle(PrsMgr_PresentationManager3d)& /*aP Handle(Graphic3d_ArrayOfTriangles) anArray = new Graphic3d_ArrayOfTriangles (myNbNodes, myNbTriangles * 3, hasVNormals, hasVColors, Standard_False); - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->CurrentGroup(); Handle(Graphic3d_AspectFillArea3d) aspect = myDrawer->ShadingAspect()->Aspect(); Standard_Integer i; diff --git a/src/AIS/AIS_Trihedron.cxx b/src/AIS/AIS_Trihedron.cxx index 5105e8391c..def2623aee 100644 --- a/src/AIS/AIS_Trihedron.cxx +++ b/src/AIS/AIS_Trihedron.cxx @@ -298,7 +298,7 @@ void AIS_Trihedron::HilightOwnerWithColor (const Handle(PrsMgr_PresentationManag aPresentation->Clear(); const Prs3d_DatumParts aPart = anOwner->DatumPart(); - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (aPresentation); + Handle(Graphic3d_Group) aGroup = aPresentation->CurrentGroup(); if (aPart >= Prs3d_DP_XOYAxis && aPart <= Prs3d_DP_XOZAxis) { // planes selection is equal in both shading and wireframe mode @@ -443,7 +443,7 @@ void AIS_Trihedron::computePresentation (const Handle(PrsMgr_PresentationManager // display origin { // Origin is visualized only in shading mode - Handle(Graphic3d_Group) aGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) aGroup = thePrs->NewGroup(); const Prs3d_DatumParts aPart = Prs3d_DP_Origin; if (anAspect->DrawDatumPart(aPart)) { @@ -470,7 +470,7 @@ void AIS_Trihedron::computePresentation (const Handle(PrsMgr_PresentationManager continue; } - Handle(Graphic3d_Group) anAxisGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) anAxisGroup = thePrs->NewGroup(); myPartToGroup.Bind (aPart, anAxisGroup); if (isShadingMode) { @@ -489,7 +489,7 @@ void AIS_Trihedron::computePresentation (const Handle(PrsMgr_PresentationManager continue; } - Handle(Graphic3d_Group) anArrowGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) anArrowGroup = thePrs->NewGroup(); anArrowGroup->SetGroupPrimitivesAspect (anAspect->ArrowAspect()->Aspect()); anArrowGroup->AddPrimitiveArray (arrayOfPrimitives (anArrowPart)); } @@ -518,7 +518,7 @@ void AIS_Trihedron::computePresentation (const Handle(PrsMgr_PresentationManager case Prs3d_DP_ZAxis: aDir = aComponent->Direction(); break; default: break; } - Handle(Graphic3d_Group) aLabelGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) aLabelGroup = thePrs->NewGroup(); const gp_Pnt aPoint = anOrigin.XYZ() + aDir.XYZ() * anAxisLength; Prs3d_Text::Draw (aLabelGroup, anAspect->TextAspect(), aLabel, aPoint); } @@ -533,7 +533,7 @@ void AIS_Trihedron::computePresentation (const Handle(PrsMgr_PresentationManager continue; } - Handle(Graphic3d_Group) aGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) aGroup = thePrs->NewGroup(); myPartToGroup.Bind (aPart, aGroup); aGroup->AddPrimitiveArray (arrayOfPrimitives (aPart)); diff --git a/src/AIS/AIS_ViewCube.cxx b/src/AIS/AIS_ViewCube.cxx index a8c7cef02d..ff60577ad1 100644 --- a/src/AIS/AIS_ViewCube.cxx +++ b/src/AIS/AIS_ViewCube.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/src/DsgPrs/DsgPrs.cxx b/src/DsgPrs/DsgPrs.cxx index 38aece8c43..ee8b6b451b 100644 --- a/src/DsgPrs/DsgPrs.cxx +++ b/src/DsgPrs/DsgPrs.cxx @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include @@ -109,7 +108,7 @@ void DsgPrs::ComputeSymbol (const Handle(Prs3d_Presentation)& aPresentation, { Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (pt1.X(), pt1.Y(), pt1.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); } break; } @@ -119,7 +118,7 @@ void DsgPrs::ComputeSymbol (const Handle(Prs3d_Presentation)& aPresentation, // On dessine un rond Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (pt2.X(), pt2.Y(), pt2.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); break; } diff --git a/src/DsgPrs/DsgPrs_AnglePresentation.cxx b/src/DsgPrs/DsgPrs_AnglePresentation.cxx index f71d8d7964..e467f3663b 100644 --- a/src/DsgPrs/DsgPrs_AnglePresentation.cxx +++ b/src/DsgPrs/DsgPrs_AnglePresentation.cxx @@ -161,7 +161,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfPolylines(12); for( i = 0; i <= 11; i++ ) aPrims->AddVertex(ElCLib::Value(param + angle/11 * i, aCircle2)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); DsgPrs::ComputeSymbol(aPresentation, aDimensionAspect, AttachmentPnt, AttachmentPnt, aDir, aDir, DsgPrs_AS_LASTAR); @@ -171,7 +171,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat param = ElCLib::Parameter(aCircle2, tmpPnt); tmpPnt = ElCLib::Value(param, aCircle2); tmpPnt = tmpPnt.Translated(gp_Vec(0, 0, -2)); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), aDimensionAspect->TextAspect(), txt, tmpPnt); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), aDimensionAspect->TextAspect(), txt, tmpPnt); angle = 2. * M_PI - param ; if( param > OppParam ) @@ -180,7 +180,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims = new Graphic3d_ArrayOfPolylines(12); for( i = 11; i >= 0; i-- ) aPrims->AddVertex(ElCLib::Value(-angle/11 * i, aCircle2)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } if( AboveInBelowCone( VmaxCircle, VminCircle, myCircle ) == 1 && !IsConeTrimmed ) //above @@ -204,7 +204,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims->AddVertex(OppositePnt); aPrims->AddVertex(( aPnt.Distance(P1) < aPnt.Distance(P2) )? P11 : P12); } - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } @@ -230,7 +230,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat sprintf(valcar,"%5.2f",theval); Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (aPresentation); + Handle(Graphic3d_Group) aGroup = aPresentation->CurrentGroup(); aGroup->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Ax2 ax(CenterPoint,axisdir,dir1); @@ -343,7 +343,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat sprintf(valcar,"%5.2f",theval); Handle( Prs3d_DimensionAspect ) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup( aPresentation )->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); + aPresentation->CurrentGroup()->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); gp_Circ AngleCirc, AttachCirc; Standard_Real FirstParAngleCirc, LastParAngleCirc, FirstParAttachCirc, LastParAttachCirc; @@ -385,7 +385,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat for (Standard_Integer i = 0; i < NodeNumber; i++, FirstParAngleCirc += delta) aPrims->AddVertex(ElCLib::Value( FirstParAngleCirc, AngleCirc )); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); aPrims = new Graphic3d_ArrayOfSegments(4); } else // null angle @@ -399,7 +399,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat DsgPrs::ComputeSymbol( aPresentation, LA, EndOfArrow1, EndOfArrow2, DirOfArrow1, DirOfArrow2, ArrowPrs ); // Drawing the text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, OffsetPoint); // Line from AttachmentPoint1 to end of Arrow1 aPrims->AddVertex(AttachmentPoint1); @@ -408,7 +408,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims->AddVertex(ProjAttachPoint2); aPrims->AddVertex(EndOfArrow2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // Line or arc from AttachmentPoint2 to its "projection" if (AttachmentPoint2.Distance( ProjAttachPoint2 ) > Precision::Confusion()) @@ -431,7 +431,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat for (Standard_Integer i = 0; i < NodeNumber; i++, FirstParAttachCirc += delta) aPrims->AddVertex(ElCLib::Value( FirstParAttachCirc, AttachCirc )); } - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } @@ -457,7 +457,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat sprintf(valcar,"%5.2f",theval); Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Dir Norm; if (!dir1.IsParallel(dir2, Precision::Angular())) { @@ -515,7 +515,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(udeb+ dteta*(i-1),cer)); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText,OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText,OffsetPoint); Standard_Real length = LA->ArrowAspect()->Length(); if (length < Precision::Confusion()) length = 1.e-04; @@ -534,7 +534,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat gp_Vec v2(ptarr,ptarr3); const Standard_Real beta = v1.Angle(v2); dirarr.Rotate(ax1, beta); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, dirarr, LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, dirarr, LA->ArrowAspect()->Angle(), length); aPrims->AddBound(2); aPrims->AddVertex(AttachmentPoint1); @@ -545,13 +545,13 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat ax1.SetLocation(ptarr); gp_Dir dirarr2(vecarr); dirarr2.Rotate(ax1, - beta); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, dirarr2, LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, dirarr2, LA->ArrowAspect()->Angle(), length); aPrims->AddBound(2); aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(ptarr); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } @@ -576,7 +576,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat sprintf(valcar,"%5.2f",theval); Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Dir Norm = dir1.Crossed(dir2); if (Abs(theval) > M_PI) Norm.Reverse(); @@ -626,7 +626,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(udeb+ dteta*(i-1),cer)); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, OffsetPoint); Standard_Real length = LA->ArrowAspect()->Length(); if (length < Precision::Confusion()) length = 1.e-04; @@ -662,7 +662,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(ptarr1); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // One traces the arrows DsgPrs::ComputeSymbol(aPresentation,LA,ptarr,ptarr1,dirarr,dirarr2,ArrowPrs); @@ -692,7 +692,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat TCollection_ExtendedString aText(valas); Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Dir Norm = dir1.Crossed(dir2); if (Abs(theval) > M_PI) Norm.Reverse(); @@ -742,7 +742,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(udeb+ dteta*(i-1),cer)); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, OffsetPoint); Standard_Real length = LA->ArrowAspect()->Length(); if (length < Precision::Confusion()) length = 1.e-04; @@ -762,7 +762,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat const Standard_Real beta = v1.Angle(v2); dirarr.Rotate(ax1, beta); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, dirarr, LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, dirarr, LA->ArrowAspect()->Angle(), length); aPrims->AddBound(2); aPrims->AddVertex(AttachmentPoint1); @@ -773,13 +773,13 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat gp_Dir dirarr2(vecarr); dirarr2.Rotate(ax1, -beta); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, dirarr2, LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, dirarr2, LA->ArrowAspect()->Angle(), length); aPrims->AddBound(2); aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(ptarr); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentation, @@ -791,7 +791,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat const DsgPrs_ArrowSide ArrowSide) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Dir dir1(gp_Vec(CenterPoint, AttachmentPoint1)); gp_Ax2 ax(CenterPoint,theAxe.Direction(),dir1); @@ -803,7 +803,7 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(nbp); for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(dteta*(i-1),cer)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); Standard_Real uc1 = 0.; Standard_Real uc2 = ElCLib::Parameter(cer,AttachmentPoint1.Rotated(theAxe,theval)); @@ -818,21 +818,21 @@ void DsgPrs_AnglePresentation::Add (const Handle(Prs3d_Presentation)& aPresentat case DsgPrs_AS_FIRSTAR: { ElCLib::D1(uc1,cer,ptarr,vecarr); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, gp_Dir(-vecarr), LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, gp_Dir(-vecarr), LA->ArrowAspect()->Angle(), length); break; } case DsgPrs_AS_LASTAR: { ElCLib::D1(uc2,cer,ptarr,vecarr); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, gp_Dir(vecarr), LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, gp_Dir(vecarr), LA->ArrowAspect()->Angle(), length); break; } case DsgPrs_AS_BOTHAR: { ElCLib::D1(uc1,cer,ptarr,vecarr); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, gp_Dir(-vecarr), LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, gp_Dir(-vecarr), LA->ArrowAspect()->Angle(), length); ElCLib::D1(uc2,cer,ptarr,vecarr); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptarr, gp_Dir(vecarr), LA->ArrowAspect()->Angle(), length); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptarr, gp_Dir(vecarr), LA->ArrowAspect()->Angle(), length); break; } default: break; diff --git a/src/DsgPrs/DsgPrs_Chamf2dPresentation.cxx b/src/DsgPrs/DsgPrs_Chamf2dPresentation.cxx index 83be3638d8..884540cd48 100644 --- a/src/DsgPrs/DsgPrs_Chamf2dPresentation.cxx +++ b/src/DsgPrs/DsgPrs_Chamf2dPresentation.cxx @@ -38,17 +38,17 @@ void DsgPrs_Chamf2dPresentation::Add( { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(aPntAttach); aPrims->AddVertex(aPntEnd); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); gp_Dir ArrowDir(aPntAttach.XYZ()-aPntEnd.XYZ()); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), aPntAttach, ArrowDir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), aPntAttach, ArrowDir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntEnd); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntEnd); } @@ -67,14 +67,14 @@ void DsgPrs_Chamf2dPresentation::Add( { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(aPntAttach); aPrims->AddVertex(aPntEnd); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntEnd); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntEnd); gp_Dir ArrowDir(aPntAttach.XYZ()-aPntEnd.XYZ()); gp_Dir ArrowDir1 = ArrowDir; diff --git a/src/DsgPrs/DsgPrs_ConcentricPresentation.cxx b/src/DsgPrs/DsgPrs_ConcentricPresentation.cxx index 905550a1f2..5424082130 100644 --- a/src/DsgPrs/DsgPrs_ConcentricPresentation.cxx +++ b/src/DsgPrs/DsgPrs_ConcentricPresentation.cxx @@ -14,7 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. - #include #include #include @@ -26,7 +25,6 @@ #include #include #include -#include void DsgPrs_ConcentricPresentation::Add( const Handle(Prs3d_Presentation)& aPresentation, @@ -43,7 +41,7 @@ void DsgPrs_ConcentricPresentation::Add( const Standard_Integer nbp = 50; const Standard_Real dteta = (2. * M_PI)/nbp; - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(2*nbp+6,4); @@ -90,5 +88,5 @@ void DsgPrs_ConcentricPresentation::Add( aPrims->AddVertex(p1); aPrims->AddVertex(p2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } diff --git a/src/DsgPrs/DsgPrs_DatumPrs.cxx b/src/DsgPrs/DsgPrs_DatumPrs.cxx index ee90be8687..6c122d87d1 100644 --- a/src/DsgPrs/DsgPrs_DatumPrs.cxx +++ b/src/DsgPrs/DsgPrs_DatumPrs.cxx @@ -34,7 +34,7 @@ void DsgPrs_DatumPrs::Add (const Handle(Prs3d_Presentation)& thePresentation, const Handle(Prs3d_Drawer)& theDrawer) { Handle(Prs3d_DatumAspect) aDatumAspect = theDrawer->DatumAspect(); - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (thePresentation); + Handle(Graphic3d_Group) aGroup = thePresentation->CurrentGroup(); gp_Ax2 anAxis (theDatum); gp_Pnt anOrigin = anAxis.Location(); diff --git a/src/DsgPrs/DsgPrs_DiameterPresentation.cxx b/src/DsgPrs/DsgPrs_DiameterPresentation.cxx index ecd6d42f7f..ce6a1ca575 100644 --- a/src/DsgPrs/DsgPrs_DiameterPresentation.cxx +++ b/src/DsgPrs/DsgPrs_DiameterPresentation.cxx @@ -48,7 +48,7 @@ void DsgPrs_DiameterPresentation::Add (const Handle(Prs3d_Presentation)& aPresen const Standard_Boolean IsDiamSymbol ) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Standard_Real parat = ElCLib::Parameter(aCircle, AttachmentPoint); gp_Pnt ptoncirc = ElCLib::Value (parat, aCircle); @@ -73,13 +73,13 @@ void DsgPrs_DiameterPresentation::Add (const Handle(Prs3d_Presentation)& aPresen Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(pt1); aPrims->AddVertex(OppositePoint); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // value TCollection_ExtendedString Text = aText; if(IsDiamSymbol) Text = TCollection_ExtendedString("\330 ") + aText; // VRO (2007-05-17) inserted a blank. - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), Text, AttachmentPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), Text, AttachmentPoint); // arrows gp_Dir arrdir (vecrap); @@ -144,7 +144,7 @@ void DsgPrs_DiameterPresentation::Add (const Handle(Prs3d_Presentation)& aPresen } Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Standard_Real parEndOfArrow = ElCLib::Parameter(aCircle,AttachmentPoint); gp_Pnt EndOfArrow; gp_Pnt DrawPosition = AttachmentPoint;// point of attachment @@ -185,13 +185,13 @@ void DsgPrs_DiameterPresentation::Add (const Handle(Prs3d_Presentation)& aPresen Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(DrawPosition); aPrims->AddVertex(EndOfArrow); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // text TCollection_ExtendedString Text = aText; if(IsDiamSymbol) Text = TCollection_ExtendedString("\330 ") + Text;// => \330 | \370? - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), Text, DrawPosition); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), Text, DrawPosition); // Add presentation of arrow gp_Dir DirOfArrow(gp_Vec(DrawPosition, EndOfArrow).XYZ()); diff --git a/src/DsgPrs/DsgPrs_EllipseRadiusPresentation.cxx b/src/DsgPrs/DsgPrs_EllipseRadiusPresentation.cxx index e6deeea7bb..8267a21809 100644 --- a/src/DsgPrs/DsgPrs_EllipseRadiusPresentation.cxx +++ b/src/DsgPrs/DsgPrs_EllipseRadiusPresentation.cxx @@ -57,7 +57,7 @@ void DsgPrs_EllipseRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aP const DsgPrs_ArrowSide ArrowPrs) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); const Standard_Real dist = aCenter.Distance( aPosition ); const Standard_Boolean inside = ( dist <= theval ); @@ -66,12 +66,12 @@ void DsgPrs_EllipseRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aP Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(aCenter); aPrims->AddVertex(EndPoint); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // value TCollection_ExtendedString Text(IsMaxRadius? "a = " : "b = "); Text += aText; - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), Text, aPosition); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), Text, aPosition); // arrows gp_Dir arrdir( gp_Vec( aCenter, anEndOfArrow)); @@ -99,7 +99,7 @@ void DsgPrs_EllipseRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aP const DsgPrs_ArrowSide ArrowPrs) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if(!IsInDomain) { @@ -115,7 +115,7 @@ void DsgPrs_EllipseRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aP Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(NodeNumber); for (Standard_Integer i = 0 ; i < NodeNumber; i++, parFirst += delta) aPrims->AddVertex(ElCLib::Value( parFirst, anEllipse )); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } DsgPrs_EllipseRadiusPresentation::Add(aPresentation, aDrawer, theval, aText, aPosition, anEndOfArrow, aCenter, IsMaxRadius, ArrowPrs); @@ -141,7 +141,7 @@ void DsgPrs_EllipseRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aP const DsgPrs_ArrowSide ArrowPrs) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if(!IsInDomain) { @@ -167,7 +167,7 @@ void DsgPrs_EllipseRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aP aCurve->D0( parFirst, p1 ); aPrims->AddVertex(p1); } - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } DsgPrs_EllipseRadiusPresentation::Add(aPresentation, aDrawer, theval, aText, aPosition, anEndOfArrow, aCenter, IsMaxRadius, ArrowPrs); diff --git a/src/DsgPrs/DsgPrs_EqualDistancePresentation.cxx b/src/DsgPrs/DsgPrs_EqualDistancePresentation.cxx index b255d3ba02..c6a7281a60 100644 --- a/src/DsgPrs/DsgPrs_EqualDistancePresentation.cxx +++ b/src/DsgPrs/DsgPrs_EqualDistancePresentation.cxx @@ -32,7 +32,6 @@ #include #include #include -#include #include #include @@ -48,7 +47,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& const Handle( Geom_Plane )& Plane ) { Handle( Prs3d_DimensionAspect ) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup( aPresentation )->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); + aPresentation->CurrentGroup()->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); // Line between two middles gp_Pnt Middle12( (Point1.XYZ() + Point2.XYZ()) * 0.5 ), Middle34( (Point3.XYZ() + Point4.XYZ()) * 0.5 ); @@ -56,7 +55,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(Middle12); aPrims->AddVertex(Middle34); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // Add presentation of arrows (points) gp_Dir aDir( 0, 0, 1 ); @@ -112,7 +111,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& TCollection_ExtendedString aText("=="); //Draw the text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation),LA->TextAspect(), aText, aTextPos); + Prs3d_Text::Draw (aPresentation->CurrentGroup(),LA->TextAspect(), aText, aTextPos); } @@ -132,7 +131,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& gp_Pnt& aProj2) { const Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Lin L1 (aPoint1,aDirection); gp_Lin L2 (aPoint2,aDirection); @@ -144,7 +143,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& aPrims->AddVertex(aProj1); aPrims->AddVertex(aProj2); aPrims->AddVertex(aPoint2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); //add arrows presentation gp_Dir aDir(aProj2.XYZ() - aProj1.XYZ()); @@ -170,7 +169,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& const DsgPrs_ArrowSide anArrowSide) { const Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Standard_Real aPar11, aPar12, aPar21, aPar22; if(aCirc1.Radius() > Precision::Confusion()){ @@ -193,7 +192,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(aPoint2); aPrims->AddVertex(aPoint4); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); Standard_Integer i, aNodeNb; Standard_Real aDelta, aCurPar; @@ -208,7 +207,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& for (i = 1; i<= aNodeNb; aCurPar += aDelta, i++) aPrims->AddVertex(ElCLib::Value( aCurPar, aCirc1)); aPrims->AddVertex(aPoint2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } if (aPar22 < aPar21) aPar22 += 2.*M_PI; if ( Abs(aPar22 - aPar21) > Precision::Confusion()) @@ -221,7 +220,7 @@ void DsgPrs_EqualDistancePresentation::Add( const Handle( Prs3d_Presentation )& for (i = 1; i<= aNodeNb; aCurPar += aDelta, i++) aPrims->AddVertex(ElCLib::Value( aCurPar, aCirc2)); aPrims->AddVertex(aPoint4); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } //get the direction of interval diff --git a/src/DsgPrs/DsgPrs_EqualRadiusPresentation.cxx b/src/DsgPrs/DsgPrs_EqualRadiusPresentation.cxx index b3349ea347..2d1e9825be 100644 --- a/src/DsgPrs/DsgPrs_EqualRadiusPresentation.cxx +++ b/src/DsgPrs/DsgPrs_EqualRadiusPresentation.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include @@ -42,14 +41,14 @@ void DsgPrs_EqualRadiusPresentation::Add( const Handle( Prs3d_Presentation )& aP const Handle( Geom_Plane )& Plane ) { Handle( Prs3d_DimensionAspect ) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup( aPresentation )->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); + aPresentation->CurrentGroup()->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(4); aPrims->AddVertex(FirstPoint); aPrims->AddVertex(FirstCenter); aPrims->AddVertex(SecondCenter); aPrims->AddVertex(SecondPoint); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // Add presentation of arrows gp_Dir FirstDir = gce_MakeDir( FirstCenter, FirstPoint ), SecondDir = gce_MakeDir( SecondCenter, SecondPoint ); @@ -91,6 +90,6 @@ void DsgPrs_EqualRadiusPresentation::Add( const Handle( Prs3d_Presentation )& aP } //Draw the text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aTextPos); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aTextPos); //ota === end === } diff --git a/src/DsgPrs/DsgPrs_FilletRadiusPresentation.cxx b/src/DsgPrs/DsgPrs_FilletRadiusPresentation.cxx index 6c4ffe263d..19c260c761 100644 --- a/src/DsgPrs/DsgPrs_FilletRadiusPresentation.cxx +++ b/src/DsgPrs/DsgPrs_FilletRadiusPresentation.cxx @@ -71,7 +71,7 @@ void DsgPrs_FilletRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aPr gp_Circ FilletCirc; // gp_Pnt NewPosition, EndOfArrow; Handle( Prs3d_DimensionAspect ) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup( aPresentation )->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); + aPresentation->CurrentGroup()->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); Standard_Real ArrowLength = LA->ArrowAspect()->Length(); DsgPrs::ComputeFilletRadiusPresentation( ArrowLength, @@ -101,7 +101,7 @@ void DsgPrs_FilletRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aPr Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(NodeNumber); for (Standard_Integer i = 0 ; i < NodeNumber; i++, FirstParCirc += delta) aPrims->AddVertex(ElCLib::Value( FirstParCirc, FilletCirc )); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); HasCircle = Standard_True; Handle(Geom_Circle) Circle = new Geom_Circle( FilletCirc ); @@ -116,10 +116,10 @@ void DsgPrs_FilletRadiusPresentation::Add (const Handle(Prs3d_Presentation)& aPr Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(DrawPosition); aPrims->AddVertex(EndOfArrow); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // Drawing the text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, DrawPosition); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, DrawPosition); // Add presentation of arrows DsgPrs::ComputeSymbol( aPresentation, LA, EndOfArrow, EndOfArrow, DirOfArrow, DirOfArrow, ArrowPrs ); diff --git a/src/DsgPrs/DsgPrs_FixPresentation.cxx b/src/DsgPrs/DsgPrs_FixPresentation.cxx index 32f717ff75..faaf7dd2d6 100644 --- a/src/DsgPrs/DsgPrs_FixPresentation.cxx +++ b/src/DsgPrs/DsgPrs_FixPresentation.cxx @@ -28,7 +28,6 @@ #include #include #include -#include //======================================================================= //function : Add @@ -43,7 +42,7 @@ void DsgPrs_FixPresentation::Add( const Standard_Real symbsize) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(10); @@ -90,14 +89,14 @@ void DsgPrs_FixPresentation::Add( aPrims->AddVertex(PF); aPrims->AddVertex(PL); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Quantity_Color aColor = LA->LineAspect()->Aspect()->Color(); Handle(Graphic3d_AspectMarker3d) aMarkerAsp = new Graphic3d_AspectMarker3d (Aspect_TOM_O, aColor, 1.0); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect (aMarkerAsp); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aMarkerAsp); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (aPntAttach.X(), aPntAttach.Y(), aPntAttach.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); } diff --git a/src/DsgPrs/DsgPrs_IdenticPresentation.cxx b/src/DsgPrs/DsgPrs_IdenticPresentation.cxx index 9c197a6c7b..a71850ce0a 100644 --- a/src/DsgPrs/DsgPrs_IdenticPresentation.cxx +++ b/src/DsgPrs/DsgPrs_IdenticPresentation.cxx @@ -43,24 +43,24 @@ void DsgPrs_IdenticPresentation::Add( const Handle(Prs3d_Presentation)& aPresent const gp_Pnt& aPntOffset) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(aPntAttach); aPrims->AddVertex(aPntOffset); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Quantity_Color aColor = LA->LineAspect()->Aspect()->Color(); Handle(Graphic3d_AspectMarker3d) aMarkerAsp = new Graphic3d_AspectMarker3d (Aspect_TOM_O, aColor, 1.0); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect (aMarkerAsp); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aMarkerAsp); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (aPntAttach.X(), aPntAttach.Y(), aPntAttach.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); // texte - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntOffset); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntOffset); } @@ -72,7 +72,7 @@ void DsgPrs_IdenticPresentation::Add( const Handle(Prs3d_Presentation)& aPresent const gp_Pnt& aPntOffset) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(4); @@ -93,10 +93,10 @@ void DsgPrs_IdenticPresentation::Add( const Handle(Prs3d_Presentation)& aPresent else aPrims->AddVertex(aSAttach); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntOffset); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntOffset); } @@ -110,7 +110,7 @@ void DsgPrs_IdenticPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta const gp_Pnt& aPntOffset) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Ax2 ax = theAxe; ax.SetLocation(aCenter); @@ -141,10 +141,10 @@ void DsgPrs_IdenticPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(pFAttach + dteta*(i-1),CC)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntOffset); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntOffset); } // jfa 16/10/2000 @@ -159,7 +159,7 @@ void DsgPrs_IdenticPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta const gp_Pnt& aPntOnCirc) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Ax2 ax = theAxe; ax.SetLocation(aCenter); @@ -190,10 +190,10 @@ void DsgPrs_IdenticPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(pFAttach + dteta*(i-1),CC)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntOffset); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntOffset); } // jfa 16/10/2000 end @@ -208,7 +208,7 @@ void DsgPrs_IdenticPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta const gp_Pnt& aPntOnElli) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Standard_Real pFAttach = ElCLib::Parameter(anEllipse, aFAttach); Standard_Real pSAttach = ElCLib::Parameter(anEllipse, aSAttach); @@ -235,9 +235,9 @@ void DsgPrs_IdenticPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta for (Standard_Integer i = 1; i<=nbp; i++) aPrims->AddVertex(ElCLib::Value(pFAttach + dteta*(i-1),anEllipse)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, aPntOffset); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, aPntOffset); } // jfa 10/10/2000 end diff --git a/src/DsgPrs/DsgPrs_LengthPresentation.cxx b/src/DsgPrs/DsgPrs_LengthPresentation.cxx index 6518940d2a..933e8ba0c5 100644 --- a/src/DsgPrs/DsgPrs_LengthPresentation.cxx +++ b/src/DsgPrs/DsgPrs_LengthPresentation.cxx @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include @@ -48,7 +47,7 @@ void DsgPrs_LengthPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta const gp_Pnt& OffsetPoint) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Lin L1 (AttachmentPoint1,aDirection); gp_Lin L2 (AttachmentPoint2,aDirection); @@ -91,20 +90,20 @@ void DsgPrs_LengthPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta arrdir.Reverse(); // arrow 1 : 2nd group - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Proj1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Proj1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // arrow 2 : 3rd group - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Proj2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Proj2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Root::NewGroup(aPresentation); + aPresentation->NewGroup(); // text : 4th group - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, offp); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, offp); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // processing of call 1 : 5th group aPrims->AddVertex(AttachmentPoint1); @@ -114,7 +113,7 @@ void DsgPrs_LengthPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(Proj2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } //================================================================================== @@ -133,7 +132,7 @@ void DsgPrs_LengthPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta const DsgPrs_ArrowSide ArrowPrs ) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Pnt EndOfArrow1, EndOfArrow2; gp_Dir DirOfArrow1; @@ -175,7 +174,7 @@ void DsgPrs_LengthPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta DsgPrs::ComputeSymbol( aPresentation, LA, EndOfArrow1, EndOfArrow2, DirOfArrow1, DirOfArrow1.Reversed(), ArrowPrs ); // Drawing the text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, OffsetPoint); // Line from AttachmentPoint1 to end of Arrow1 aPrims->AddVertex(AttachmentPoint1); @@ -185,7 +184,7 @@ void DsgPrs_LengthPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(EndOfArrow2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } @@ -204,7 +203,7 @@ void DsgPrs_LengthPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta const DsgPrs_ArrowSide ArrowPrs) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Lin L1 (AttachmentPoint1,aDirection); gp_Lin L2 (AttachmentPoint2,aDirection); @@ -255,10 +254,10 @@ void DsgPrs_LengthPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(Proj2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, offp); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, offp); // symbols at the extremities of the face DsgPrs::ComputeSymbol(aPresentation,LA,Proj1,Proj2,arrdir,arrdir.Reversed(),ArrowPrs); @@ -281,7 +280,7 @@ void DsgPrs_LengthPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta const DsgPrs_ArrowSide ArrowPrs ) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Pnt EndOfArrow2; gp_Dir DirOfArrow1; @@ -320,13 +319,13 @@ void DsgPrs_LengthPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(FirstPoint); aPrims->AddVertex(LastPoint); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // Add presentation of arrows DsgPrs::ComputeSymbol( aPresentation, LA, AttachmentPoint1, EndOfArrow2, DirOfArrow1, DirOfArrow1.Reversed(), ArrowPrs ); // Drawing the text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, OffsetPoint); // Two curves from end of Arrow2 to AttachmentPoint2 Standard_Real Alpha, delta; @@ -340,7 +339,7 @@ void DsgPrs_LengthPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta aPrims = new Graphic3d_ArrayOfPolylines(NodeNumber); for (Standard_Integer i = 1; i <= NodeNumber; i++, FirstU += delta) aPrims->AddVertex(VCurve->Value( FirstU )); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } Alpha = Abs( deltaV ); if (Alpha > Precision::Angular() && AlphaAddVertex(UCurve->Value( FirstV )); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } @@ -369,27 +368,27 @@ void DsgPrs_LengthPresentation::Add (const Handle(Prs3d_Presentation)& aPrs, Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(Pt1); aPrims->AddVertex(Pt2); - Prs3d_Root::CurrentGroup(aPrs)->AddPrimitiveArray(aPrims); + aPrs->CurrentGroup()->AddPrimitiveArray(aPrims); gp_Vec V ; switch(ArrowPrs) { case DsgPrs_AS_LASTAR: - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPrs), Pt2, gp_Dir(gp_Vec(Pt1,Pt2)), + Prs3d_Arrow::Draw (aPrs->CurrentGroup(), Pt2, gp_Dir(gp_Vec(Pt1,Pt2)), aDrawer->DimensionAspect()->ArrowAspect()->Angle(), aDrawer->DimensionAspect()->ArrowAspect()->Length()); break; case DsgPrs_AS_FIRSTAR: - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPrs), Pt1, gp_Dir(gp_Vec(Pt2,Pt1)), + Prs3d_Arrow::Draw (aPrs->CurrentGroup(), Pt1, gp_Dir(gp_Vec(Pt2,Pt1)), aDrawer->DimensionAspect()->ArrowAspect()->Angle(), aDrawer->DimensionAspect()->ArrowAspect()->Length()); break; case DsgPrs_AS_BOTHAR: V = gp_Vec(Pt1,Pt2); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPrs), Pt2, gp_Dir(V), + Prs3d_Arrow::Draw (aPrs->CurrentGroup(), Pt2, gp_Dir(V), aDrawer->DimensionAspect()->ArrowAspect()->Angle(), aDrawer->DimensionAspect()->ArrowAspect()->Length()); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPrs), Pt1, gp_Dir(V.Reversed()), + Prs3d_Arrow::Draw (aPrs->CurrentGroup(), Pt1, gp_Dir(V.Reversed()), aDrawer->DimensionAspect()->ArrowAspect()->Angle(), aDrawer->DimensionAspect()->ArrowAspect()->Length()); break; diff --git a/src/DsgPrs/DsgPrs_MidPointPresentation.cxx b/src/DsgPrs/DsgPrs_MidPointPresentation.cxx index e4a037c367..cd98ec0610 100644 --- a/src/DsgPrs/DsgPrs_MidPointPresentation.cxx +++ b/src/DsgPrs/DsgPrs_MidPointPresentation.cxx @@ -32,7 +32,6 @@ #include #include #include -#include #include #include @@ -59,8 +58,8 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen if ( first ) { // center of the symmetry - circle around the MidPoint - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); const Standard_Real alpha = 2. * M_PI; const Standard_Integer nbp = 100; @@ -76,26 +75,26 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims->AddVertex(Position.IsEqual(MidPoint,rad)? MidPoint : ElCLib::Value(ElCLib::Parameter(aCircleM,Position),aCircleM)); // mid point aPrims->AddVertex(Position); // text position - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte TCollection_ExtendedString aText(" (+)"); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, Position); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, Position); } if ( !AttachPoint.IsEqual(MidPoint, Precision::Confusion()) ) { if ( !first ) { - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); } // segment from mid point to the geometry Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(ElCLib::Value(ElCLib::Parameter(aCircleM,AttachPoint),aCircleM)); // mid point aPrims->AddVertex(AttachPoint); // attach point to the geometry - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } @@ -123,13 +122,13 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen gp_Circ aCircleM (ax,rad); // segment on line - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(Point1); aPrims->AddVertex(Point2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); if ( first ) { @@ -148,11 +147,11 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims->AddVertex(Position.IsEqual(MidPoint,rad)? MidPoint : ElCLib::Value(ElCLib::Parameter(aCircleM,Position),aCircleM)); // mid point aPrims->AddVertex(Position); // text position - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte TCollection_ExtendedString aText (" (+)"); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, Position); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, Position); } if ( !AttachPoint.IsEqual(MidPoint, Precision::Confusion()) ) @@ -161,7 +160,7 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(ElCLib::Value(ElCLib::Parameter(aCircleM,AttachPoint),aCircleM)); aPrims->AddVertex(AttachPoint); // attach point to the geometry - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } @@ -189,8 +188,8 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen gp_Circ aCircleM (ax,rad); // segment on circle - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); const Standard_Real pf = ElCLib::Parameter(aCircle,Point1); const Standard_Real pl = ElCLib::Parameter(aCircle,Point2); @@ -203,7 +202,7 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfPolylines(nbp); for (Standard_Integer i = 1; i <= nbp; i++) aPrims->AddVertex(ElCLib::Value(pf + dteta*(i-1),aCircle)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); if ( first ) { @@ -222,11 +221,11 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims->AddVertex(Position.IsEqual(MidPoint,rad)? MidPoint : ElCLib::Value(ElCLib::Parameter(aCircleM,Position),aCircleM)); // mid point aPrims->AddVertex(Position); // text position - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte TCollection_ExtendedString aText (" (+)"); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, Position); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, Position); } if ( !AttachPoint.IsEqual(MidPoint, Precision::Confusion()) ) @@ -235,7 +234,7 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(ElCLib::Value(ElCLib::Parameter(aCircleM,AttachPoint),aCircleM)); // mid point aPrims->AddVertex(AttachPoint); // attach point to the geometry - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } @@ -265,8 +264,8 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen gp_Circ aCircleM (ax,rad); // segment on ellipse - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); const Standard_Real pf = ElCLib::Parameter(aCircle,Point1); const Standard_Real pl = ElCLib::Parameter(aCircle,Point2); @@ -279,7 +278,7 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfPolylines(nbp); for (Standard_Integer i = 1; i <= nbp; i++) aPrims->AddVertex(ElCLib::Value(pf + dteta*(i-1),aCircle)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); if ( first ) { @@ -298,11 +297,11 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims->AddVertex(Position.IsEqual(MidPoint,rad)? MidPoint : ElCLib::Value(ElCLib::Parameter(aCircleM,Position),aCircleM)); // mid point aPrims->AddVertex(Position); // text position - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // texte TCollection_ExtendedString aText (" (+)"); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, Position); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, Position); } if ( !AttachPoint.IsEqual(MidPoint, Precision::Confusion()) ) @@ -311,6 +310,6 @@ void DsgPrs_MidPointPresentation::Add (const Handle(Prs3d_Presentation)& aPresen aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(ElCLib::Value(ElCLib::Parameter(aCircleM,AttachPoint),aCircleM)); // mid point aPrims->AddVertex(AttachPoint); // attach point to the geometry - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } diff --git a/src/DsgPrs/DsgPrs_OffsetPresentation.cxx b/src/DsgPrs/DsgPrs_OffsetPresentation.cxx index 2cf70834f0..22a8c2cd26 100644 --- a/src/DsgPrs/DsgPrs_OffsetPresentation.cxx +++ b/src/DsgPrs/DsgPrs_OffsetPresentation.cxx @@ -46,7 +46,7 @@ void DsgPrs_OffsetPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta const gp_Pnt& OffsetPoint) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Lin L1 (AttachmentPoint1,aDirection); gp_Lin L2 (AttachmentPoint2,aDirection2); @@ -93,13 +93,13 @@ void DsgPrs_OffsetPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta aPrims->AddVertex(PointMin); aPrims->AddVertex(PointMax); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if (DimNulle) { - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), offp, L4.Direction(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), offp, L4.Direction().Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), offp, L4.Direction(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), offp, L4.Direction().Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); } else { @@ -110,27 +110,27 @@ void DsgPrs_OffsetPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta arrdir.Reverse(); // fleche 1 : 2eme groupe - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Proj1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Proj1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // ball 1 : 3eme groupe Quantity_Color aColor = LA->LineAspect()->Aspect()->Color(); Handle(Graphic3d_AspectMarker3d) aMarkerAsp = new Graphic3d_AspectMarker3d (Aspect_TOM_O, aColor, 1.0); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect (aMarkerAsp); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aMarkerAsp); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (Proj2.X(), Proj2.Y(), Proj2.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); - Prs3d_Root::NewGroup(aPresentation); + aPresentation->NewGroup(); // texte : 4eme groupe - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, offp); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, offp); } - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // trait de rappel 1 : 5eme groupe aPrims->AddVertex(AttachmentPoint1); @@ -140,7 +140,7 @@ void DsgPrs_OffsetPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(Proj2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } void DsgPrs_OffsetPresentation::AddAxes (const Handle(Prs3d_Presentation)& aPresentation, @@ -165,47 +165,47 @@ void DsgPrs_OffsetPresentation::AddAxes (const Handle(Prs3d_Presentation)& aPres Handle(Graphic3d_AspectLine3d) AxeAsp = new Graphic3d_AspectLine3d (acolor, atype, awidth); AxeAsp->SetType( Aspect_TOL_DOTDASH); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(AxeAsp); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(AxeAsp); // trait d'axe : 1er groupe Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(AttachmentPoint1); aPrims->AddVertex(Proj1); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); - Prs3d_Root::NewGroup(aPresentation); + aPresentation->NewGroup(); Handle(Graphic3d_AspectLine3d) Axe2Asp = new Graphic3d_AspectLine3d (acolor, atype, awidth); Axe2Asp->SetType ( Aspect_TOL_DOTDASH); Axe2Asp->SetWidth ( 4.); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(Axe2Asp); + aPresentation->CurrentGroup()->SetPrimitivesAspect(Axe2Asp); // trait d'axe: 2eme groupe aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(Proj2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // anneau : 3eme et 4eme groupes Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (Proj2.X(), Proj2.Y(), Proj2.Z()); - Prs3d_Root::NewGroup(aPresentation); + aPresentation->NewGroup(); Handle(Graphic3d_AspectMarker3d) MarkerAsp = new Graphic3d_AspectMarker3d(); MarkerAsp->SetType(Aspect_TOM_O); MarkerAsp->SetScale(4.); //MarkerAsp->SetColor(Quantity_Color(Quantity_NOC_RED)); MarkerAsp->SetColor(acolor); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(MarkerAsp); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->SetPrimitivesAspect(MarkerAsp); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); - Prs3d_Root::NewGroup(aPresentation); + aPresentation->NewGroup(); Handle(Graphic3d_AspectMarker3d) Marker2Asp = new Graphic3d_AspectMarker3d(); Marker2Asp->SetType(Aspect_TOM_O); Marker2Asp->SetScale(2.); //Marker2Asp->SetColor(Quantity_Color(Quantity_NOC_GREEN)); Marker2Asp->SetColor(acolor); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(Marker2Asp); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->SetPrimitivesAspect(Marker2Asp); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); } diff --git a/src/DsgPrs/DsgPrs_ParalPresentation.cxx b/src/DsgPrs/DsgPrs_ParalPresentation.cxx index c391aa068b..83e3b3c7ae 100644 --- a/src/DsgPrs/DsgPrs_ParalPresentation.cxx +++ b/src/DsgPrs/DsgPrs_ParalPresentation.cxx @@ -43,7 +43,7 @@ void DsgPrs_ParalPresentation::Add (const Handle(Prs3d_Presentation)& aPresentat const gp_Pnt& OffsetPoint) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Lin L1 (AttachmentPoint1,aDirection); gp_Lin L2 (AttachmentPoint2,aDirection); gp_Pnt Proj1 = ElCLib::Value(ElCLib::Parameter(L1,OffsetPoint),L1); @@ -77,8 +77,8 @@ void DsgPrs_ParalPresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims->AddVertex(PointMin); aPrims->AddVertex(PointMax); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if (dist < (LA->ArrowAspect()->Length()+LA->ArrowAspect()->Length())) outside = Standard_True; @@ -87,20 +87,20 @@ void DsgPrs_ParalPresentation::Add (const Handle(Prs3d_Presentation)& aPresentat arrdir.Reverse(); // arrow 1 : 2nd group - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Proj1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Proj1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // arrow 2 : 3rd group - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Proj2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Proj2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); - Prs3d_Root::NewGroup(aPresentation); + aPresentation->NewGroup(); // text : 4th group - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, offp); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, offp); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // processing of call 1 : 5th group aPrims->AddVertex(AttachmentPoint1); @@ -110,7 +110,7 @@ void DsgPrs_ParalPresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(Proj2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } @@ -128,7 +128,7 @@ void DsgPrs_ParalPresentation::Add (const Handle(Prs3d_Presentation)& aPresentat const DsgPrs_ArrowSide ArrowPrs) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Lin L1 (AttachmentPoint1,aDirection); gp_Lin L2 (AttachmentPoint2,aDirection); @@ -177,10 +177,10 @@ void DsgPrs_ParalPresentation::Add (const Handle(Prs3d_Presentation)& aPresentat aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(Proj2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, offp); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, offp); //arrows DsgPrs::ComputeSymbol(aPresentation,LA,Proj1,Proj2,arrdir,arrdir.Reversed(),ArrowPrs); diff --git a/src/DsgPrs/DsgPrs_PerpenPresentation.cxx b/src/DsgPrs/DsgPrs_PerpenPresentation.cxx index 156ea7b173..be1028ff2d 100644 --- a/src/DsgPrs/DsgPrs_PerpenPresentation.cxx +++ b/src/DsgPrs/DsgPrs_PerpenPresentation.cxx @@ -50,7 +50,7 @@ void DsgPrs_PerpenPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); LA->LineAspect()->SetTypeOfLine(Aspect_TOL_SOLID); // ou DOT ou DOTDASH - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); // segments Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfPolylines(6,2); @@ -75,26 +75,26 @@ void DsgPrs_PerpenPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta aPrims->AddVertex(p_symb); aPrims->AddVertex(pAx22); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // points attache if (intOut1 || intOut2) { LA->LineAspect()->SetTypeOfLine(Aspect_TOL_DOT); // ou DOT ou DOTDASH - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if (intOut1) { aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(pAx1); aPrims->AddVertex(pnt1); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } if (intOut2) { aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(pAx2); aPrims->AddVertex(pnt2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } } diff --git a/src/DsgPrs/DsgPrs_RadiusPresentation.cxx b/src/DsgPrs/DsgPrs_RadiusPresentation.cxx index 48dd7cb891..b16d0da39c 100644 --- a/src/DsgPrs/DsgPrs_RadiusPresentation.cxx +++ b/src/DsgPrs/DsgPrs_RadiusPresentation.cxx @@ -70,7 +70,7 @@ void DsgPrs_RadiusPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta lpara -= 2.*M_PI; } Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Standard_Real parat = ElCLib::Parameter(aCircle,AttachmentPoint); gp_Pnt attpoint = AttachmentPoint; @@ -114,17 +114,17 @@ void DsgPrs_RadiusPresentation::Add (const Handle(Prs3d_Presentation)& aPresenta Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(firstpoint); aPrims->AddVertex(drawtopoint); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); gp_Dir arrdir = L.Direction(); if (reverseArrow) arrdir.Reverse(); // fleche - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), ptoncirc, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), ptoncirc, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); // texte - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, attpoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, attpoint); } //======================================================================= @@ -144,7 +144,7 @@ void DsgPrs_RadiusPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta const Standard_Boolean reverseArrow) { Handle( Prs3d_DimensionAspect ) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup( aPresentation )->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); + aPresentation->CurrentGroup()->SetPrimitivesAspect( LA->LineAspect()->Aspect() ); gp_Pnt LineOrigin, LineEnd; DsgPrs::ComputeRadiusLine(Center, EndOfArrow, AttachmentPoint, drawFromCenter, LineOrigin, LineEnd); @@ -152,10 +152,10 @@ void DsgPrs_RadiusPresentation::Add( const Handle(Prs3d_Presentation)& aPresenta Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(LineOrigin); aPrims->AddVertex(LineEnd); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // text - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), LA->TextAspect(), aText, AttachmentPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), LA->TextAspect(), aText, AttachmentPoint); gp_Dir ArrowDir = gce_MakeDir( LineOrigin , LineEnd ); if (reverseArrow) diff --git a/src/DsgPrs/DsgPrs_ShadedPlanePresentation.cxx b/src/DsgPrs/DsgPrs_ShadedPlanePresentation.cxx index e71fbe74f0..73c8971459 100644 --- a/src/DsgPrs/DsgPrs_ShadedPlanePresentation.cxx +++ b/src/DsgPrs/DsgPrs_ShadedPlanePresentation.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include //======================================================================= @@ -35,14 +34,14 @@ void DsgPrs_ShadedPlanePresentation::Add(const Handle(Prs3d_Presentation)& aPres const gp_Pnt& aPt2, const gp_Pnt& aPt3) { - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPresentation); - TheGroup->SetPrimitivesAspect(aDrawer->PlaneAspect()->EdgesAspect()->Aspect()); - TheGroup->SetPrimitivesAspect(aDrawer->ShadingAspect()->Aspect()); + Handle(Graphic3d_Group) aGroup = aPresentation->CurrentGroup(); + aGroup->SetPrimitivesAspect(aDrawer->PlaneAspect()->EdgesAspect()->Aspect()); + aGroup->SetPrimitivesAspect(aDrawer->ShadingAspect()->Aspect()); Handle(Graphic3d_ArrayOfPolygons) aPrims = new Graphic3d_ArrayOfPolygons(4); aPrims->AddVertex(aPt1); aPrims->AddVertex(aPt2); aPrims->AddVertex(aPt3); aPrims->AddVertex(aPt1); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aGroup->AddPrimitiveArray(aPrims); } diff --git a/src/DsgPrs/DsgPrs_ShapeDirPresentation.cxx b/src/DsgPrs/DsgPrs_ShapeDirPresentation.cxx index b86ed2cb48..2e8988ba1f 100644 --- a/src/DsgPrs/DsgPrs_ShapeDirPresentation.cxx +++ b/src/DsgPrs/DsgPrs_ShapeDirPresentation.cxx @@ -249,12 +249,12 @@ void DsgPrs_ShapeDirPresentation::Add(const Handle(Prs3d_Presentation)& prs, gp_Pnt pt2(pt.XYZ()+leng*dir.XYZ()); - Prs3d_Root::CurrentGroup(prs)->SetPrimitivesAspect(drawer->LineAspect()->Aspect()); + prs->CurrentGroup()->SetPrimitivesAspect(drawer->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(pt); aPrims->AddVertex(pt2); - Prs3d_Root::CurrentGroup(prs)->AddPrimitiveArray(aPrims); + prs->CurrentGroup()->AddPrimitiveArray(aPrims); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (prs), pt2, dir, M_PI/180.*10., leng*0.3); + Prs3d_Arrow::Draw (prs->CurrentGroup(), pt2, dir, M_PI/180.*10., leng*0.3); } diff --git a/src/DsgPrs/DsgPrs_SymbPresentation.cxx b/src/DsgPrs/DsgPrs_SymbPresentation.cxx index 98cb2e5fc5..39b42cc6bb 100644 --- a/src/DsgPrs/DsgPrs_SymbPresentation.cxx +++ b/src/DsgPrs/DsgPrs_SymbPresentation.cxx @@ -37,7 +37,7 @@ void DsgPrs_SymbPresentation::Add (const Handle(Prs3d_Presentation)& aPresentati Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); Handle(Prs3d_TextAspect) TA = LA->TextAspect(); TA->SetColor(Quantity_NOC_GREEN); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPresentation), TA, aText, OffsetPoint); + Prs3d_Text::Draw (aPresentation->CurrentGroup(), TA, aText, OffsetPoint); // 2eme groupe : marker Handle(Geom_CartesianPoint) theP = new Geom_CartesianPoint(OffsetPoint); diff --git a/src/DsgPrs/DsgPrs_SymmetricPresentation.cxx b/src/DsgPrs/DsgPrs_SymmetricPresentation.cxx index f3891557ee..8772f9bc41 100644 --- a/src/DsgPrs/DsgPrs_SymmetricPresentation.cxx +++ b/src/DsgPrs/DsgPrs_SymmetricPresentation.cxx @@ -59,7 +59,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese const gp_Pnt& OffsetPoint) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Pnt ProjOffsetPoint = ElCLib::Value(ElCLib::Parameter(aAxis,OffsetPoint),aAxis); gp_Pnt PjAttachPnt1 = ElCLib::Value(ElCLib::Parameter(aAxis,AttachmentPoint1),aAxis); @@ -158,8 +158,8 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese if(aAxis.Distance(P1) > D1*(1 + coeff) && !Cross){ //==== PROCESSING OF FACE =========== - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Pj_P1 = ElCLib::Value(ElCLib::Parameter(aAxis,P1),aAxis); gp_Vec Vp(Pj_P1,P1); @@ -222,7 +222,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(Sym_pint); aPrims->AddVertex(P2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } /*=================================== @@ -236,8 +236,8 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese else if (aAxis.Distance(P1) < D1*(1 - coeff) || Cross) { //------ PROCESSING OF FACE ------------ - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Pj_P1 = ElCLib::Value(ElCLib::Parameter(aAxis,P1),aAxis); gp_Vec VpInf(Pj_P1,P1); @@ -301,13 +301,13 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(Sym_pint); aPrims->AddVertex(P2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } else { //==== PROCESSING OF FACE =========== - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(6); @@ -322,21 +322,21 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(P2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } //==== ARROWS ================ - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if (dist < (LA->ArrowAspect()->Length()+LA->ArrowAspect()->Length())) outside = Standard_True; gp_Dir arrdir = L3.Direction().Reversed(); if (outside) arrdir.Reverse(); // arrow 1 ---- - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), P1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), P1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); // arrow 2 ---- - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), P2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), P2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); //------------------------------------------------------------------------------------- //| SYMBOL OF SYMMETRY | @@ -371,8 +371,8 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese //Calculate the extremities of the symbol axis gp_Vec vecAxe = vecA.Multiplied(.7); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(13,5); @@ -426,7 +426,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(pm.Translated(vsym)); aPrims->AddVertex(pm.Translated(vsym.Reversed())); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } //=================================================================== @@ -442,7 +442,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese const gp_Pnt& OffsetPoint) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); gp_Pnt OffsetPnt(OffsetPoint.X(),OffsetPoint.Y(),OffsetPoint.Z()); gp_Pnt Center1 = aCircle1.Location(); @@ -491,7 +491,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(PointMin); aPrims->AddVertex(PointMax); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); //==== PROCESSING OF CALL 1 ===== Standard_Integer nbp = 10; @@ -530,7 +530,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese Standard_Integer i; for(i = 2; i <= nbp; i++, alphaIter += Dalpha) aPrims->AddVertex(ElCLib::Value(ParamPAttach1 + alphaIter,aCircle1)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); //==== PROCESSING OF CALL 2 ===== gp_Pnt Center2 = ProjCenter1.Translated(Vp.Reversed()); @@ -570,20 +570,20 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese alphaIter = Dalpha; for(i = 2; i <= nbp; i++, alphaIter += Dalpha) aPrims->AddVertex(ElCLib::Value(ParamPAttach2 + alphaIter,aCircle2)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); //==== ARROWS ================ - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if (dist < (LA->ArrowAspect()->Length()+LA->ArrowAspect()->Length())) outside = Standard_True; gp_Dir arrdir = L3.Direction().Reversed(); if (outside) arrdir.Reverse(); // arrow 1 ---- - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), P1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), P1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); // arrow 2 ---- - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), P2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), P2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); //------------------------------------------------------------------------------------- //| SYMBOL OF SYMMETRY | @@ -609,8 +609,8 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese //Calculation of extremas of the axis of the symbol gp_Vec vecAxe = vecA.Multiplied(.7); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); aPrims = new Graphic3d_ArrayOfPolylines(13,5); @@ -665,7 +665,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(pm.Translated(vsym)); aPrims->AddVertex(pm.Translated(vsym.Reversed())); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } //=================================================================== @@ -680,7 +680,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese const gp_Pnt& OffsetPoint) { Handle(Prs3d_DimensionAspect) LA = aDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); if (AttachmentPoint1.IsEqual(AttachmentPoint2,Precision::Confusion())) { @@ -690,15 +690,15 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese //Marker of localisation of the face Quantity_Color aColor = LA->LineAspect()->Aspect()->Color(); Handle(Graphic3d_AspectMarker3d) aMarkerAsp = new Graphic3d_AspectMarker3d (Aspect_TOM_O, aColor, 1.0); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect (aMarkerAsp); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aMarkerAsp); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints->AddVertex (AttachmentPoint1.X(), AttachmentPoint1.Y(), AttachmentPoint1.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints); //Trace of the linking segment - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(8); @@ -737,7 +737,7 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(sgP21); aPrims->AddVertex(sgP22); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } //============================================================== // OTHER CASES : @@ -773,8 +773,8 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese gp_Pnt PointMax = ElCLib::Value(parmax,L3); //==== PROCESSING OF FACE =========== - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfPrimitives) aPrims = new Graphic3d_ArrayOfSegments(6); @@ -789,36 +789,36 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(AttachmentPoint2); aPrims->AddVertex(P2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); //==== ARROWS ================ if (dist < (LA->ArrowAspect()->Length()+LA->ArrowAspect()->Length())) outside = Standard_True; gp_Dir arrdir = L3.Direction().Reversed(); if (outside) arrdir.Reverse(); // arrow 1 ---- - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), P1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), P1, arrdir, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); // arrow 2 ---- - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), P2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), P2, arrdir.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); //==== POINTS ================ //Marker of localization of attachment points: - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Quantity_Color aColor = LA->LineAspect()->Aspect()->Color(); Handle(Graphic3d_AspectMarker3d) aMarkerAspAtt = new Graphic3d_AspectMarker3d (Aspect_TOM_O, aColor, 1.0); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect (aMarkerAspAtt); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aMarkerAspAtt); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints1 = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints1->AddVertex (AttachmentPoint1.X(), AttachmentPoint1.Y(), AttachmentPoint1.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints1); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints1); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect (aMarkerAspAtt); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aMarkerAspAtt); Handle(Graphic3d_ArrayOfPoints) anArrayOfPoints2 = new Graphic3d_ArrayOfPoints (1); anArrayOfPoints2->AddVertex (AttachmentPoint2.X(), AttachmentPoint2.Y(), AttachmentPoint2.Z()); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray (anArrayOfPoints2); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArrayOfPoints2); //------------------------------------------------------------------------------------- //| SYMBOL OF SYMMETRY | @@ -842,8 +842,8 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese //Calculate the extremas of the axis of the symbol gp_Vec vecAxe = vecA.Multiplied(.7); - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); aPrims = new Graphic3d_ArrayOfPolylines(13,5); @@ -898,6 +898,6 @@ void DsgPrs_SymmetricPresentation::Add (const Handle(Prs3d_Presentation)& aPrese aPrims->AddVertex(pm.Translated(vsym)); aPrims->AddVertex(pm.Translated(vsym.Reversed())); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); - } + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); + } } diff --git a/src/DsgPrs/DsgPrs_TangentPresentation.cxx b/src/DsgPrs/DsgPrs_TangentPresentation.cxx index 417c9ec9fd..c3d6bbad6f 100644 --- a/src/DsgPrs/DsgPrs_TangentPresentation.cxx +++ b/src/DsgPrs/DsgPrs_TangentPresentation.cxx @@ -52,20 +52,20 @@ void DsgPrs_TangentPresentation::Add (const Handle(Prs3d_Presentation)& aPresent ARR2->SetLength(length/5); // Array1OfVertex - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); aPrims->AddVertex(p1); aPrims->AddVertex(p2); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); // fleche 1 : - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p1, aDirection, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p1, aDirection, LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); // fleche 2 - Prs3d_Root::NewGroup(aPresentation); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(LA->LineAspect()->Aspect()); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p2, aDirection.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); + aPresentation->NewGroup(); + aPresentation->CurrentGroup()->SetPrimitivesAspect(LA->LineAspect()->Aspect()); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p2, aDirection.Reversed(), LA->ArrowAspect()->Angle(), LA->ArrowAspect()->Length()); } diff --git a/src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx b/src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx index f17f840d11..fd0b03c9ff 100644 --- a/src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx +++ b/src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include //======================================================================= @@ -41,7 +40,7 @@ void DsgPrs_XYZAxisPresentation::Add( const gp_Pnt& aPfirst, const gp_Pnt& aPlast) { - Handle(Graphic3d_Group) G = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) G = aPresentation->CurrentGroup(); G->SetPrimitivesAspect(aLineAspect->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); @@ -49,14 +48,14 @@ void DsgPrs_XYZAxisPresentation::Add( aPrims->AddVertex(aPlast); G->AddPrimitiveArray(aPrims); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), aPlast,aDir, M_PI/180.*10., aVal/10.); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), aPlast,aDir, M_PI/180.*10., aVal/10.); if (*theText != '\0') { Handle(Graphic3d_Text) aText = new Graphic3d_Text (1.0f/81.0f); aText->SetText (theText); aText->SetPosition (aPlast); - Prs3d_Root::CurrentGroup(aPresentation)->AddText (aText); + aPresentation->CurrentGroup()->AddText (aText); } } @@ -71,7 +70,7 @@ void DsgPrs_XYZAxisPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta const gp_Pnt& aPfirst, const gp_Pnt& aPlast) { - Handle(Graphic3d_Group) G = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) G = aPresentation->CurrentGroup(); G->SetPrimitivesAspect(aLineAspect->Aspect()); Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(2); @@ -80,7 +79,7 @@ void DsgPrs_XYZAxisPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta G->AddPrimitiveArray(aPrims); G->SetPrimitivesAspect( anArrowAspect->Aspect() ); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), aPlast, aDir, anArrowAspect->Angle(), aVal/10.); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), aPlast, aDir, anArrowAspect->Angle(), aVal/10.); G->SetPrimitivesAspect(aTextAspect->Aspect()); @@ -89,6 +88,6 @@ void DsgPrs_XYZAxisPresentation::Add(const Handle(Prs3d_Presentation)& aPresenta Handle(Graphic3d_Text) aText = new Graphic3d_Text (1.0f/81.0f); aText->SetText (theText); aText->SetPosition (aPlast); - Prs3d_Root::CurrentGroup(aPresentation)->AddText(aText); + aPresentation->CurrentGroup()->AddText(aText); } } diff --git a/src/DsgPrs/DsgPrs_XYZPlanePresentation.cxx b/src/DsgPrs/DsgPrs_XYZPlanePresentation.cxx index bb6f82a6af..74f48370c4 100644 --- a/src/DsgPrs/DsgPrs_XYZPlanePresentation.cxx +++ b/src/DsgPrs/DsgPrs_XYZPlanePresentation.cxx @@ -22,7 +22,6 @@ #include #include #include -#include //======================================================================= //function : Add @@ -35,7 +34,7 @@ void DsgPrs_XYZPlanePresentation::Add( const gp_Pnt& aPt2, const gp_Pnt& aPt3) { - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->CurrentGroup(); TheGroup->SetPrimitivesAspect(aDrawer->PlaneAspect()->EdgesAspect()->Aspect()); Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(4); diff --git a/src/MeshVS/MeshVS_ElementalColorPrsBuilder.cxx b/src/MeshVS/MeshVS_ElementalColorPrsBuilder.cxx index 7ceb2696f3..5e622d8a08 100644 --- a/src/MeshVS/MeshVS_ElementalColorPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_ElementalColorPrsBuilder.cxx @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include @@ -250,14 +249,14 @@ void MeshVS_ElementalColorPrsBuilder::Build ( const Handle(Prs3d_Presentation)& Handle(Graphic3d_Group) aGGroup, aGroup2, aLGroup, aSGroup; if (!aTwoColorsOfElements.IsEmpty()) { - aGroup2 = Prs3d_Root::NewGroup (Prs); + aGroup2 = Prs->NewGroup(); } if (!aColorsOfElements.IsEmpty()) { Handle(Graphic3d_AspectFillArea3d) aGroupFillAspect = new Graphic3d_AspectFillArea3d (Aspect_IS_SOLID, anInteriorColor, anEdgeColor, anEdgeType, anEdgeWidth, aMaterial[0], aMaterial[1]); - aGGroup = Prs3d_Root::NewGroup (Prs); - aLGroup = Prs3d_Root::NewGroup (Prs); + aGGroup = Prs->NewGroup(); + aLGroup = Prs->NewGroup(); aGGroup->SetClosed (toSupressBackFaces == Standard_True); aGGroup->SetGroupPrimitivesAspect (aGroupFillAspect); } @@ -265,7 +264,7 @@ void MeshVS_ElementalColorPrsBuilder::Build ( const Handle(Prs3d_Presentation)& if (anEdgeOn) { Handle(Graphic3d_AspectLine3d) anEdgeAspect = new Graphic3d_AspectLine3d (anEdgeColor, anEdgeType, anEdgeWidth); - aSGroup = Prs3d_Root::NewGroup (Prs); + aSGroup = Prs->NewGroup(); aSGroup->SetGroupPrimitivesAspect (anEdgeAspect); } diff --git a/src/MeshVS/MeshVS_Mesh.cxx b/src/MeshVS/MeshVS_Mesh.cxx index e1cf169281..51a5039158 100644 --- a/src/MeshVS/MeshVS_Mesh.cxx +++ b/src/MeshVS/MeshVS_Mesh.cxx @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include diff --git a/src/MeshVS/MeshVS_MeshEntityOwner.cxx b/src/MeshVS/MeshVS_MeshEntityOwner.cxx index b3fad6fca5..092bb0b4d4 100644 --- a/src/MeshVS/MeshVS_MeshEntityOwner.cxx +++ b/src/MeshVS/MeshVS_MeshEntityOwner.cxx @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/src/MeshVS/MeshVS_MeshPrsBuilder.cxx b/src/MeshVS/MeshVS_MeshPrsBuilder.cxx index 7f7d01a5c5..22ebe1ed2b 100644 --- a/src/MeshVS/MeshVS_MeshPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_MeshPrsBuilder.cxx @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -158,8 +157,7 @@ void MeshVS_MeshPrsBuilder::BuildNodes ( const Handle(Prs3d_Presentation)& Prs, if ( k>0 ) { - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aNodeGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aNodeGroup = Prs->NewGroup(); aNodeGroup->SetPrimitivesAspect ( aNodeMark ); aNodeGroup->AddPrimitiveArray (aNodePoints); } @@ -551,8 +549,7 @@ void MeshVS_MeshPrsBuilder::BuildHilightPrs ( const Handle(Prs3d_Presentation)& if ( !aSource->GetGeom ( ID, IsElement, aCoords, NbNodes, aType ) ) return; - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aHilightGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aHilightGroup = Prs->NewGroup(); switch ( aType ) { @@ -1065,8 +1062,7 @@ void MeshVS_MeshPrsBuilder::DrawArrays( const Handle(Prs3d_Presentation)& Prs, if ( IsPolygons && theFillAsp->FrontMaterial().Transparency()<0.01 ) { - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aGroup = Prs->NewGroup(); aGroup->SetClosed (isSupressBackFaces == Standard_True); Handle(Graphic3d_AspectFillArea3d) aFillAsp = new Graphic3d_AspectFillArea3d (*theFillAsp); //if ( IsPolygonsEdgesOff ) @@ -1094,8 +1090,7 @@ void MeshVS_MeshPrsBuilder::DrawArrays( const Handle(Prs3d_Presentation)& Prs, if ( IsPolylines && !IsPolygonsEdgesOff ) { - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aLGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aLGroup = Prs->NewGroup(); if ( IsSelected ) aLGroup->SetPrimitivesAspect ( theLineAsp ); @@ -1110,8 +1105,7 @@ void MeshVS_MeshPrsBuilder::DrawArrays( const Handle(Prs3d_Presentation)& Prs, if ( IsLinkPolylines ) { - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aBeamGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aBeamGroup = Prs->NewGroup(); if ( !IsSelected ) aBeamGroup->SetPrimitivesAspect ( theFillAsp ); aBeamGroup->SetPrimitivesAspect ( theLineAsp ); @@ -1120,8 +1114,7 @@ void MeshVS_MeshPrsBuilder::DrawArrays( const Handle(Prs3d_Presentation)& Prs, if ( IsPolygons && theFillAsp->FrontMaterial().Transparency()>=0.01 ) { - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aGroup = Prs->NewGroup(); aGroup->SetClosed (isSupressBackFaces == Standard_True); Handle(Graphic3d_AspectFillArea3d) aFillAsp = new Graphic3d_AspectFillArea3d (*theFillAsp); //if ( IsPolygonsEdgesOff ) diff --git a/src/MeshVS/MeshVS_NodalColorPrsBuilder.cxx b/src/MeshVS/MeshVS_NodalColorPrsBuilder.cxx index 8856854542..f20aa4848c 100644 --- a/src/MeshVS/MeshVS_NodalColorPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_NodalColorPrsBuilder.cxx @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include @@ -465,7 +464,7 @@ void MeshVS_NodalColorPrsBuilder::Build ( const Handle(Prs3d_Presentation)& Prs, Handle(Graphic3d_AspectLine3d) anLAsp = new Graphic3d_AspectLine3d( anEdgeColor, anEdgeType, anEdgeWidth ); - Handle(Graphic3d_Group) aGroup1 = Prs3d_Root::NewGroup (Prs); + Handle(Graphic3d_Group) aGroup1 = Prs->NewGroup(); Standard_Boolean toSupressBackFaces = Standard_False; aDrawer->GetBoolean (MeshVS_DA_SupressBackFaces, toSupressBackFaces); @@ -477,8 +476,7 @@ void MeshVS_NodalColorPrsBuilder::Build ( const Handle(Prs3d_Presentation)& Prs, if (aShowEdges) { - Prs3d_Root::NewGroup ( Prs ); - Handle(Graphic3d_Group) aGroup2 = Prs3d_Root::CurrentGroup ( Prs ); + Handle(Graphic3d_Group) aGroup2 = Prs->NewGroup(); Handle(Graphic3d_AspectFillArea3d) anAspCopy = new Graphic3d_AspectFillArea3d (*anAsp); anAspCopy->SetTextureMapOff(); diff --git a/src/MeshVS/MeshVS_PrsBuilder.cxx b/src/MeshVS/MeshVS_PrsBuilder.cxx index 991a8a0732..16f865f3b7 100644 --- a/src/MeshVS/MeshVS_PrsBuilder.cxx +++ b/src/MeshVS/MeshVS_PrsBuilder.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(MeshVS_PrsBuilder,Standard_Transient) diff --git a/src/MeshVS/MeshVS_TextPrsBuilder.cxx b/src/MeshVS/MeshVS_TextPrsBuilder.cxx index 92725ea070..02213e1cff 100644 --- a/src/MeshVS/MeshVS_TextPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_TextPrsBuilder.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/src/MeshVS/MeshVS_VectorPrsBuilder.cxx b/src/MeshVS/MeshVS_VectorPrsBuilder.cxx index a68a322c75..eeba1000c3 100644 --- a/src/MeshVS/MeshVS_VectorPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_VectorPrsBuilder.cxx @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -319,8 +318,7 @@ void MeshVS_VectorPrsBuilder::Build ( const Handle(Prs3d_Presentation)& Prs, } } - Prs3d_Root::NewGroup ( Prs ); - Handle (Graphic3d_Group) aVGroup = Prs3d_Root::CurrentGroup ( Prs ); + Handle (Graphic3d_Group) aVGroup = Prs->NewGroup(); Quantity_Color aColor; aDrawer->GetColor ( MeshVS_DA_VectorColor, aColor ); diff --git a/src/Prs3d/Prs3d_Arrow.hxx b/src/Prs3d/Prs3d_Arrow.hxx index 06ce991ec2..3e4e185eab 100644 --- a/src/Prs3d/Prs3d_Arrow.hxx +++ b/src/Prs3d/Prs3d_Arrow.hxx @@ -17,19 +17,19 @@ #ifndef _Prs3d_Arrow_HeaderFile #define _Prs3d_Arrow_HeaderFile -#include - #include #include +#include class gp_Ax1; class gp_Pnt; class gp_Dir; //! Provides class methods to draw an arrow at a given location, along a given direction and using a given angle. -class Prs3d_Arrow : public Prs3d_Root +class Prs3d_Arrow { public: + DEFINE_STANDARD_ALLOC //! Defines the representation of the arrow as shaded triangulation. //! @param theAxis axis definition (arrow origin and direction) @@ -78,7 +78,7 @@ public: const Standard_Real theAngle, const Standard_Real theLength) { - Draw (Prs3d_Root::CurrentGroup (thePrs), theLocation, theDirection, theAngle, theLength); + Draw (thePrs->CurrentGroup(), theLocation, theDirection, theAngle, theLength); } }; diff --git a/src/Prs3d/Prs3d_BndBox.cxx b/src/Prs3d/Prs3d_BndBox.cxx index c29b38c8bb..1476a46884 100644 --- a/src/Prs3d/Prs3d_BndBox.cxx +++ b/src/Prs3d/Prs3d_BndBox.cxx @@ -27,7 +27,7 @@ void Prs3d_BndBox::Add (const Handle(Prs3d_Presentation)& thePresentation, { if (!theBndBox.IsVoid()) { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (thePresentation); + Handle(Graphic3d_Group) aGroup = thePresentation->CurrentGroup(); aGroup->SetGroupPrimitivesAspect (new Graphic3d_AspectLine3d (theDrawer->LineAspect()->Aspect()->Color(), Aspect_TOL_DOTDASH, theDrawer->LineAspect()->Aspect()->Width())); @@ -45,7 +45,7 @@ void Prs3d_BndBox::Add (const Handle(Prs3d_Presentation)& thePresentation, { if (!theBndBox.IsVoid()) { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (thePresentation); + Handle(Graphic3d_Group) aGroup = thePresentation->CurrentGroup(); aGroup->SetGroupPrimitivesAspect (new Graphic3d_AspectLine3d (theDrawer->LineAspect()->Aspect()->Color(), Aspect_TOL_DOTDASH, theDrawer->LineAspect()->Aspect()->Width())); diff --git a/src/Prs3d/Prs3d_Point.hxx b/src/Prs3d/Prs3d_Point.hxx index 4d2b25bc99..1c5ce9ea9e 100755 --- a/src/Prs3d/Prs3d_Point.hxx +++ b/src/Prs3d/Prs3d_Point.hxx @@ -19,10 +19,9 @@ #include #include #include -#include template -class Prs3d_Point : Prs3d_Root +class Prs3d_Point { public: DEFINE_STANDARD_ALLOC @@ -41,11 +40,11 @@ private: public: Standard_EXPORT static void Add - (const Handle (Prs3d_Presentation)& thePresentation, + (const Handle (Prs3d_Presentation)& thePrs, const AnyPoint& thePoint, const Handle (Prs3d_Drawer)& theDrawer) { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup(thePresentation); + Handle(Graphic3d_Group) aGroup = thePrs->CurrentGroup(); aGroup->SetPrimitivesAspect(theDrawer->PointAspect()->Aspect()); DrawPoint(thePoint, aGroup); } diff --git a/src/Prs3d/Prs3d_Root.hxx b/src/Prs3d/Prs3d_Root.hxx index 691c9ae828..af834b0cb7 100644 --- a/src/Prs3d/Prs3d_Root.hxx +++ b/src/Prs3d/Prs3d_Root.hxx @@ -30,15 +30,13 @@ public: DEFINE_STANDARD_ALLOC - //! Returns the current (last created) group of primititves inside graphic objects in the display. - //! A group also contains the attributes whose ranges are limited to the primitives in it. + Standard_DEPRECATED("This method is deprecated - Prs3d_Presentation::CurrentGroup() should be called instead") static Handle(Graphic3d_Group) CurrentGroup (const Handle(Prs3d_Presentation)& thePrs3d) { return thePrs3d->CurrentGroup(); } - //! Returns the new group of primitives inside graphic objects in the display. - //! A group also contains the attributes whose ranges are limited to the primitives in it. + Standard_DEPRECATED("This method is deprecated - Prs3d_Presentation::NewGroup() should be called instead") static Handle(Graphic3d_Group) NewGroup (const Handle(Prs3d_Presentation)& thePrs3d) { return thePrs3d->NewGroup(); diff --git a/src/Prs3d/Prs3d_Text.hxx b/src/Prs3d/Prs3d_Text.hxx index ea2f98c886..6a26365d3c 100644 --- a/src/Prs3d/Prs3d_Text.hxx +++ b/src/Prs3d/Prs3d_Text.hxx @@ -17,17 +17,16 @@ #ifndef _Prs3d_Text_HeaderFile #define _Prs3d_Text_HeaderFile -#include -#include -#include - #include +#include +#include +#include class TCollection_ExtendedString; class gp_Pnt; //! A framework to define the display of texts. -class Prs3d_Text : public Prs3d_Root +class Prs3d_Text { public: @@ -64,7 +63,7 @@ public: const TCollection_ExtendedString& theText, const gp_Pnt& theAttachmentPoint) { - Draw (Prs3d_Root::CurrentGroup (thePrs), theDrawer->TextAspect(), theText, theAttachmentPoint); + Draw (thePrs->CurrentGroup(), theDrawer->TextAspect(), theText, theAttachmentPoint); } //! Alias to another method Draw() for backward compatibility. @@ -75,7 +74,7 @@ public: const gp_Ax2& theOrientation, const Standard_Boolean theHasOwnAnchor = Standard_True) { - Draw (Prs3d_Root::CurrentGroup (thePrs), theAspect, theText, theOrientation, theHasOwnAnchor); + Draw (thePrs->CurrentGroup(), theAspect, theText, theOrientation, theHasOwnAnchor); } //! Alias to another method Draw() for backward compatibility. @@ -85,7 +84,7 @@ public: const TCollection_ExtendedString& theText, const gp_Pnt& theAttachmentPoint) { - Draw (Prs3d_Root::CurrentGroup (thePrs), theAspect, theText, theAttachmentPoint); + Draw (thePrs->CurrentGroup(), theAspect, theText, theAttachmentPoint); } }; diff --git a/src/PrsDim/PrsDim_AngleDimension.cxx b/src/PrsDim/PrsDim_AngleDimension.cxx index 41702f5268..d3e9c16b51 100644 --- a/src/PrsDim/PrsDim_AngleDimension.cxx +++ b/src/PrsDim/PrsDim_AngleDimension.cxx @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -433,14 +432,14 @@ void PrsDim_AngleDimension::DrawArc (const Handle(Prs3d_Presentation)& thePresen // add display presentation if (!myDrawer->DimensionAspect()->IsText3d() && theMode == ComputeMode_All) { - Prs3d_Root::CurrentGroup (thePresentation)->SetStencilTestOptions (Standard_True); + thePresentation->CurrentGroup()->SetStencilTestOptions (Standard_True); } Handle(Graphic3d_AspectLine3d) aDimensionLineStyle = myDrawer->DimensionAspect()->LineAspect()->Aspect(); - Prs3d_Root::CurrentGroup (thePresentation)->SetPrimitivesAspect (aDimensionLineStyle); - Prs3d_Root::CurrentGroup (thePresentation)->AddPrimitiveArray (aPrimSegments); + thePresentation->CurrentGroup()->SetPrimitivesAspect (aDimensionLineStyle); + thePresentation->CurrentGroup()->AddPrimitiveArray (aPrimSegments); if (!myDrawer->DimensionAspect()->IsText3d() && theMode == ComputeMode_All) { - Prs3d_Root::CurrentGroup (thePresentation)->SetStencilTestOptions (Standard_False); + thePresentation->CurrentGroup()->SetStencilTestOptions (Standard_False); } } @@ -638,7 +637,7 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& // Parameters for presentation Handle(Prs3d_DimensionAspect) aDimensionAspect = myDrawer->DimensionAspect(); - Prs3d_Root::CurrentGroup(thePresentation)->SetPrimitivesAspect (aDimensionAspect->LineAspect()->Aspect()); + thePresentation->CurrentGroup()->SetPrimitivesAspect (aDimensionAspect->LineAspect()->Aspect()); Standard_Real anArrowLength = aDimensionAspect->ArrowAspect()->Length(); @@ -696,7 +695,7 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& aSecondArrowEnd = aSecondAttach.Translated (-aSecondArrowVec); // Group1: stenciling text and the angle dimension arc - Prs3d_Root::NewGroup (thePresentation); + thePresentation->NewGroup(); Standard_Integer aHPosition = aLabelPosition & LabelPosition_HMask; @@ -778,7 +777,7 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& // dimension arc without text if ((theMode == ComputeMode_All || theMode == ComputeMode_Line) && aHPosition != LabelPosition_HCenter) { - Prs3d_Root::NewGroup (thePresentation); + thePresentation->NewGroup(); DrawArc (thePresentation, (isArrowsExternal || !isArrowVisible(PrsDim_TypeOfAngleArrowVisibility_First)) ? aFirstAttach : aFirstArrowEnd, @@ -791,7 +790,7 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& // arrows and arrow extensions if (theMode == ComputeMode_All || theMode == ComputeMode_Line) { - Prs3d_Root::NewGroup (thePresentation); + thePresentation->NewGroup(); if (isArrowVisible(PrsDim_TypeOfAngleArrowVisibility_First)) DrawArrow (thePresentation, aFirstArrowBegin, gp_Dir (aFirstArrowVec)); @@ -801,7 +800,7 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& if ((theMode == ComputeMode_All || theMode == ComputeMode_Line) && isArrowsExternal) { - Prs3d_Root::NewGroup (thePresentation); + thePresentation->NewGroup(); if (aHPosition != LabelPosition_Left && isArrowVisible(PrsDim_TypeOfAngleArrowVisibility_First)) { @@ -831,7 +830,7 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& // flyouts if (theMode == ComputeMode_All) { - Prs3d_Root::NewGroup (thePresentation); + thePresentation->NewGroup(); Handle(Graphic3d_ArrayOfSegments) aPrimSegments = new Graphic3d_ArrayOfSegments (4); aPrimSegments->AddVertex (myCenterPoint); @@ -840,8 +839,8 @@ void PrsDim_AngleDimension::Compute (const Handle(PrsMgr_PresentationManager3d)& aPrimSegments->AddVertex (aSecondAttach); Handle(Graphic3d_AspectLine3d) aFlyoutStyle = myDrawer->DimensionAspect()->LineAspect()->Aspect(); - Prs3d_Root::CurrentGroup (thePresentation)->SetPrimitivesAspect (aFlyoutStyle); - Prs3d_Root::CurrentGroup (thePresentation)->AddPrimitiveArray (aPrimSegments); + thePresentation->CurrentGroup()->SetPrimitivesAspect (aFlyoutStyle); + thePresentation->CurrentGroup()->AddPrimitiveArray (aPrimSegments); } mySelectionGeom.IsComputed = Standard_True; diff --git a/src/PrsDim/PrsDim_Dimension.cxx b/src/PrsDim/PrsDim_Dimension.cxx index 9589d7d062..42ea09f417 100644 --- a/src/PrsDim/PrsDim_Dimension.cxx +++ b/src/PrsDim/PrsDim_Dimension.cxx @@ -44,7 +44,6 @@ #include #include #include -#include #include #include #include @@ -354,7 +353,7 @@ void PrsDim_Dimension::DrawArrow (const Handle(Prs3d_Presentation)& thePresentat const gp_Pnt& theLocation, const gp_Dir& theDirection) { - Handle(Graphic3d_Group) aGroup = Prs3d_Root::NewGroup (thePresentation); + Handle(Graphic3d_Group) aGroup = thePresentation->NewGroup(); Standard_Real aLength = myDrawer->DimensionAspect()->ArrowAspect()->Length(); Standard_Real anAngle = myDrawer->DimensionAspect()->ArrowAspect()->Angle(); @@ -537,7 +536,7 @@ void PrsDim_Dimension::drawText (const Handle(Prs3d_Presentation)& thePresentati aGroup->AddPrimitiveArray (anEdges); } } - Prs3d_Root::CurrentGroup (thePresentation)->SetFlippingOptions (Standard_False, gp_Ax2()); + thePresentation->CurrentGroup()->SetFlippingOptions (Standard_False, gp_Ax2()); mySelectionGeom.TextPos = aCenterOfLabel; mySelectionGeom.TextDir = aTextDir; diff --git a/src/QABugs/QABugs_19.cxx b/src/QABugs/QABugs_19.cxx index 6fdd11282e..80ac0b3d14 100644 --- a/src/QABugs/QABugs_19.cxx +++ b/src/QABugs/QABugs_19.cxx @@ -5057,14 +5057,14 @@ public: aFillAspect->SetInteriorStyle (Aspect_IS_POINT); // create separate group for frame elements - Handle(Graphic3d_Group) aFrameGroup = Prs3d_Root::NewGroup (thePresentation); + Handle(Graphic3d_Group) aFrameGroup = thePresentation->NewGroup(); aFrameGroup->AddPrimitiveArray (aFrame); aFrameGroup->SetGroupPrimitivesAspect (aFillAspect); // create separate group for text elements - Handle(Graphic3d_Group) aTextGroup = Prs3d_Root::NewGroup (thePresentation); + Handle(Graphic3d_Group) aTextGroup = thePresentation->NewGroup(); TCollection_ExtendedString aString ("YOU SHOULD SEE THIS TEXT", Standard_True); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (thePresentation), myDrawer->TextAspect(), aString, gp_Ax2 (gp::Origin(), gp::DZ())); + Prs3d_Text::Draw (aTextGroup, myDrawer->TextAspect(), aString, gp_Ax2 (gp::Origin(), gp::DZ())); } virtual void ComputeSelection (const Handle(SelectMgr_Selection)& /*theSelection*/, diff --git a/src/StdPrs/StdPrs_Curve.cxx b/src/StdPrs/StdPrs_Curve.cxx index 058cb40ab8..d1c4f07ed9 100644 --- a/src/StdPrs/StdPrs_Curve.cxx +++ b/src/StdPrs/StdPrs_Curve.cxx @@ -219,20 +219,20 @@ void StdPrs_Curve::Add (const Handle (Prs3d_Presentation)& aPresentation, const Handle (Prs3d_Drawer)& aDrawer, const Standard_Boolean drawCurve) { - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); Standard_Real V1, V2; FindLimits(aCurve, aDrawer->MaximalParameterValue(), V1, V2); const Standard_Integer NbPoints = aDrawer->Discretisation(); TColgp_SequenceOfPnt Pnts; - DrawCurve(aCurve,Prs3d_Root::CurrentGroup(aPresentation),NbPoints,V1,V2,Pnts,drawCurve); + DrawCurve(aCurve,aPresentation->CurrentGroup(),NbPoints,V1,V2,Pnts,drawCurve); if (aDrawer->LineArrowDraw()) { gp_Pnt Location; gp_Vec Direction; aCurve.D1(aCurve.LastParameter(),Location,Direction); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Location, gp_Dir(Direction), + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Location, gp_Dir(Direction), aDrawer->ArrowAspect()->Angle(), aDrawer->ArrowAspect()->Length()); } @@ -253,7 +253,7 @@ void StdPrs_Curve::Add (const Handle (Prs3d_Presentation)& aPresentation, FindLimits(aCurve, aDrawer->MaximalParameterValue(), V1, V2); const Standard_Integer NbPoints = aDrawer->Discretisation(); - DrawCurve(aCurve,Prs3d_Root::CurrentGroup(aPresentation),NbPoints,V1,V2,Points,drawCurve); + DrawCurve(aCurve,aPresentation->CurrentGroup(),NbPoints,V1,V2,Points,drawCurve); } //================================================================== @@ -268,7 +268,7 @@ void StdPrs_Curve::Add (const Handle (Prs3d_Presentation)& aPresentation, const Standard_Integer NbPoints, const Standard_Boolean drawCurve) { - DrawCurve(aCurve,Prs3d_Root::CurrentGroup(aPresentation),NbPoints,U1,U2,Points,drawCurve); + DrawCurve(aCurve,aPresentation->CurrentGroup(),NbPoints,U1,U2,Points,drawCurve); } //================================================================== @@ -282,7 +282,7 @@ void StdPrs_Curve::Add (const Handle (Prs3d_Presentation)& aPresentation, const Handle (Prs3d_Drawer)& aDrawer, const Standard_Boolean drawCurve) { - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); Standard_Real V1 = U1; Standard_Real V2 = U2; @@ -292,13 +292,13 @@ void StdPrs_Curve::Add (const Handle (Prs3d_Presentation)& aPresentation, const Standard_Integer NbPoints = aDrawer->Discretisation(); TColgp_SequenceOfPnt Pnts; - DrawCurve(aCurve,Prs3d_Root::CurrentGroup(aPresentation),NbPoints,V1,V2,Pnts,drawCurve); + DrawCurve(aCurve,aPresentation->CurrentGroup(),NbPoints,V1,V2,Pnts,drawCurve); if (aDrawer->LineArrowDraw()) { gp_Pnt Location; gp_Vec Direction; aCurve.D1(aCurve.LastParameter(),Location,Direction); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), Location, gp_Dir(Direction), + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Location, gp_Dir(Direction), aDrawer->ArrowAspect()->Angle(), aDrawer->ArrowAspect()->Length()); } diff --git a/src/StdPrs/StdPrs_DeflectionCurve.cxx b/src/StdPrs/StdPrs_DeflectionCurve.cxx index 8b4ea4aea7..e54668ffe2 100644 --- a/src/StdPrs/StdPrs_DeflectionCurve.cxx +++ b/src/StdPrs/StdPrs_DeflectionCurve.cxx @@ -288,7 +288,7 @@ void StdPrs_DeflectionCurve::Add (const Handle (Prs3d_Presentation)& aPresentati Handle(Graphic3d_Group) aGroup; if (theToDrawCurve) { - aGroup = Prs3d_Root::CurrentGroup(aPresentation); + aGroup = aPresentation->CurrentGroup(); aGroup->SetPrimitivesAspect (aDrawer->LineAspect()->Aspect()); } @@ -332,7 +332,7 @@ void StdPrs_DeflectionCurve::Add (const Handle (Prs3d_Presentation)& aPresentati Handle(Graphic3d_Group) aGroup; if (theToDrawCurve) { - aGroup = Prs3d_Root::CurrentGroup (aPresentation); + aGroup = aPresentation->CurrentGroup(); aGroup->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); } @@ -379,7 +379,7 @@ void StdPrs_DeflectionCurve::Add (const Handle (Prs3d_Presentation)& aPresentati Handle(Graphic3d_Group) aGroup; if (theToDrawCurve) { - aGroup = Prs3d_Root::CurrentGroup (aPresentation); + aGroup = aPresentation->CurrentGroup(); } drawCurve (aCurve, aGroup, aDeflection, anAngle, U1, U2, Points); @@ -405,7 +405,7 @@ void StdPrs_DeflectionCurve::Add (const Handle (Prs3d_Presentation)& aPresentati Handle(Graphic3d_Group) aGroup; if (theToDrawCurve) { - aGroup = Prs3d_Root::CurrentGroup (aPresentation); + aGroup = aPresentation->CurrentGroup(); } TColgp_SequenceOfPnt Points; @@ -433,7 +433,7 @@ void StdPrs_DeflectionCurve::Add (const Handle (Prs3d_Presentation)& aPresentati Handle(Graphic3d_Group) aGroup; if (theToDrawCurve) { - aGroup = Prs3d_Root::CurrentGroup (aPresentation); + aGroup = aPresentation->CurrentGroup(); } drawCurve (aCurve, aGroup, aDeflection, aDrawer->DeviationAngle(), V1, V2, Points); } diff --git a/src/StdPrs/StdPrs_HLRPolyShape.cxx b/src/StdPrs/StdPrs_HLRPolyShape.cxx index 9fc6a82d7c..116b34aa02 100644 --- a/src/StdPrs/StdPrs_HLRPolyShape.cxx +++ b/src/StdPrs/StdPrs_HLRPolyShape.cxx @@ -59,7 +59,7 @@ void StdPrs_HLRPolyShape::ComputeHLR (const Handle(Prs3d_Presentation)& aPresent aTrsf.SetTransformation (anAx3); const HLRAlgo_Projector aProj (aTrsf, !theProjector->IsOrthographic(), theProjector->Scale()); - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup(aPresentation); + Handle(Graphic3d_Group) aGroup = aPresentation->CurrentGroup(); TopExp_Explorer ex; diff --git a/src/StdPrs/StdPrs_HLRShape.cxx b/src/StdPrs/StdPrs_HLRShape.cxx index 34fa73dcc7..b00d4288f0 100755 --- a/src/StdPrs/StdPrs_HLRShape.cxx +++ b/src/StdPrs/StdPrs_HLRShape.cxx @@ -48,7 +48,7 @@ void StdPrs_HLRShape::ComputeHLR (const Handle(Prs3d_Presentation)& thePresentat Standard_Real anU1, anU2; BRepAdaptor_Curve aCurve; Standard_Real aDeviation = theDrawer->MaximalChordialDeviation(); - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup(thePresentation); + Handle(Graphic3d_Group) aGroup = thePresentation->CurrentGroup(); aGroup->SetPrimitivesAspect(theDrawer->SeenLineAspect()->Aspect()); diff --git a/src/StdPrs/StdPrs_Plane.cxx b/src/StdPrs/StdPrs_Plane.cxx index 4d93e570e4..455cb4471f 100644 --- a/src/StdPrs/StdPrs_Plane.cxx +++ b/src/StdPrs/StdPrs_Plane.cxx @@ -36,8 +36,8 @@ void StdPrs_Plane::Add (const Handle (Prs3d_Presentation)& aPresentation, const Adaptor3d_Surface& aPlane, const Handle (Prs3d_Drawer)& aDrawer) { -// Prs3d_Root::NewGroup(aPresentation); - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPresentation); +// aPresentation->NewGroup(); + Handle(Graphic3d_Group) TheGroup = aPresentation->CurrentGroup(); if (aPlane.GetType() != GeomAbs_Plane) return; Handle(Geom_Plane) thegeom = new Geom_Plane(aPlane.Plane()); @@ -95,7 +95,7 @@ void StdPrs_Plane::Add (const Handle (Prs3d_Presentation)& aPresentation, aPrims->AddVertex(loc); aPrims->AddVertex(p1); TheGroup->AddPrimitiveArray(aPrims); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p1, norm, ang, len); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p1, norm, ang, len); } if (theaspect->DisplayEdgesArrows()) { Handle(Graphic3d_ArrayOfSegments) aPrims = new Graphic3d_ArrayOfSegments(8); @@ -104,25 +104,25 @@ void StdPrs_Plane::Add (const Handle (Prs3d_Presentation)& aPresentation, p1 = loc.Translated(trans); aPrims->AddVertex(loc); aPrims->AddVertex(p1); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p1, norm, ang, len); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p1, norm, ang, len); // thegeom->D0(-Xmax,Ymax,loc); p1 = loc.Translated(trans); aPrims->AddVertex(loc); aPrims->AddVertex(p1); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p1, norm, ang, len); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p1, norm, ang, len); // thegeom->D0(Xmax,Ymax,loc); p1 = loc.Translated(trans); aPrims->AddVertex(loc); aPrims->AddVertex(p1); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p1, norm, ang, len); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p1, norm, ang, len); // thegeom->D0(Xmax,-Ymax,loc); p1 = loc.Translated(trans); aPrims->AddVertex(loc); aPrims->AddVertex(p1); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), p1, norm, ang, len); + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), p1, norm, ang, len); // TheGroup->AddPrimitiveArray(aPrims); } diff --git a/src/StdPrs/StdPrs_PoleCurve.cxx b/src/StdPrs/StdPrs_PoleCurve.cxx index 9d7116130e..787ef66dd5 100644 --- a/src/StdPrs/StdPrs_PoleCurve.cxx +++ b/src/StdPrs/StdPrs_PoleCurve.cxx @@ -38,7 +38,7 @@ void StdPrs_PoleCurve::Add (const Handle (Prs3d_Presentation)& aPresentation, const Adaptor3d_Curve& aCurve, const Handle (Prs3d_Drawer)& aDrawer) { - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(aDrawer->LineAspect()->Aspect()); GeomAbs_CurveType CType = aCurve.GetType(); if (CType == GeomAbs_BezierCurve || CType == GeomAbs_BSplineCurve) { @@ -49,7 +49,7 @@ void StdPrs_PoleCurve::Add (const Handle (Prs3d_Presentation)& aPresentation, Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(Nb); for (i = 1; i <= Nb; i++) aPrims->AddVertex(Bz->Pole(i)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } else if (CType == GeomAbs_BSplineCurve) { Handle(Geom_BSplineCurve) Bs = aCurve.BSpline(); @@ -57,7 +57,7 @@ void StdPrs_PoleCurve::Add (const Handle (Prs3d_Presentation)& aPresentation, Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(Nb); for (i = 1; i <= Nb; i++) aPrims->AddVertex(Bs->Pole(i)); - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } } @@ -65,7 +65,7 @@ void StdPrs_PoleCurve::Add (const Handle (Prs3d_Presentation)& aPresentation, gp_Pnt Location; gp_Vec Direction; aCurve.D1(aCurve.LastParameter(),Location,Direction); - Prs3d_Arrow::Draw (Prs3d_Root::CurrentGroup (aPresentation), + Prs3d_Arrow::Draw (aPresentation->CurrentGroup(), Location, gp_Dir(Direction), aDrawer->ArrowAspect()->Angle(), diff --git a/src/StdPrs/StdPrs_ShadedShape.cxx b/src/StdPrs/StdPrs_ShadedShape.cxx index ca30cd58ac..bc4cfece0e 100644 --- a/src/StdPrs/StdPrs_ShadedShape.cxx +++ b/src/StdPrs/StdPrs_ShadedShape.cxx @@ -297,7 +297,7 @@ namespace return Standard_False; } - Handle(Graphic3d_Group) aGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) aGroup = thePrs->NewGroup(); aGroup->SetClosed (theIsClosed); aGroup->SetGroupPrimitivesAspect (theDrawer->ShadingAspect()->Aspect()); aGroup->AddPrimitiveArray (aPArray); diff --git a/src/StdPrs/StdPrs_ShadedSurface.cxx b/src/StdPrs/StdPrs_ShadedSurface.cxx index c09daad55a..b8ef0d5a29 100644 --- a/src/StdPrs/StdPrs_ShadedSurface.cxx +++ b/src/StdPrs/StdPrs_ShadedSurface.cxx @@ -42,7 +42,7 @@ void StdPrs_ShadedSurface::Add (const Handle(Prs3d_Presentation)& thePrs, N2 = N2 < 3 ? 3 : N2; // If the surface is closed, the faces from back-side are not traced: - Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (thePrs); + Handle(Graphic3d_Group) aGroup = thePrs->CurrentGroup(); aGroup->SetGroupPrimitivesAspect (theDrawer->ShadingAspect()->Aspect()); aGroup->SetClosed (theSurface.IsUClosed() && theSurface.IsVClosed()); diff --git a/src/StdPrs/StdPrs_WFDeflectionSurface.cxx b/src/StdPrs/StdPrs_WFDeflectionSurface.cxx index c4e83c2491..15707d55b2 100644 --- a/src/StdPrs/StdPrs_WFDeflectionSurface.cxx +++ b/src/StdPrs/StdPrs_WFDeflectionSurface.cxx @@ -170,9 +170,7 @@ void StdPrs_WFDeflectionSurface::Add ( // ********************* // if ( !(UClosed && VClosed) ) { - - (Prs3d_Root::CurrentGroup(aPresentation))->SetPrimitivesAspect - (aDrawer->FreeBoundaryAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aDrawer->FreeBoundaryAspect()->Aspect()); if ( !UClosed ) { anIso.Load(GeomAbs_IsoU,U1,V1,V2); @@ -194,9 +192,7 @@ void StdPrs_WFDeflectionSurface::Add ( // Standard_Integer fin = aDrawer->UIsoAspect()->Number(); if ( fin != 0) { - - (Prs3d_Root::CurrentGroup(aPresentation))->SetPrimitivesAspect - (aDrawer->UIsoAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aDrawer->UIsoAspect()->Aspect()); Standard_Real du= UClosed ? (U2-U1)/fin : (U2-U1)/(1+fin); for (Standard_Integer i=1; i<=fin;i++){ @@ -206,9 +202,7 @@ void StdPrs_WFDeflectionSurface::Add ( } fin = aDrawer->VIsoAspect()->Number(); if ( fin != 0) { - - (Prs3d_Root::CurrentGroup(aPresentation))->SetPrimitivesAspect - (aDrawer->VIsoAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aDrawer->VIsoAspect()->Aspect()); Standard_Real dv= VClosed ?(V2-V1)/fin : (V2-V1)/(1+fin); for (Standard_Integer i=1; i<=fin;i++){ @@ -217,7 +211,3 @@ void StdPrs_WFDeflectionSurface::Add ( } } } - - - - diff --git a/src/StdPrs/StdPrs_WFPoleSurface.cxx b/src/StdPrs/StdPrs_WFPoleSurface.cxx index e63493d887..5e2e8a0864 100644 --- a/src/StdPrs/StdPrs_WFPoleSurface.cxx +++ b/src/StdPrs/StdPrs_WFPoleSurface.cxx @@ -33,23 +33,23 @@ static void AddPoles(const Handle (Prs3d_Presentation)& aPresentation, const Standard_Integer n = A.ColLength(); const Standard_Integer m = A.RowLength(); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(aDrawer->UIsoAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(aDrawer->UIsoAspect()->Aspect()); Handle(Graphic3d_ArrayOfPolylines) aPrims = new Graphic3d_ArrayOfPolylines(n*m,n); for (i=1; i<=n; i++){ aPrims->AddBound(m); for (j=1; j<=m; j++) aPrims->AddVertex(A(i,j)); } - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); - Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(aDrawer->VIsoAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect(aDrawer->VIsoAspect()->Aspect()); aPrims = new Graphic3d_ArrayOfPolylines(n*m,m); for (j=1; j<=m; j++){ aPrims->AddBound(n); for (i=1; i<=n; i++) aPrims->AddVertex(A(i,j)); } - Prs3d_Root::CurrentGroup(aPresentation)->AddPrimitiveArray(aPrims); + aPresentation->CurrentGroup()->AddPrimitiveArray(aPrims); } diff --git a/src/StdPrs/StdPrs_WFSurface.cxx b/src/StdPrs/StdPrs_WFSurface.cxx index 781454ee05..29c5c3080a 100644 --- a/src/StdPrs/StdPrs_WFSurface.cxx +++ b/src/StdPrs/StdPrs_WFSurface.cxx @@ -154,7 +154,7 @@ void StdPrs_WFSurface::Add (const Handle(Prs3d_Presentation)& aPresentation, // if (!(UClosed && VClosed)) { - Prs3d_Root::CurrentGroup (aPresentation)->SetPrimitivesAspect (aDrawer->FreeBoundaryAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aDrawer->FreeBoundaryAspect()->Aspect()); if (!UClosed) { anIso.Load (GeomAbs_IsoU, U1, V1, V2); @@ -187,7 +187,7 @@ void StdPrs_WFSurface::Add (const Handle(Prs3d_Presentation)& aPresentation, Standard_Integer fin = aDrawer->UIsoAspect()->Number(); if (fin != 0) { - Prs3d_Root::CurrentGroup (aPresentation)->SetPrimitivesAspect (aDrawer->UIsoAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aDrawer->UIsoAspect()->Aspect()); Standard_Real du= UClosed ? (U2-U1) / fin : (U2-U1) / (1 + fin); for (Standard_Integer i = 1; i <= fin; i++) @@ -201,7 +201,7 @@ void StdPrs_WFSurface::Add (const Handle(Prs3d_Presentation)& aPresentation, fin = aDrawer->VIsoAspect()->Number(); if (fin != 0) { - Prs3d_Root::CurrentGroup (aPresentation)->SetPrimitivesAspect (aDrawer->VIsoAspect()->Aspect()); + aPresentation->CurrentGroup()->SetPrimitivesAspect (aDrawer->VIsoAspect()->Aspect()); Standard_Real dv = VClosed ? (V2 - V1) / fin : (V2 - V1) / (1 + fin); for (Standard_Integer i = 1; i <= fin; i++) @@ -228,7 +228,7 @@ void StdPrs_WFSurface::Add (const Handle(Prs3d_Presentation)& aPresentation, for(int i=1; i<=Pnts->Length(); i++) UIsoArray->AddVertex(Pnts->Value(i)); } - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::NewGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->NewGroup(); TheGroup->SetPrimitivesAspect(aDrawer->UIsoAspect()->Aspect()); TheGroup->AddPrimitiveArray(UIsoArray); } @@ -246,7 +246,7 @@ void StdPrs_WFSurface::Add (const Handle(Prs3d_Presentation)& aPresentation, for(int i=1; i<=Pnts->Length(); i++) VIsoArray->AddVertex(Pnts->Value(i)); } - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::NewGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->NewGroup(); TheGroup->SetPrimitivesAspect(aDrawer->VIsoAspect()->Aspect()); TheGroup->AddPrimitiveArray(VIsoArray); } @@ -263,7 +263,7 @@ void StdPrs_WFSurface::Add (const Handle(Prs3d_Presentation)& aPresentation, for(int i=1; i<=Pnts->Length(); i++) freeArray->AddVertex(Pnts->Value(i)); } - Handle(Graphic3d_Group) TheGroup = Prs3d_Root::NewGroup(aPresentation); + Handle(Graphic3d_Group) TheGroup = aPresentation->NewGroup(); TheGroup->SetPrimitivesAspect(aDrawer->FreeBoundaryAspect()->Aspect()); TheGroup->AddPrimitiveArray(freeArray); } diff --git a/src/ViewerTest/ViewerTest_ObjectCommands.cxx b/src/ViewerTest/ViewerTest_ObjectCommands.cxx index 472bc26b87..b853fbada9 100644 --- a/src/ViewerTest/ViewerTest_ObjectCommands.cxx +++ b/src/ViewerTest/ViewerTest_ObjectCommands.cxx @@ -5224,9 +5224,9 @@ void ViewerTest_MarkersArrayObject::Compute (const Handle(PrsMgr_PresentationMan aPresentation->Clear(); if (!myMarkerAspect.IsNull()) { - Prs3d_Root::CurrentGroup (aPresentation)->SetGroupPrimitivesAspect (myMarkerAspect); + aPresentation->CurrentGroup()->SetGroupPrimitivesAspect (myMarkerAspect); } - Prs3d_Root::CurrentGroup (aPresentation)->AddPrimitiveArray (anArray); + aPresentation->CurrentGroup()->AddPrimitiveArray (anArray); } void ViewerTest_MarkersArrayObject::ComputeSelection (const Handle(SelectMgr_Selection)& theSelection, @@ -6268,7 +6268,7 @@ protected: DBRep_DrawableShape::addSurfaceNormals (aNormalMap, myshape, NormalLength, NbAlongU, NbAlongV); } - Handle(Graphic3d_Group) aPrsGroup = Prs3d_Root::NewGroup (thePrs); + Handle(Graphic3d_Group) aPrsGroup = thePrs->NewGroup(); aPrsGroup->SetGroupPrimitivesAspect (myDrawer->ArrowAspect()->Aspect()); const Standard_Real aArrowAngle = myDrawer->ArrowAspect()->Angle(); diff --git a/src/ViewerTest/ViewerTest_OpenGlCommands.cxx b/src/ViewerTest/ViewerTest_OpenGlCommands.cxx index cf0ff6255b..626bf7c073 100644 --- a/src/ViewerTest/ViewerTest_OpenGlCommands.cxx +++ b/src/ViewerTest/ViewerTest_OpenGlCommands.cxx @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include diff --git a/src/ViewerTest/ViewerTest_ViewerCommands.cxx b/src/ViewerTest/ViewerTest_ViewerCommands.cxx index c605fe9b3f..d92d51a041 100644 --- a/src/ViewerTest/ViewerTest_ViewerCommands.cxx +++ b/src/ViewerTest/ViewerTest_ViewerCommands.cxx @@ -63,7 +63,6 @@ #include #include #include -#include #include #include #include @@ -5795,7 +5794,7 @@ void V3d_LineItem::Compute (const Handle(PrsMgr_PresentationManager3d)& /*thePre Quantity_Color aColor (Quantity_NOC_RED); Standard_Integer aWidth, aHeight; ViewerTest::CurrentView()->Window()->Size (aWidth, aHeight); - Handle (Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (thePresentation); + Handle(Graphic3d_Group) aGroup = thePresentation->CurrentGroup(); Handle(Graphic3d_ArrayOfPolylines) aPrim = new Graphic3d_ArrayOfPolylines(5); aPrim->AddVertex(myX1, aHeight-myY1, 0.); aPrim->AddVertex(myX2, aHeight-myY2, 0.); diff --git a/src/XCAFPrs/XCAFPrs_AISObject.cxx b/src/XCAFPrs/XCAFPrs_AISObject.cxx index cfad0b0330..4d0ad7272d 100644 --- a/src/XCAFPrs/XCAFPrs_AISObject.cxx +++ b/src/XCAFPrs/XCAFPrs_AISObject.cxx @@ -80,7 +80,7 @@ static void DisplayText (const TDF_Label& aLabel, Standard_Real aXmin, aYmin, aZmin, aXmax, aYmax, aZmax; aBox.Get (aXmin, aYmin, aZmin, aXmax, aYmax, aZmax); gp_Pnt aPnt (0.5 * (aXmin + aXmax), 0.5 * (aYmin + aYmax), 0.5 * (aZmin + aZmax)); - Prs3d_Text::Draw (Prs3d_Root::CurrentGroup (aPrs), anAspect, aName->Get(), aPnt); + Prs3d_Text::Draw (aPrs->CurrentGroup(), anAspect, aName->Get(), aPnt); } } }