Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryContributorFactory.h>
Static Public Member Functions | |
static SmartPointer< IContributor > | CreateContributor (const QSharedPointer< ctkPlugin > &contributor) |
static QSharedPointer< ctkPlugin > | Resolve (const SmartPointer< IContributor > &contributor) |
The contributor factory creates new registry contributors for use in the registry.
This class can not be extended or instantiated by clients.
Definition at line 34 of file berryContributorFactory.h.
|
static |
|
static |
Returns the CTK plugin used to define this contributor.
The method may return null if the contributor is not based on a plugin, if the plugin can't be found, or if the plugin is presently unresolved or uninstalled.
contributor | plugin-based registry contributor |