Salome HOME
Clear remaining selection
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_LengthDimension.h
index ea4832e7ea1f1cfcddfa5317bcf7ab62a31d4de5..5fde8d7aa0e094f1599a18f752c4d9c1b1138e81 100644 (file)
@@ -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;