]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Line.h
Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Line.h
index d24f1af52701f79fe25d0ee6b9f6136fcd033f92..a9e3e606cc6b931e6b9f097603dabaf873886d57 100644 (file)
@@ -65,7 +65,10 @@ class SketchPlugin_Line : public SketchPlugin_Feature
 
   /// Return the distance between the feature and the point
   /// \param thePoint the point
-  virtual double distanceToPoint(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint);
+  virtual double distanceToPoint(const std::shared_ptr<GeomAPI_Pnt2d>& thePoint);
+
+  /// Called on change of any argument-attribute of this object
+  SKETCHPLUGIN_EXPORT virtual void attributeChanged();
 
   /// Use plugin manager for features creation
   SketchPlugin_Line();