ITK  4.4.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKVTK
+ Collaboration diagram for Module ITKVTK:

Classes

class  itk::VTKImageExportBase::CallbackTypeProxy
 
class  itk::VTKImageExport< TInputImage >
 
class  itk::VTKImageExportBase
 
class  itk::VTKImageImport< TOutputImage >
 

Detailed Description

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.

Dependencies: