45 Q_EXPORT_PLUGIN2(QGoIdentityImageFilterPlugin,
medianplugin)
49 this->SetAllRequiredInformation();
51 QObject::connect( preprocess, SIGNAL( Done(std::vector< vtkImageData * > ) ),
52 this, SIGNAL( Done(std::vector< vtkImageData * > ) ) );
65 std::vector< QAction * > oActionList;
66 oActionList.push_back(action);
91 std::list< GoFigure::TabDimensionType >
94 std::list< GoFigure::TabDimensionType > oCompatibility;
98 return oCompatibility;
106 std::cout <<
"medianplugin::Process" << std::endl;
QString tr(const char *sourceText, const char *disambiguation, int n)
PluginInformationBase m_Information
contains all information related to the plugin.
std::vector< vtkImageData * > m_VTKInput
void SetInput(std::vector< vtkImageData * > &iImg)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)