Salome HOME
updated copyright message
[modules/shaper.git] / src / GeomData / GeomData_Dir.h
index 8b7fb163b69a435c1acef8752ff6ee7ce7433cdb..be488e86fbadb3547712f5ef741cc33cf83639c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  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
@@ -57,6 +57,9 @@ class GeomData_Dir : public GeomDataAPI_Dir
   /// Returns \c ture if the direction is initialized
   GEOMDATA_EXPORT virtual bool isInitialized();
 
+  /// Resets attribute to default state.
+  GEOMDATA_EXPORT virtual void reset();
+
  protected:
   /// Initializes attributes
   GEOMDATA_EXPORT GeomData_Dir(TDF_Label& theLabel);