<div class="gmail_quote">On Wed, Feb 3, 2010 at 2:41 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Not in this case since you have assign a default value to it.<br>
<br>
Utkarsh<br>
<div><div></div><div><br>
On Wed, Feb 3, 2010 at 2:36 PM, David Doria <<a href="mailto:daviddoria%2Bvtk@gmail.com" target="_blank">daviddoria+vtk@gmail.com</a>> wrote:<br>
> Looking at functions like this:<br>
>   // Description:<br>
>   // Initialize point interpolation method.<br>
>   // Note that pd HAS to be the vtkDataSetAttributes object which<br>
>   // will later be used with InterpolatePoint or InterpolateEdge.<br>
>   // ext is no longer used.<br>
>   // If shallowCopyArrays is true, input arrays are copied to the output<br>
>   // instead of new ones being allocated.<br>
>   void InterpolateAllocate(vtkDataSetAttributes* pd, vtkIdType sze=0,<br>
>                            vtkIdType ext=1000)<br>
> I'm assuming when they say XYZ is no longer used, it is not removed from the<br>
> declaration for backwards compatibility purposes - is this correct?<br>
> Also, should/can it be wrapped in a vtkNotUsed:<br>
>   void InterpolateAllocate(vtkDataSetAttributes* pd, vtkIdType sze=0,<br>
>                            vtkIdType vtkNotUsed(ext))<br>
> Thanks,<br>
><br>
> David<br>
></div><div><br></div></div></blockquote><div><br></div><div>I followed it through a little bit and it eventually gets to </div><div class="gmail_quote"><br></div>newAA->Allocate(sze,ext);</div><div class="gmail_quote">

<br></div><div class="gmail_quote">So it IS used then, right? Should it say something more like "The default value of ext=1000 is almost always appropriate"?</div><div class="gmail_quote"><br></div><div class="gmail_quote">
I'm really not trying to nit pick, I just think if we remove the confusion every time we come across it things will eventually all be clear.</div><div class="gmail_quote"><br clear="all">Thanks,<br><br><div>David</div>
</div>