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

Method FindCell

Common/DataModel/vtkAbstractCellLocator.cxx:227–232  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

225
226//------------------------------------------------------------------------------
227vtkIdType vtkAbstractCellLocator::FindCell(double x[3])
228{
229 this->UpdateInternalWeights();
230 double dist2 = 0, pcoords[3];
231 return this->FindCell(x, dist2, this->GenericCell, pcoords, this->Weights.data());
232}
233
234//------------------------------------------------------------------------------
235vtkIdType vtkAbstractCellLocator::FindCell(

Callers

nothing calls this directly

Calls 3

UpdateInternalWeightsMethod · 0.95
dataMethod · 0.45
GetClassNameMethod · 0.45

Tested by

no test coverage detected