X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Dir.h;h=be488e86fbadb3547712f5ef741cc33cf83639c3;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=bb4b52abb8d55ee3b4fc393f5b774e39544e7517;hpb=6e7b39b6ae7c905f289c58b22ab572c4c25d5ff4;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Dir.h b/src/GeomData/GeomData_Dir.h index bb4b52abb..be488e86f 100644 --- a/src/GeomData/GeomData_Dir.h +++ b/src/GeomData/GeomData_Dir.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 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);