X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Boolean.h;fp=src%2FFeaturesPlugin%2FFeaturesPlugin_Boolean.h;h=c18d2eb67fb8e78061bd0eb85eaa657aeb5ef28a;hb=4dac51be8dafc9fd0e2b50ce5f773471ee174ff2;hp=6fe5a24d623432c64a60cba9d3a4fbc00b29c382;hpb=c11cb06f94225ee1c39ba0ae1bd28d7c9351e2ff;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h index 6fe5a24d6..c18d2eb67 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h @@ -223,6 +223,14 @@ protected: const ObjectHierarchy& theToolsHierarchy, std::shared_ptr theMakeShapeList); + /// Store result shape if it is not empty and increase results counter + void storeResult(const ListOfShape& theObjects, + const ListOfShape& theTools, + const GeomShapePtr theResultShape, + int& theResultIndex, + std::shared_ptr theMakeShapeList, + std::vector& theResultBaseAlgoList); + /// Return version of the feature int version();