[vtkusers] How to Vizualize images with vtk2.2 ?

David E DeMarle dave.demarle at kitware.com
Thu Jan 28 10:31:38 EST 2016


Avoiding the: "Why such an old /*1998*/ version?" and "You should really
update." discussion

The oldest doxygen documentation we have on the server is:
http://www.vtk.org/doc/release/3/html/


David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Thu, Jan 28, 2016 at 8:31 AM, Rozand, Marie (GE Healthcare, consultant) <
marie.rozand at ge.com> wrote:

> Dear all,
>
>
>
> I can’t use newer version of vtk so I would like to know how to vizualize
> an vtkImageData with version 2.2 in c++
>
> I created a vtkImageViewer and gave it my image :
>
> vtkImageViewer * viewer = vtkImageViewer::New();
>
> viewer->SetInput(image);
>
> viewer->Render();
>
>
>
> The problem is that when I run my program it crashes during the Render()
> function. Do I need a kind of Interactor ? If so what is the equivalent
> class name in vtk 2.2 ? Or is it another problem ?
>
>
>
> Furthermore, if someone know where I could find or buy a documentation
> about this old version, it would be great.
>
>
>
> Marie Rozand
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160128/f9955545/attachment.html>


More information about the vtkusers mailing list