[Insight-users] view .vtk file and select slice

Luis Ibanez luis.ibanez at kitware.com
Mon, 23 Feb 2004 18:46:28 -0500


Hi Ivers,

The simplest way is to use the vtkImageViewer2

http://www.vtk.org/doc/nightly/html/classvtkImageViewer2.html

Note the method SetZSlice()

Please look at the tutorials for an example:

   http://www.itk.org/HTML/Tutorials.htm

In particular to

   http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf


Regards,


   Luis



-------------
petz a wrote:

> hi,
>  
> i have created a volume of slices with the file extenstion .vtk, and i 
> want to view it in vtk and interactively select the slices that i want 
> to work with in run time, how can i do it
>  
> Thank you
> Ivers
>