It has a default value assignment... you certainly can't remove that part of it.<div><br><br><div class="gmail_quote">On Wed, Feb 3, 2010 at 2:36 PM, David Doria <span dir="ltr"><<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Looking at functions like this:</div><div><br></div><div>  // Description:</div><div>  // Initialize point interpolation method.</div>
<div>  // Note that pd HAS to be the vtkDataSetAttributes object which</div><div>  // will later be used with InterpolatePoint or InterpolateEdge.</div>
<div>  // ext is no longer used.</div><div>  // If shallowCopyArrays is true, input arrays are copied to the output</div><div>  // instead of new ones being allocated.</div><div>  void InterpolateAllocate(vtkDataSetAttributes* pd, vtkIdType sze=0,</div>

<div>                           vtkIdType ext=1000)</div><div><br></div><div>I'm assuming when they say XYZ is no longer used, it is not removed from the declaration for backwards compatibility purposes - is this correct?</div>

<div><br></div><div>Also, should/can it be wrapped in a vtkNotUsed:</div><div><br></div><div><div>  void InterpolateAllocate(vtkDataSetAttributes* pd, vtkIdType sze=0,</div><div>                           vtkIdType vtkNotUsed(ext))</div>

<div><br></div></div>Thanks,<br><font color="#888888"><br>David<br>
</font><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div><br></div>