[vtkusers] cell id from structured grid..

Will Schroeder will.schroeder at kitware.com
Fri Mar 9 06:55:17 EST 2001


At 07:14 PM 3/8/2001 -0500, K.R.Subramanian wrote:

>Is it possible to get the cell id given a point (x, y, z) from a
>structured grid?

Use the FindCell() method (first defined as a virtual function in 
vtkDataSet and reimplemented in vtkPointSet, which is vtkStructuredGrid's 
superclass).

Will





More information about the vtkusers mailing list