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

Method FindCell

Accelerators/Vtkm/DataModel/vtkmDataSet.cxx:287–292  ·  view source on GitHub ↗

non thread-safe version

Source from the content-addressed store, hash-verified

285
286// non thread-safe version
287vtkIdType vtkmDataSet::FindCell(
288 double x[3], vtkCell*, vtkIdType, double, int& subId, double pcoords[3], double* weights)
289{
290 // just call the thread-safe version
291 return this->FindCell(x, nullptr, nullptr, -1, 0.0, subId, pcoords, weights);
292}
293
294// thread-safe version
295vtkIdType vtkmDataSet::FindCell(double x[3], vtkCell*, vtkGenericCell*, vtkIdType, double,

Callers 1

TestDataSetsFunction · 0.45

Calls 6

GetCellMethod · 0.95
GetMTimeMethod · 0.45
resetMethod · 0.45
UpdateMethod · 0.45
PrepareForExecutionMethod · 0.45
EvaluatePositionMethod · 0.45

Tested by 1

TestDataSetsFunction · 0.36