X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_FiltersFactory.h;h=fdc257e3fd1465bd8f55d49d93680c1786b0a38a;hb=3ce3e69a217055142b03d67add35d054979a6340;hp=3672516f83fc75720fd155f1cc6193123e385eec;hpb=bae2c0f9a9f1c1adbaa371b938feb25ccdfd61ac;p=modules%2Fshaper.git diff --git a/src/Model/Model_FiltersFactory.h b/src/Model/Model_FiltersFactory.h index 3672516f8..fdc257e3f 100644 --- a/src/Model/Model_FiltersFactory.h +++ b/src/Model/Model_FiltersFactory.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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 @@ -41,9 +41,11 @@ public: /// Returns true if all filters of the Filters feature are ok for the Shape (taking into account /// the Reversed states). - /// \param theFiltersFeature feature that contains all information about the filters + /// \param theResult parent result of the shape to check /// \param theShape the checked shape - virtual bool isValid(FeaturePtr theFiltersFeature, GeomShapePtr theShape); + virtual bool isValid(FeaturePtr theFiltersFeature, + ResultPtr theResult, + GeomShapePtr theShape); /// Returns the filters that support the given shape type virtual std::list filters(GeomAPI_Shape::ShapeType theType);