20 #ifndef GDMLPLUGIN_PLUGIN_H_
21 #define GDMLPLUGIN_PLUGIN_H_
23 #include "GDMLPlugin.h"
24 #include <ModelAPI_Plugin.h>
25 #include <ModelAPI_Feature.h>
The main class managing GDML Features as plugins.
Definition: GDMLPlugin_Plugin.h:32
Interface common for any plugin: allows to use plugin by the plugins manager.
Definition: ModelAPI_Plugin.h:34
virtual std::shared_ptr< ModelAPI_Feature > createFeature(std::string theFeatureID)=0
Creates the feature object of this plugin by the feature string ID.