[vtkusers] Scalar value minima in PolyData

Kevin H. Hobbs hobbsk at ohiou.edu
Wed Nov 21 08:40:31 EST 2007


Is there a better way to find all of the positions of the scalar value
minima in a PolyData than to :
	loop over all of the points
		loop over all of the cells the point is in
			loop over all of the other points in the cell
				compare the values of the other points to the first points value
		save the points location if it is value is less than all of its neighbor's values.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20071121/6a144844/attachment.pgp>


More information about the vtkusers mailing list