15 #ifndef __vtkITKImageToImageFilterF3F3_h 16 #define __vtkITKImageToImageFilterF3F3_h 19 #include "vtkImageAlgorithm.h" 20 #include "itkImageToImageFilter.h" 21 #include "itkVTKImageExport.h" 22 #include "itkVTKImageImport.h" 32 Superclass::PrintSelf ( os, indent );
39 typedef itk::Vector<float,3> InputImagePixelType;
56 this->itkImporter = ImageImportType::New();
57 this->itkExporter = ImageExportType::New();
64 this->itkExporter->SetInput ( m_Filter->GetOutput() );
vtkITKImageToImageFilterF3F3(GenericFilterType *filter)
void ConnectPipelines(ITK_Exporter exporter, VTK_Importer *importer)
GenericFilterType::Pointer m_Filter
itk::VTKImageImport< InputImageType > ImageImportType
Abstract base class for connecting ITK and VTK.
static vtkITKImageToImageFilterF3F3 * New()
ImageImportType::Pointer itkImporter
itk::VTKImageExport< OutputImageType > ImageExportType
ImageExportType::Pointer itkExporter
itk::Image< InputImagePixelType, 3 > InputImageType
itk::ImageToImageFilter< InputImageType, OutputImageType > GenericFilterType
void LinkITKProgressToVTKProgress(itk::ProcessObject *process)
BTX.
itk::Vector< float, 3 > OutputImagePixelType
~vtkITKImageToImageFilterF3F3()
itk::Image< OutputImagePixelType, 3 > OutputImageType
void PrintSelf(ostream &os, vtkIndent indent)