X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FPlaneGCSSolver%2FPlaneGCSSolver_UpdateCoincidence.h;h=29247709f45053988ffbcf07bfa5091a09a0c45c;hb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;hp=d5acf494af430a2776bb1750a644678d0e3f5773;hpb=15cea9df7b45e3e1fb5581b538bc820e82f106d3;p=modules%2Fshaper.git diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.h b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.h index d5acf494a..29247709f 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.h +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.h @@ -1,8 +1,21 @@ -// Copyright (C) 2017-20xx CEA/DEN, EDF R&D - -// File: PlaneGCSSolver_UpdateCoincidence.h -// Created: 17 Feb 2017 -// Author: Artem ZHIDKOV +// 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef PlaneGCSSolver_UpdateCoincidence_H_ #define PlaneGCSSolver_UpdateCoincidence_H_ @@ -73,6 +86,9 @@ private: /// Merge two groups void merge(const CoincidentEntities& theOther); + /// Returns any of external points + EntityWrapperPtr externalPoint() const; + private: std::set myPoints; ///< coincident points std::set myExternalPoints; //< external points coincident to other points