ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::VTKImageExportBase::CallbackTypeProxy |
Provide compatibility between VTK 4.4 and earlier versions. More... | |
class | itk::VTKImageExport< TInputImage > |
Connect the end of an ITK image pipeline to a VTK pipeline. More... | |
class | itk::VTKImageExportBase |
Superclass for VTKImageExport instantiations. More... | |
class | itk::VTKImageImport< TOutputImage > |
Connect the end of an VTK pipeline to an ITK image pipeline. More... | |
This module contains classes intended to interconnect ITK and VTK (The Visualization Toolkit). It is common to combine these two toolkits for the purpose of integrating in a single application the image analysis functionalities of ITK with the visualization functionalities of VTK. In particular, you will find here the classes that enable you to convert an itkImage into an vtkImageData, and to convert a vtkImageData into an itk::Image, all without having to duplicate their buffers.