[vtkusers] Is it possible to realize Shear-Warp Factorization algorithm in VTK

Lisa Avila lisa.avila at kitware.com
Tue Feb 19 00:35:28 EST 2002


Hello Jianlong,

VTK does not yet have a Shear-Warp algorithm. If you are volunteering to 
write one, then the place to start would be subclassing vtkVolumeMapper. 
During the Render() method you will 1) gather all the necessary information 
from the renderer, active camera, volume, volume property, etc., 2) render 
the volume into an image using the Shear-Warp algorithm, and 3) display 
that image using OpenGL in accordance with the current camera parameters 
(which means you will also need an OpenGL specific subclass of your mapper).

Lisa




At 11:08 AM 2/17/2002, Jianlong Zhou wrote:
>hi, all,
>Is it possible to realize Shear-Warp Factorization algorithm in VTK? If 
>yes, how to
>realize it? By the way, how to improve the rendering performance in vtk 
>program?
>
>Thank you in advance.
>Best regards,
>Jianlong
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: 
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list