X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Line.h;h=28d60dcd0ccab75233db146247cbfc8c9cc1a963;hb=3f01be441c3244407d583560f6c244187e8050dc;hp=d51c6608f79225a3944b8d74e107f113627a32b7;hpb=893048d62e837075ea3253c89ce9ecdfbb7a0cf3;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Line.h b/src/SketchPlugin/SketchPlugin_Line.h index d51c6608f..28d60dcd0 100644 --- a/src/SketchPlugin/SketchPlugin_Line.h +++ b/src/SketchPlugin/SketchPlugin_Line.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef SketchPlugin_Line_H_ @@ -77,14 +76,10 @@ class SketchPlugin_Line : public SketchPlugin_SketchEntity, SKETCHPLUGIN_EXPORT virtual void execute(); /// Apply information of the message to current object. It fills start attribute of - /// the currrent feature by last attribute of the message feature, build coincidence + /// the current feature by last attribute of the message feature, build coincidence /// if message has selected object virtual std::string processEvent(const std::shared_ptr& theMessage); - /// Return the distance between the feature and the point - /// \param thePoint the point - double distanceToPoint(const std::shared_ptr& thePoint); - /// Called on change of any argument-attribute of this object SKETCHPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID); @@ -92,7 +87,7 @@ class SketchPlugin_Line : public SketchPlugin_SketchEntity, SketchPlugin_Line(); private: - /// Calculates the lenght of the line and fill the lenght attribute with the value + /// Calculates the length of the line and fill the length attribute with the value void updateLenghtValue(); protected: