I don&#39;t know why GetTuple is pure virtual in vtkDataArray . Though yeah I agree it should theoretically work the same way .<br><br>Darshan<br><br><div class="gmail_quote">On Sun, Aug 22, 2010 at 1:32 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div class="im">On Sun, Aug 22, 2010 at 1:24 PM, Darshan Pai <span dir="ltr">&lt;<a href="mailto:darshanpai@gmail.com" target="_blank">darshanpai@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
David,<br><br>if you are using dataNormals then you can use GetComponent() function to retrieve the normals . This always returns double so you dont really need to know the type . But in case you want to make the class depending on type, I think you can switch using the GetDataTypeAsString function.<br>


<br>Darshan<br><br></blockquote><div> </div></div>Ah cool, GetComponent should do the trick. Is there a reason that there is not a function like</div><div class="gmail_quote"><br></div><div class="gmail_quote">void vtkDataArray::GetTuple(int i, double[3]) ?</div>

<div class="gmail_quote"><br></div><div class="gmail_quote">It is the same idea of always returning a double, but returning the casted values as an array. The components=3 specialization seems reasonable since vtkDoubleArray and vtkFloatArray both alread support it.</div>

<div class="gmail_quote"><br><font color="#888888">David</font></div>
</blockquote></div><br>