[vtkusers] Remove all actors

David Doria daviddoria+vtk at gmail.com
Tue Dec 15 09:48:44 EST 2009


On Tue, Dec 15, 2009 at 9:44 AM, KS Jothybasu <jothybasu at gmail.com> wrote:
> Hi all,
>
> Is there any method to remove all actors from the renderer rather than
> Renderer.RemoveActor(actor)?
>
> Thanks
>
> Jothy
>
>
>

Please see:
http://www.cmake.org/Wiki/Hide_all_actors

  renderer->RemoveAllViewProps();

Thanks,

David



More information about the vtkusers mailing list