[vtkusers] Size of an array

Maik Beckmann beckmann.maik at googlemail.com
Sun Oct 26 14:24:28 EDT 2008


2008/10/26 B. C. <butterfly.1688 at yahoo.fr>:
> Hi everyone.
> Can someone tell me what function to use to have the size of a vtkDataArray?
> GetSize() don't return the size of the array, but the size of the data
> contained on it.

1. click this: http://www.vtk.org/doc/release/5.2/html/
2. click "Classes" at the nav-bar (on top of the site)
3. enter "vtkDataArray" at the find dialog of your browser
4. click at the result
6. Look at the inheritance diagram.  Click at the vtkAbstractArray
5. See if "GetNumberOfTuples" is what you are looking for.

quick link: http://tinyurl.com/5e8ymr


 -- Maik



More information about the vtkusers mailing list