1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
3 // File: FeaturesPlugin_Plugin.hxx
4 // Created: 07 July 2014
5 // Author: Vitaly SMETANNIKOV
7 #ifndef FeaturesPlugin_Plugin_H_
8 #define FeaturesPlugin_Plugin_H_
10 #include "FeaturesPlugin.h"
11 #include <ModelAPI_Plugin.h>
12 #include <ModelAPI_Feature.h>
14 class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin : public ModelAPI_Plugin
17 /// Creates the feature object of this plugin by the feature string ID
18 virtual FeaturePtr createFeature(std::string theFeatureID);
21 FeaturesPlugin_Plugin();