X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_IntersectionSelection.h;h=a9c136992fde589e7fd5bb1653397bbdb6b2ff45;hb=d5b5ce2284869d8b97ce638502c58c810bbeb0c7;hp=6773a11baddcd8f84171e09ebef450d47a414d83;hpb=e7fcc6b20ce1a628ba679d5ca843c6d3d0478020;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_IntersectionSelection.h b/src/GeomValidators/GeomValidators_IntersectionSelection.h index 6773a11ba..a9c136992 100644 --- a/src/GeomValidators/GeomValidators_IntersectionSelection.h +++ b/src/GeomValidators/GeomValidators_IntersectionSelection.h @@ -1,8 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: GeomValidators_IntersectionSelection.h -// Created: 16 Feb 2016 -// Author: Dmitry Bobylev +// Copyright (C) 2014-2017 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 GeomValidators_IntersectionSelection_H #define GeomValidators_IntersectionSelection_H @@ -12,20 +26,20 @@ #include #include -/// \class GeomValidators_ZeroOffset +/// \class GeomValidators_IntersectionSelection /// \ingroup Validators -/// \brief Validates selection for boolean operation. +/// \brief Validates selection for intersection operation. class GeomValidators_IntersectionSelection: public ModelAPI_AttributeValidator { public: /// \return True if the attribute is valid. It checks whether the selection - /// is acceptable for boolean operation. + /// is acceptable for intersection operation. /// \param[in] theAttribute an attribute to check. /// \param[in] theArguments a filter parameters. /// \param[out] theError error message. GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute, const std::list& theArguments, - std::string& theError) const; + Events_InfoMessage& theError) const; }; #endif