[vtkusers] Intersecting a line with vtkImageData/vtkStructuredGrid cells
David Doria
daviddoria at gmail.com
Mon Dec 30 12:52:51 EST 2013
I have a finite line and I want to know all of the cells in either a
vtkImageData or a vtkStructuredGrid that the line passes through.
What I'm looking for is exactly
vtkCellLocator::IntersectWithLine ( double [3], double [3], vtkPoints *,
vtkIdList * cellIds)
but when I try it I get an error:
"The locator class - vtkCellLocator does not yet support this
IntersectWithLine interface"
Does anyone know if there is a VTK-way (other than doing a line-box
intersection test on every cell) to determine which cells are intersected?
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20131230/3c94bf71/attachment.htm>
More information about the vtkusers
mailing list