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;