SHAPER  9.12.0
GDMLPlugin_Plugin Class Reference

The main class managing GDML Features as plugins. More...

Inheritance diagram for GDMLPlugin_Plugin:
Inheritance graph

Public Member Functions

virtual FeaturePtr createFeature (std::string theFeatureID)
 Creates the feature object of this plugin by the feature string ID. More...
 
 GDMLPlugin_Plugin ()
 Default constructor. More...
 

Detailed Description

The main class managing GDML Features as plugins.

Constructor & Destructor Documentation

◆ GDMLPlugin_Plugin()

GDMLPlugin_Plugin::GDMLPlugin_Plugin ( )

Default constructor.

Member Function Documentation

◆ createFeature()

FeaturePtr GDMLPlugin_Plugin::createFeature ( std::string  theFeatureID)
virtual

Creates the feature object of this plugin by the feature string ID.

Implements ModelAPI_Plugin.