40 #ifndef __QCellPreprocess_h
41 #define __QCellPreprocess_h
43 #include "vtkSmartPointer.h"
44 #include "vtkImageData.h"
45 #include "vtkImageImport.h"
46 #include "vtkImageExport.h"
49 #include "itkVTKImageExport.h"
50 #include "itkVTKImageImport.h"
52 #include "ui_CellPreprocess.h"
54 #include <vnl/vnl_matrix.h>
55 #include <vnl/vnl_vector.h>
60 private Ui::CellPreprocessWidget
78 void SetInput(std::vector< vtkImageData * > & iImg);
80 std::vector< vtkImageData * >
GetOutput();
83 void Done(std::vector< vtkImageData * > );
PreprocessFilterType::Pointer PreprocessFilterPointer
void on_RadiusSlider_sliderReleased()
void SetMembraneDataType(bool x)
SmartPointer< Self > Pointer
ImageExportType::Pointer ImageExportPointer
std::vector< vtkImageData * > m_VTKOutput
void on_singleChRadioButton_clicked()
std::vector< vtkImageData * > GetOutput()
itk::VTKImageExport< InputImageType > ImageExportType
void on_RadiusSpinBox_valueChanged()
void SetInput(std::vector< vtkImageData * > &iImg)
itk::VTKImageImport< InputImageType > ImageImportType
virtual ~QCellPreprocess()
void Preprocess(unsigned int i)
std::vector< vtkImageData * > m_VTKInput
void on_GlobalResetButton_clicked()
itk::Image< unsigned char, 3 > InputImageType
void Done(std::vector< vtkImageData * >)
ImageImportType::Pointer ImageImportPointer
InputImageType::Pointer InputImagePointer
void on_allChRadioButton_clicked()
void on_GlobalApplyButton_clicked()
QCellPreprocess(QWidget *iParent=0)
QCellPreprocess operator=(const QCellPreprocess &)
itk::CellPreprocess< InputImageType, InputImageType > PreprocessFilterType