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

Method Search

Common/DataModel/vtkHyperTreeGridGeometricLocator.cxx:45–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43
44//------------------------------------------------------------------------------
45vtkIdType vtkHyperTreeGridGeometricLocator::Search(const double point[3])
46{
47 vtkNew<vtkHyperTreeGridNonOrientedGeometryCursor> cursor;
48 return this->Search(point, cursor);
49}
50
51//------------------------------------------------------------------------------
52vtkIdType vtkHyperTreeGridGeometricLocator::Search(

Callers 12

FindCellMethod · 0.95
runOutsidePointSearchFunction · 0.80
runOuterEdgeSearchFunction · 0.80
runMaskedPointSearchFunction · 0.80
runAllMaskedPointSearchFunction · 0.80
runPointSearchFunction · 0.80
runIntersectWithPointsFunction · 0.80
TestLocatorToleranceFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
ExecuteMethod · 0.80

Calls 8

RecursiveSearchMethod · 0.95
FindDichotomicXMethod · 0.80
FindDichotomicYMethod · 0.80
FindDichotomicZMethod · 0.80
GetCellDimsMethod · 0.45
GetTreeMethod · 0.45

Tested by 8

runOutsidePointSearchFunction · 0.64
runOuterEdgeSearchFunction · 0.64
runMaskedPointSearchFunction · 0.64
runAllMaskedPointSearchFunction · 0.64
runPointSearchFunction · 0.64
runIntersectWithPointsFunction · 0.64
TestLocatorToleranceFunction · 0.64