[Insight-users] get VTK and ITK in the same tcl environment

Luis Ibanez luis.ibanez at kitware.com
Tue, 27 Apr 2004 20:29:07 -0400


Hi Haoning,


VolView is integrated with ITK methods by using plugins.
You will find the source code of the plugins under

     InsightApplications/VolviewPlugins

You only need ITK in order to compile the plugins.

Once you are done, simply copy the resulting shared
libraries in the /Plugins subdirectory of the VolView
installation.

The Plugins will appear in the "Filters" menu of
VolView.


   Regards,


     Luis


-------------------
Haoning Fu wrote:

> hi, itkusers, vtkusers and Dr. Luis:
> 
> Has anyone wrapped VTK successfully using ITK Cable?
> 
> It is also very interesting to know how Volview works with ITK.
> 
> Would you please suggest a "clean" way to wrap VTK, ITK and other 
> third-party libraries together?
> 
> Thanks