X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSolveSpaceSolver%2FSolveSpaceSolver_Storage.h;h=a48631b3b16e0ad79dbc4d4b7dc56b0db0cabf04;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=de15a1cd56c5331e5cbafb7e857754a5151f9d53;hpb=c3aeb6b898054376c1047071ea9fea61abdc9e99;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SolveSpaceSolver/SolveSpaceSolver_Storage.h b/src/SketchSolver/SolveSpaceSolver/SolveSpaceSolver_Storage.h index de15a1cd5..a48631b3b 100644 --- a/src/SketchSolver/SolveSpaceSolver/SolveSpaceSolver_Storage.h +++ b/src/SketchSolver/SolveSpaceSolver/SolveSpaceSolver_Storage.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: SolveSpaceSolver_Storage.h -// Created: 18 Mar 2015 -// Author: Artem ZHIDKOV +// Copyright (C) 2014-2024 CEA, EDF +// +// 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 SolveSpaceSolver_Storage_H_ #define SolveSpaceSolver_Storage_H_ @@ -159,7 +172,7 @@ private: /// /// These constraints may be different and become the same after the substitution /// of point coincidence. - void addSameConstraints(ConstraintWrapperPtr theConstraint1, + void addSameConstraints(ConstraintWrapperPtr theConstraint1, ConstraintWrapperPtr theConstraint2); /// \brief Search constraint equal to the given in terms of SolveSpace notation @@ -169,20 +182,20 @@ private: Slvs_hEntity myWorkplaneID; ///< identifier of workplane /// current parameter index (may differs with the number of parameters) - Slvs_hParam myParamMaxID; + Slvs_hParam myParamMaxID; /// list of parameters used in the current group of constraints (sorted by the identifier) - std::vector myParameters; + std::vector myParameters; Slvs_hEntity myEntityMaxID; ///< current entity index (may differs with the number of entities) /// list of entities used in the current group of constraints (sorted by the identifier) - std::vector myEntities; + std::vector myEntities; /// current constraint index (may differs with the number of constraints) - Slvs_hConstraint myConstrMaxID; + Slvs_hConstraint myConstrMaxID; /// list of constraints used in the current group (sorted by the identifier) - std::vector myConstraints; + std::vector myConstraints; bool myDuplicatedConstraint; ///< shows the storage has same constraint twice