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 * > );