X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FPlaneGCSSolver%2FPlaneGCSSolver_EntityBuilder.h;h=db13c7c4637fa0445cfa6431f92ab246c84090a2;hb=6c9733606d54a0813c3b7d5522dd74a3af989917;hp=d4eb9d9d2d3377298eb89850149914b284491b58;hpb=e066abaa17e20d15934c0c83cdd8de07ffd93122;p=modules%2Fshaper.git diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EntityBuilder.h b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EntityBuilder.h index d4eb9d9d2..db13c7c46 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EntityBuilder.h +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EntityBuilder.h @@ -1,8 +1,21 @@ -// Copyright (C) 2017-20xx CEA/DEN, EDF R&D - -// File: PlaneGCSSolver_EntityBuilder.h -// Created: 14 Feb 2017 -// Author: Artem ZHIDKOV +// Copyright (C) 2014-2022 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_EntityBuilder_H_ #define PlaneGCSSolver_EntityBuilder_H_ @@ -37,9 +50,6 @@ public: /// \param theFeature [in] feature to create virtual EntityWrapperPtr createFeature(FeaturePtr) = 0; - /// \brief Return list of constraints necessary to fix feature's extra DoF - virtual const std::list& constraints() const = 0; - protected: PlaneGCSSolver_Storage* myStorage; };