X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_VersionedBoolean.h;h=963745141b90cfa0c2f1d03ddea44bed7c7b1f07;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=074a59bcea526b52fbe4978177bfbe21100141bc;hpb=6a23207a9154dac27c710190281aa5bfcf2bd498;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_VersionedBoolean.h b/src/FeaturesPlugin/FeaturesPlugin_VersionedBoolean.h index 074a59bce..963745141 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_VersionedBoolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_VersionedBoolean.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 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 @@ -27,6 +27,7 @@ #include #include +#include class ModelAPI_Attribute; class ModelAPI_Result; @@ -69,8 +70,9 @@ protected: const GeomShapePtr& theObject, const ListOfShape& theTools, const ListOfShape& thePlanes, + const double theFuzzy, int& theResultIndex, - std::vector& theResultBaseAlgoList, + std::vector& theResultBaseAlgoList, ListOfShape& theResultShapesList, GeomShapePtr theResulCompound = GeomShapePtr()); @@ -83,8 +85,9 @@ protected: const GeomShapePtr& theCompsolid, const ListOfShape& theTools, const ListOfShape& thePlanes, + const double theFuzzy, int& theResultIndex, - std::vector& theResultBaseAlgoList, + std::vector& theResultBaseAlgoList, ListOfShape& theResultShapesList, GeomShapePtr theResulCompound = GeomShapePtr()); @@ -96,8 +99,9 @@ protected: GeomAPI_ShapeHierarchy& theCompoundHierarchy, const GeomShapePtr& theCompound, const ListOfShape& theTools, + const double theFuzzy, int& theResultIndex, - std::vector& theResultBaseAlgoList, + std::vector& theResultBaseAlgoList, ListOfShape& theResultShapesList, GeomShapePtr theResulCompound = GeomShapePtr());