<p dir="ltr">The new names don't make much sense to me.</p>
<div class="gmail_quote">On Mar 23, 2016 8:51 PM, "David Gobbi" <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 23, 2016 at 8:55 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Recently the API for vtkAOSDataArrayTemplate was changed.<br>
<br>
Set/Get/Insert/InsertNextTupleValue was changed to<br>
Set/Get/Insert/InsertNextTypedTuple.<br>
<br>
What was the purpose of the name change?<br>
<br>
There are 13 c++ wiki examples that use the old API. I will need to<br>
#if the changed code so that it will still compile with older vtk<br>
versions. I do not turn on legacy options for the examples.<br>
<br>
Seems like an arbitrary change to me.<br>
</blockquote></div><br></div><div class="gmail_extra">I was bitten by this as well.  But I can understand the rationale</div><div class="gmail_extra">behind the change.  The old name made little sense.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Actually, I recommend going even further: add new methods</div><div class="gmail_extra">called GetTypedValue() et al. and deprecate GetValue() et al.</div><div class="gmail_extra">Then, for VTK 8, I would love to see these method appear:</div><div class="gmail_extra"><br></div><div class="gmail_extra">  double vtkDataArray::GetValue()</div><div class="gmail_extra">  vtkIdType vtkAbstractArray::GetNumberOfValues()</div><div class="gmail_extra"><br></div><div class="gmail_extra">I would really like GetNumberOfValues() to make a comeback.</div><div class="gmail_extra"><br></div><div class="gmail_extra"> - David</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>
</blockquote></div>