ITK
6.0.0
Insight Toolkit
|
Classes | |
class | itk::VTKImageExportBase::CallbackTypeProxy |
class | itk::VTKImageExport< TInputImage > |
class | itk::VTKImageExportBase |
class | itk::VTKImageImport< TOutputImage > |
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.