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

Method IntersectWithLine

Common/DataModel/vtkAbstractCellLocator.cxx:103–108  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101
102//------------------------------------------------------------------------------
103int vtkAbstractCellLocator::IntersectWithLine(const double p1[3], const double p2[3], double tol,
104 double& t, double x[3], double pcoords[3], int& subId)
105{
106 vtkIdType cellId = -1;
107 return this->IntersectWithLine(p1, p2, tol, t, x, pcoords, subId, cellId);
108}
109
110//------------------------------------------------------------------------------
111int vtkAbstractCellLocator::IntersectWithLine(const double p1[3], const double p2[3], double tol,

Callers 1

FindCellsAlongLineMethod · 0.95

Calls 1

GetClassNameMethod · 0.45

Tested by

no test coverage detected