1 // File: PartSetPlugin_Plugin.hxx
2 // Created: 31 Mar 2014
3 // Author: Mikhail PONIKAROV
5 #ifndef PartSetPlugin_Plugin_HeaderFile
6 #define PartSetPlugin_Plugin_HeaderFile
9 #include "PartSetPlugin.h"
10 #include "ModelAPI_Plugin.h"
12 class PARTSETPLUGIN_EXPORT PartSetPlugin_Plugin: public ModelAPI_Plugin
15 /// Creates the feature object of this plugin by the feature string ID
16 virtual std::shared_ptr<ModelAPI_Feature> createFeature(std::string theFeatureID);
19 /// Is needed for python wrapping by swig
20 PartSetPlugin_Plugin();