1 // File: FeaturesPlugin_Plugin.hxx
2 // Created: 07 July 2014
3 // Author: Vitaly SMETANNIKOV
5 #ifndef FeaturesPlugin_Plugin_H_
6 #define FeaturesPlugin_Plugin_H_
8 #include "FeaturesPlugin.h"
9 #include <ModelAPI_Plugin.h>
10 #include <ModelAPI_Feature.h>
12 class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin : public ModelAPI_Plugin
15 /// Creates the feature object of this plugin by the feature string ID
16 virtual FeaturePtr createFeature(std::string theFeatureID);
19 /// Is needed for python wrapping by swig
20 FeaturesPlugin_Plugin();