Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelAPI / ModelAPI_Attribute.h
index e742ff8d5b3cce09aec39581e8f06956bad24232..9ee118984552e771d9cb5bb23d25dbf1b55d8e6f 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-// File:        ModelAPI_Attribute.h
-// Created:     2 Apr 2014
-// Author:      Mikhail PONIKAROV
+// 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
+// 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 ModelAPI_Attribute_H_
 #define ModelAPI_Attribute_H_
@@ -54,7 +67,7 @@ class ModelAPI_Attribute
   /// \return the previous block value
   MODELAPI_EXPORT bool blockSetInitialized(const bool theBlock);
 
-  /// Set this attribute is argument for result 
+  /// Set this attribute is argument for result
   /// (change of this attribute requires update of result).
   /// By default it is true.
   MODELAPI_EXPORT void setIsArgument(const bool theFlag);
@@ -73,6 +86,9 @@ class ModelAPI_Attribute
   /// ID of the attribute in Data
   MODELAPI_EXPORT const std::string& id() const;
 
+  /// Resets attribute to deafult state.
+  MODELAPI_EXPORT virtual void reset();
+
  protected:
   /// Objects are created for features automatically
   MODELAPI_EXPORT ModelAPI_Attribute();