23 #ifndef PLUGINTRAINEPIDERMISLABELLING_HH 24 #define PLUGINTRAINEPIDERMISLABELLING_HH 36 #include <QtCore/QtPlugin> 51 void setParameters(
const std::map<std::string,std::string>& parameters);
void run()
Run the plugin.
QString name() const
Get the plugin name.
void setLabellingMainWidget(LabellingMainWidget *parent)
Set the LabellingMainWidget this plugin will act on.
PluginTrainEpidermisLabelling()
void abort()
Abort the plugin.
~PluginTrainEpidermisLabelling()
void setParameters(const std::map< std::string, std::string > ¶meters)
Set plugin-specific parameters.
labelling plugin interface.
The abstract plugin interface all plugins must inherit from.