 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
25 #ifndef __itkVTKImageToImageFilter_h
26 #define __itkVTKImageToImageFilter_h
29 #include "itkVTKImageImport.h"
32 #include "vtkImageExport.h"
33 #include "vtkImageData.h"
34 #include "vtkSmartPointer.h"
36 #ifndef vtkFloatingPointType
37 #define vtkFloatingPointType float
57 template <
class TOutputImage >
83 void SetInput(vtkSmartPointer<vtkImageData>);
88 vtkSmartPointer<vtkImageExport> GetExporter()
const;
104 void operator=(
const Self&);
107 vtkSmartPointer<vtkImageExport> m_Exporter;
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkVTKImageToImageFilter.txx"
OutputImageType::ConstPointer OutputImagePointer
Definition: itkVTKImageToImageFilter.h:73
SmartPointer< Self > Pointer
Definition: itkVTKImageToImageFilter.h:62
TOutputImage OutputImageType
Some typedefs.
Definition: itkVTKImageToImageFilter.h:72
copyrightTextMapper SetInput(" CamiTK\n(c) TIMC - IMAG")
ImporterFilterType::Pointer ImporterFilterPointer
Definition: itkVTKImageToImageFilter.h:75
SmartPointer< const Self > ConstPointer
Definition: itkVTKImageToImageFilter.h:63
Definition: itkImageToVTKImageFilter.h:38
ProcessObject Superclass
Definition: itkVTKImageToImageFilter.h:61
Converts a VTK image into an ITK image and plugs a vtk data pipeline to an ITK datapipeline.
Definition: itkVTKImageToImageFilter.h:57
VTKImageImport< OutputImageType > ImporterFilterType
Definition: itkVTKImageToImageFilter.h:74