[vtk-developers] Fixed vtkInteractorStyleTrackball*

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Thu Mar 14 10:32:27 EST 2002


>>>>> "MH" == Michael Halle <halazar at media.mit.edu> writes:

    MH> What does Set/GetStillUpdateRate mean?  Does it mean "actual
    MH> update rate" (in contrast to "DesiredUpdateRate")? If so,
    MH> could the name be changed to ActualUpdateRate?

    MH> Thanks for the clarification.

I think the vtkRenderWindow documentation should help here:

http://public.kitware.com/VTK/doc/nightly/html/classvtkRenderWindow.html

Look at the Get/SetDesiredUpdateRate method.  The
vtkRenderWindowInteractor also has the StillUpdateRate method.  I just
wanted to mimic these methods for the Python widgets.

prabhu



More information about the vtk-developers mailing list