<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Is there a way to set point data of a vtkPolyData?<br>
<br>
The help says: <br>
<br>
<i>void vtkFieldData::SetTuple&nbsp; (&nbsp; const vtkIdType&nbsp;&nbsp;&nbsp; i,&nbsp; <br>
&nbsp; const float *&nbsp;&nbsp;&nbsp; tuple <br>
&nbsp;)&nbsp;&nbsp; <br>
&nbsp;Set the tuple value at the ith location. Set operations mean that no range
<br>
checking is performed, so they're faster. </i><i><b>This method should not
be used <br>
if the instance is from a subclass of vtkFieldData&nbsp;</b></i> (vtkPointData
or vtkCellData). <br>
<i>This is because in those cases, the attribute data is stored with the
other fields and <br>
will cause the method to behave in an unexpected way. </i><br>
<br>
So: how can I modify the vectors that are associated to the points of a<br>
vtkPolyData?<br>
<br>
Petru<br>
</body>
</html>