After a brief chat with Darshan on the users list, we would like to propose adding a function to vtkDataArray:<div><br>void vtkDataArray::GetTuple(int i, double[3])</div><div><br>It would work the same way that </div><div>
<br>double vtkDataArray::GetComponent(int,int) </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br>currently works in the sense that no matter the underlying data type it would return a double. The idea is to be able to get a double array of a tuple from either a vtkDoubleArray or a vtkFloatArray.<br>
<br></div><div>Thoughts?<br><br></div><div>Thanks,<br><br>David<br>
</div>