<div class="gmail_quote">On Sun, Nov 15, 2009 at 10:50 AM, 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I want to get the size of a dimension of a vtkDenseArray. From the documentation it looks like it should be like this:<br><br>  vtkSmartPointer&lt;vtkDenseArray&lt;double&gt; &gt; array = vtkSmartPointer&lt;vtkDenseArray&lt;double&gt; &gt;::New();<br>

  array-&gt;Resize(5,6);<br><br>  //why doesn&#39;t this work? error: &#39;class vtkDenseArray&lt;double&gt;&#39; has no member named &#39;GetExtent&#39;<br>  vtkstd::cout &lt;&lt; array-&gt;GetExtent(0) &lt;&lt; vtkstd::endl;<br>

<br>Where GetExtent(0) should return 5 and GetExtent(1) should return 6. However, I just get this &quot;no member&quot; error as if the function doesn&#39;t even exist. Anyone know why this might be?<br><br clear="all">Thanks,<br>
<font color="#888888">
<br>David<br>
</font></blockquote></div><br>I just needed to update my VTK install.  Is there a way to have Doxygen put a &quot;last edited&quot; date on the documentation so we can know if there is a chance something has been changed since we compiled VTK?<br>

<br clear="all">Thanks,<br><br>David<br>
<br>