[vtkusers] move points from vtkUnstructuredGridReader
    Seth Gilchrist 
    seth at mech.ubc.ca
       
    Wed Nov  9 13:29:43 EST 2011
    
    
  
If you want to change only one point you can use:
vtkUnstructuredGrid::GetPoints()::SetPoint( vtkIdType id, const float x[3])
OR (vtkIdType id, const double x[3) OR (vtkIdType id, double x, double y,
double z)
Seth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111109/9e40ee00/attachment.htm>
    
    
More information about the vtkusers
mailing list