[vtkusers] How to drag the vtkImagePlaneWidget along the three orthogonal axis(x,y and z)

Dean Inglis inglis.dl at gmail.com
Thu Apr 25 09:29:48 EDT 2013


instantiate a vtkImageActor in a separate renderer / renderwindow and set
its input to the vtkImageData returned
from vtkImagePlaneWidget method GetResliceOutput() .  You may have to
create and add a callback to the widget
to listen for interaction events during which you can force vtkImageActor
to Update() and render.

best regards,
Dean


On Wed, Apr 24, 2013 at 10:41 PM, ljp19890525 <ljp19890525 at 163.com> wrote:

> **
> Hi ,
> I try to build the slice view of volumes  in
> the   three orthogonal axis(x,y and z) by vtkImagePlaneWidget ,BUT how  to
> set the communication between vtkImagePlaneWidget object and volume?
> How the show the cutting plane  in real time  when dragging the
> vtkImagePlaneWidget?
> Thanks a lot!!!!!
>
> ------------------------------
> ljp19890525
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130425/21682113/attachment.htm>


More information about the vtkusers mailing list