[vtkusers] GetCellNeighbors in for loop

pjozog pjozog at gmail.com
Mon Feb 2 11:54:19 EST 2015


Ah I get it now.  GetCellNeighbors () alters the interal traversal location
of the vtkCellArray of polys.

You have to store the current traversal location before calling
GetCellNeighbors, then set it back once it returns.

That being said, if someone knows a vtk routine that gets all polygons in a
vtkPolyData object that don't have a neighbor on at least one of their
edges, please let me know.



--
View this message in context: http://vtk.1045678.n5.nabble.com/GetCellNeighbors-in-for-loop-tp5730274p5730282.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list