![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/PluginFramework/ctkPluginFrameworkFactory.h>
Public Member Functions | |
| ctkPluginFrameworkFactory (const ctkProperties &initProps=ctkProperties()) | |
| QSharedPointer< ctkPluginFramework > | getFramework () |
| ~ctkPluginFrameworkFactory () | |
A factory for creating ctkPluginFramework instances.
Definition at line 41 of file ctkPluginFrameworkFactory.h.
| ctkPluginFrameworkFactory::ctkPluginFrameworkFactory | ( | const ctkProperties & | initProps = ctkProperties() | ) |
Create a new ctkPluginFrameworkFactory instance.
The ctkProperties map is used to configure the ctkPluginFramework. The plugin framework instance created with getFramework() must interpret the following properties:
| initProps | The plugin framework configuration properties. The ctkPluginFramework instance created with getFramework() must use some reasonable default configuration if certain properties are not provided. |
| ctkPluginFrameworkFactory::~ctkPluginFrameworkFactory | ( | ) |
| QSharedPointer<ctkPluginFramework> ctkPluginFrameworkFactory::getFramework | ( | ) |
Create a new ctkPluginFramework instance.