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

Method FindInLocators

Filters/FlowPaths/vtkLagrangianBasicIntegrationModel.cxx:674–681  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

672
673//------------------------------------------------------------------------------
674bool vtkLagrangianBasicIntegrationModel::FindInLocators(double* x, vtkLagrangianParticle* particle)
675{
676 vtkIdType cellId;
677 vtkDataSet* dataset;
678 vtkAbstractCellLocator* loc;
679 double* weights;
680 return this->FindInLocators(x, particle, dataset, cellId, loc, weights);
681}
682
683//------------------------------------------------------------------------------
684bool vtkLagrangianBasicIntegrationModel::FindInLocators(

Callers 6

FunctionValuesMethod · 0.95
GenerateParticlesMethod · 0.80
ComputeCellLengthMethod · 0.80
GenerateParticlesMethod · 0.80
ReceiveParticlesMethod · 0.80

Calls 7

FindInLocatorMethod · 0.95
copyFunction · 0.50
emptyMethod · 0.45
dataMethod · 0.45
GetCellMethod · 0.45
EvaluatePositionMethod · 0.45
sizeMethod · 0.45

Tested by 1