X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_ShapeExplorer.h;h=50cb4395980861aaa54ac05b39223d9213486024;hb=026f5b80ebe2c718246d80f9cb9bea3887406c12;hp=44320fa641f122c653fab52a3a437c791394e4cc;hpb=77b93142eb8ba33bfb9a42040c2fd8926ffea5c8;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_ShapeExplorer.h b/src/GeomAPI/GeomAPI_ShapeExplorer.h index 44320fa64..50cb43959 100644 --- a/src/GeomAPI/GeomAPI_ShapeExplorer.h +++ b/src/GeomAPI/GeomAPI_ShapeExplorer.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: GeomAPI_ShapeExplorer.h -// Created: 5 June 2015 -// Author: Dmitry Bobylev +// 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 GeomAPI_ShapeExplorer_H_ #define GeomAPI_ShapeExplorer_H_ @@ -49,11 +62,13 @@ public: GEOMAPI_EXPORT bool more() const; - /// Moves to the next Shape in the exploration or do nothing if there are no more shapes to explore. + /// Moves to the next Shape in the exploration or do nothing + /// if there are no more shapes to explore. GEOMAPI_EXPORT void next(); - /// \return the current shape in the exploration or empty pointer if this explorer has no more shapes to explore. + /// \return the current shape in the exploration or empty pointer + /// if this explorer has no more shapes to explore. GEOMAPI_EXPORT std::shared_ptr current();