[vtkusers] move points from vtkUnstructuredGridReader

David Doria daviddoria at gmail.com
Tue Nov 8 12:10:10 EST 2011


On Tue, Nov 8, 2011 at 12:03 PM, pablo p del castillo
<pablodecastillo at yahoo.es> wrote:
> Hello,
> Is it possible to move points (change coordinate positions)
> from vtkUnstructuredGridReader??, i mean like SetPoints in vtkPolydata.
> Thanks

Yep,

reader->GetOutput()->SetPoints(vtkPoints*)

David



More information about the vtkusers mailing list