15#ifndef __vtkITKImageToImageFilter2DFF_h
16#define __vtkITKImageToImageFilter2DFF_h
19#include "vtkImageAlgorithm.h"
20#include "itkImageToImageFilter.h"
21#include "itkVTKImageExport.h"
22#include "itkVTKImageImport.h"
56 this->itkImporter = ImageImportType::New();
57 this->itkExporter = ImageExportType::New();
63 m_Filter->SetInput ( this->itkImporter->GetOutput() );
64 this->itkExporter->SetInput (
m_Filter->GetOutput() );
65 this->
vtkCast->SetOutputScalarTypeToFloat ();
float OutputImagePixelType
itk::ImageToImageFilter< InputImageType, OutputImageType > GenericFilterType
GenericFilterType::Pointer m_Filter
itk::Image< InputImagePixelType, 2 > InputImageType
itk::Image< OutputImagePixelType, 2 > OutputImageType
ImageExportType::Pointer itkExporter
itk::VTKImageExport< OutputImageType > ImageExportType
float InputImagePixelType
To/from ITK.
static vtkITKImageToImageFilter2DFF * New()
void PrintSelf(ostream &os, vtkIndent indent)
ImageImportType::Pointer itkImporter
vtkITKImageToImageFilter2DFF(GenericFilterType *filter)
itk::VTKImageImport< InputImageType > ImageImportType
~vtkITKImageToImageFilter2DFF()
vtkITKImageToImageFilter()
ETX.
vtkImageExport * vtkExporter
void LinkITKProgressToVTKProgress(itk::ProcessObject *process)
BTX.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkImageImport * vtkImporter
void ConnectPipelines(ITK_Exporter exporter, VTK_Importer *importer)