X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketcherPrs%2FSketcherPrs_LengthDimension.h;h=5fde8d7aa0e094f1599a18f752c4d9c1b1138e81;hb=f22a65689fa8bb54274a23f0f974fc538e4a22ab;hp=ea4832e7ea1f1cfcddfa5317bcf7ab62a31d4de5;hpb=ed3006032ada5642cbd0b1152c01170c815526a6;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_LengthDimension.h b/src/SketcherPrs/SketcherPrs_LengthDimension.h index ea4832e7e..5fde8d7aa 100644 --- a/src/SketcherPrs/SketcherPrs_LengthDimension.h +++ b/src/SketcherPrs/SketcherPrs_LengthDimension.h @@ -38,6 +38,10 @@ protected: Standard_EXPORT virtual void Compute(const Handle(PrsMgr_PresentationManager3d)& thePresentationManager, const Handle(Prs3d_Presentation)& thePresentation, const Standard_Integer theMode = 0); + /// Redefinition of virtual function + Standard_EXPORT virtual void ComputeSelection(const Handle(SelectMgr_Selection)& aSelection, + const Standard_Integer aMode); + private: bool getPoints(gp_Pnt& thePnt1, gp_Pnt& thePnt2) const;