X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelHighAPI%2FModelHighAPI_FeatureStore.h;h=5118f5140758b20162bbf0bed9ac2e935946576b;hb=9afbc5fb015e5ff91689e1ef3f4da286347fbda5;hp=7970b179984db722d38c75effb7ce89f7edd3d6d;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_FeatureStore.h b/src/ModelHighAPI/ModelHighAPI_FeatureStore.h index 7970b1799..5118f5140 100644 --- a/src/ModelHighAPI/ModelHighAPI_FeatureStore.h +++ b/src/ModelHighAPI/ModelHighAPI_FeatureStore.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // 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 +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef ModelHighAPI_FeatureStore_H_ @@ -28,13 +27,13 @@ #include #include -class ModelAPI_Feature; +class ModelAPI_Object; class ModelAPI_Data; class GeomAPI_Shape; class ModelAPI_Attribute; -typedef std::shared_ptr FeaturePtr; -typedef std::shared_ptr AttributePtr; +typedef std::shared_ptr ObjectPtr; +typedef std::shared_ptr AttributePtr; /**\class ModelHighAPI_FeatureStore * \ingroup CPPHighAPI @@ -49,9 +48,9 @@ public: // unused constructor for the map container needs ModelHighAPI_FeatureStore() {} // constructor that initializes this object by feature to store - ModelHighAPI_FeatureStore(FeaturePtr theFeature); + ModelHighAPI_FeatureStore(ObjectPtr theObject); // compares the stored feature information with the given feature - std::string compare(FeaturePtr theFeature); + std::string compare(ObjectPtr theObject); private: /// stores the information about all attributes of data in map