X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2FBuildPlugin_Solid.h;fp=src%2FBuildPlugin%2FBuildPlugin_Solid.h;h=1ab5168e5772486591c95f47176a710e3989bf6a;hb=696c11e9e4cb089e1c5496dac79420147d85496a;hp=1fce3df589b7968ea228226b5ce75e718398183a;hpb=b2292fbb6625678d4c15c8a8c4a6e1a757a167ef;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/BuildPlugin_Solid.h b/src/BuildPlugin/BuildPlugin_Solid.h index 1fce3df58..1ab5168e5 100644 --- a/src/BuildPlugin/BuildPlugin_Solid.h +++ b/src/BuildPlugin/BuildPlugin_Solid.h @@ -22,16 +22,12 @@ #define BuildPlugin_Solid_H_ #include "BuildPlugin.h" - -#include -#include - -class GeomAlgoAPI_MakeShape; +#include "BuildPlugin_Shape.h" /// \class BuildPlugin_Solid /// \ingroup Plugins /// \brief Feature for creation of solid from faces or shells. -class BuildPlugin_Solid: public ModelAPI_Feature +class BuildPlugin_Solid: public BuildPlugin_Shape { public: /// Use plugin manager for features creation @@ -65,11 +61,6 @@ public: BUILDPLUGIN_EXPORT virtual void execute(); protected: - /// Store result of algorithm - void storeResult(const ListOfShape& theOriginalShapes, - const GeomShapePtr& theResultShape, - const std::shared_ptr& theAlgorithm); - /// Explode compound to get single shape GeomShapePtr getSingleSubshape(const GeomShapePtr& theCompound); };