Salome HOME
Partition naming for infinite planes
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Partition.h
index a058fd8438f6630d832413014692b418472c1663..9ec475f44baadc8fdc4f7185ab9baae35bf933fb 100755 (executable)
@@ -63,7 +63,9 @@ private:
   void loadNamingDS(std::shared_ptr<ModelAPI_ResultBody> theResultBody,
                     const std::shared_ptr<GeomAPI_Shape> theBaseShape,
                     const ListOfShape& theTools,
-                    const GeomAlgoAPI_Partition& thePartitionAlgo);
+                    const std::shared_ptr<GeomAPI_Shape> theResultShape,
+                    GeomAlgoAPI_MakeShape& theMakeShape,
+                    GeomAPI_DataMapOfShapeShape& theMapOfShapes);
 
 };