[Insight-users] get VTK and ITK in the same tcl environment
Luis Ibanez
luis.ibanez at kitware.com
Fri, 30 Apr 2004 21:15:12 -0400
Hi Haoning,
The easy way to get ITK and VTK together in the
same Tcl environment is the following:
A) Use VTK natural wrapping (not CSwig)
B) Use ITK CSwig wrapping
C) Wrap the auxiliary classes in
InsightApplications/ConnectVTKITK
D) Follow the example illustrated in
Insight/Examples/Visualization
Regards,
Luis
----------------
Haoning Fu wrote:
> Hi Luis,
>
> We are thinking about 3 ways to wrap ITK, VTK, and Our own Codes all
> together:
>
> 1. use Cable to wrapper VTK's and our codes, and let them talk to ITK
>
> 2. Modify ITK's and our codes so that they can be precessed by VTK
> wrapper parsers.
>
> 3. Modidy VTK wrapper parsers to accept ITK and our codes
>
> Which strategy do you think is the best? I have been working on the 3rd
> options for a couple of days.
> It looks like that it will take long time to make everything correct.
>
> Do you have other options? Thank you for your suggestions.
>
> We are really enjoying ITK!
>
> Regards
>