[Insight-users] ITK-VTK interface

Luis Ibanez luis.ibanez@kitware.com
Wed, 12 Mar 2003 15:00:18 -0500


Hi Ron,

The interfaces to VTK are available as part
of the InsightApplications cvs module.

You can get a tarball for InsightApplications 1.2
from the download page in

        http://www.itk.org

You will find them in the directory

             Auxiliary/vtk

They are basically two filter-like classes
that:

1) accept an ITK image and produce a VTK image
2) accept a  VTK image and produce an ITK one


What you gain with this classes is to be able
to interconnect ITK pipelines with VTK pipelines.


Please let us know if you have further questions


Thanks


Luis


-------------

Ron Inbar wrote:
> Hi,
> 
>  
> 
> In the Software Guide, Section 3.1, it says:
> 
>  
> 
> Other utilities include a partial DICOM parser,MetaIO file support, png, 
> zlib,
> 
> FLTK / Qt image viewers, _and interfaces to the Visualization Toolkit 
> (VTK) system_.
> 
>  
> 
> How do I access these interfaces?
> 
> What do I gain by using them?
> 
>  
> 
> Ron
> 
>