[vtkusers] Offscreen rendering pipeline

Malcolm Drummond malcolm at geovision.co.za
Thu Aug 15 08:01:27 EDT 2002


Hi Martin

You can use a vtkPolyDataWriter as your sink - the Write command would cause
propagation of an update through the pipeline. Otherwise just use an Update
command on the last filter. Either way, no rendering required.

Malcolm

----- Original Message -----
From: Martin Thornalley <martin_thornalley at hotmail.com>
To: <vtkusers at public.kitware.com>
Sent: Thursday, August 15, 2002 1:11 PM
Subject: [vtkusers] Offscreen rendering pipeline


>
> I was wondering if it possible to create a rendering pipeline that is not
> attached to a renderwindow.  I have a series of polydata datasets that I
> wish to register using the vtkIterativeClosestPointTransform class and
> following the registration obtain the number of iterations and mean
> distance.  I'd rather not do all this is a renderwindow if I can help it
as
> I don't need to display the data at this stage.  I have succeeded in doing
> this within a vtkRenderWindow and set the opacity of all actors to 0 so
that
> nothing is visible but I'd rather not have to create the vtkRenderWindow
at
> all.
>
> Any suggestions?
>
>
> Thanks,
> Martin Thornalley.
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
> _______________________________________________
> 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