[vtkusers] remove points from vtkUnstructuredGrid
Burlen
burlen at apollo.sr.unh.edu
Tue Jan 2 13:48:23 EST 2007
Hi, how can one delete or remove a specific point from an unstructured grid
data set? is it possible?
I was hoping to process the dataset like:
for(i=0; i<nPoints; ++i )
{
double *thisPoint = data->GetPoint(i);
// do stuff
data->RemovePoint(i);
}
--
Burlen Loring
Space Science Center
Institute for the Study of Earth, Oceans, and Space
University of New Hampshire
39 College Road, Durham, NH 03824
Phone: 603-862-1140
More information about the vtkusers
mailing list