X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Boolean.h;h=0a072e8229cf9a0f1a2a7849129286e05f0df949;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=df9065b25fcc609de4bf909427f3af470e279f79;hpb=1360833d0861ef1dac27f1c89773d6c11df63b47;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h index df9065b25..0a072e822 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h @@ -87,10 +87,12 @@ private: std::shared_ptr getShape(const std::string& theAttrName); /// Load Naming data structure of the feature to the document - void LoadNamingDS(std::shared_ptr theResultBody, - const std::shared_ptr& theBaseObject, + void loadNamingDS(std::shared_ptr theResultBody, + const std::shared_ptr theBaseShape, const ListOfShape& theTools, - const GeomAlgoAPI_Boolean& theAlgo); + const std::shared_ptr theResultShape, + GeomAlgoAPI_MakeShape& theMakeShape, + GeomAPI_DataMapOfShapeShape& theMapOfShapes); }; #endif