[vtkusers] missing vtkActor::Update()

David Gobbi dgobbi at irus.rri.ca
Fri Jan 25 15:13:23 EST 2002


Hi Mike,

Just trace back along the pipeline:

  actor->GetMapper()->GetInput()->Update()
  if (actor->GetTexture()) {
     ... update texture ...
  }

 - David

--
  David Gobbi, MSc                       dgobbi at irus.rri.ca
  Advanced Imaging Research Group
  Robarts Research Institute, University of Western Ontario

On Fri, 25 Jan 2002, mshore wrote:

> The code I'm working with makes a call to vtkActor::Update(), I'm presuming to
> update the pipeline and actor components before it updates the renderer
> (which, since this is vtk2CAVE, is not the vtkRenderer). I can find the method
> in 3.2, but not in 4.0. I'm assuming it has been eliminated, but wonder now
> what to replace with.
>
> Thanks
> Mike Shore
> DIVERSE Project, Virginia Tech
>
>
> _______________________________________________
> 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