MCPcopy Create free account
hub / github.com/Kitware/VTK / FindCellsAlongLine

Method FindCellsAlongLine

Common/DataModel/vtkAbstractCellLocator.cxx:212–216  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

210
211//------------------------------------------------------------------------------
212void vtkAbstractCellLocator::FindCellsAlongLine(
213 const double p1[3], const double p2[3], double tolerance, vtkIdList* cells)
214{
215 this->IntersectWithLine(p1, p2, tolerance, nullptr, cells, nullptr);
216}
217
218//------------------------------------------------------------------------------
219void vtkAbstractCellLocator::FindCellsAlongPlane(const double vtkNotUsed(o)[3],

Callers 9

IsInsideMethod · 0.80
TestFindCellsAlongLineFunction · 0.80
TestLocatorFunction · 0.80
IsInsideSurfaceMethod · 0.80
operator()Method · 0.80
IntersectCellsMethod · 0.80
operator()Method · 0.80

Calls 1

IntersectWithLineMethod · 0.95

Tested by 3

TestFindCellsAlongLineFunction · 0.64
TestLocatorFunction · 0.64