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