<div class="gmail_quote">On Sun, Nov 15, 2009 at 10:50 AM, 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="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<vtkDenseArray<double> > array = vtkSmartPointer<vtkDenseArray<double> >::New();<br>
array->Resize(5,6);<br><br> //why doesn't this work? error: 'class vtkDenseArray<double>' has no member named 'GetExtent'<br> vtkstd::cout << array->GetExtent(0) << vtkstd::endl;<br>
<br>Where GetExtent(0) should return 5 and GetExtent(1) should return 6. However, I just get this "no member" error as if the function doesn'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 "last edited" 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>