Hi<br>
<br>
Is there a way of converting from a vtkDataArray to a vtkDataSet? I have
 texture coord data in the form of a vtkDataArray 
(vtkPolyData()-&gt;GetPointData()-&gt;GetTCoords()) and want to use 
vtkTransformTextureCoords to alter the data, but it requires it in the 
vtkDataSet form.<br>
<br>
Thanks