[vtkusers] Where is vtkVolumeRayCastMIPFunction::CastRay called from?

Lisa Sobierajski Avila lisa.avila at kitware.com
Sat Dec 16 20:51:29 EST 2000


Hello Wolfram,

Oops - out of date documentation. The CastRay function is called from 
vtkVolumeRayCastMapper::CastViewRay() which is itself called from 
RayCast_RenderImage (a threaded function within vtkRayCaster). The 
vtkRayCaster is a helper object of the vtkRenderer.

In the past, the image was cast by the vtkVolumeRayCastMapper. This mapper 
returned an entire image. Not the pixel-by-pixel loop is driven by the 
vtkRayCaster, and the vtkVolumeRayCastMapper returns a pixel at a time.

Hope this helps.

Lisa



At 05:03 AM 12/16/2000, Wolfram H Volpi wrote:
>Does any one know where vtkVolumeRayCastMIPFunction::CastRay is called
>from?
>
>The in-line documentation says:
>// This is called from RenderAnImage (in vtkDepthPARCMapper.cxx)
>
>Where is vtkDepthPARCMapper.cxx?  I can not find it.
>
>Thanks for your help,
>Wolfv.
>
>
>_______________________________________________
>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