[Insight-developers] Mesh size

Luis Ibanez ibanez@cs.unc.edu
Tue, 05 Jun 2001 09:56:19 -0400


There is a method:

   GetNumberOfPoints()

in the itkPointSet class, from which itkMesh derives.
calling it from an itkMesh should work fine.

Luis

-----

> "C. Aaron Cois" wrote:
> 
> Since there is no itkMesh::getNumberOfPoints() or anything like that,
> what is the accepted procedure to get the number of points which an
> itkMesh contains?
> 
> 
> 
>         Aaron