[vtkusers] Help:How to change the coordinates of points of vtkPolyData without using any vtk...Filter?

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Sat Sep 29 10:11:37 EDT 2001


hi,

    Tsai> Hi vtkusers=A3=AC=A3=A1 I want to change the coordinates of
    Tsai> points of vtkPolyData= dynamically.I have realized with
    Tsai> vtkProgrammableFilter.  But how can i do this without using
    Tsai> any vtk...Filter?

Well without vtk filters you might have to do it by hand or change it
before you put the points into vtk.  If you want to move data inside
vtk then you should look at vtkTransformFilter.

prabhu



More information about the vtkusers mailing list