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

Method BuildLocatorFromPoints

Common/DataModel/vtkKdTree.cxx:1671–1674  ·  view source on GitHub ↗

------------------------------------------------------------------------------ K-d tree from points, for finding duplicate and near-by points

Source from the content-addressed store, hash-verified

1669// K-d tree from points, for finding duplicate and near-by points
1670//
1671void vtkKdTree::BuildLocatorFromPoints(vtkPointSet* pointset)
1672{
1673 this->BuildLocatorFromPoints(pointset->GetPoints());
1674}
1675
1676//------------------------------------------------------------------------------
1677void vtkKdTree::BuildLocatorFromPoints(vtkPoints* ptArray)

Callers 8

BuildLocatorInternalMethod · 0.80
TestKdTreePointLocatorFunction · 0.80
TestKdTreeFunctionsFunction · 0.80
TestKdTreeRepresentationFunction · 0.80
TestKdTreeBoxSelectionFunction · 0.80
RequestDataMethod · 0.80
FindGlobalPointIdsMethod · 0.80

Calls 15

FreeSearchStructureMethod · 0.95
ClearLastBuildCacheMethod · 0.95
DivideRegionMethod · 0.95
BuildRegionListMethod · 0.95
SetCalculatorMethod · 0.95
NewFunction · 0.50
minFunction · 0.50
maxFunction · 0.50
GetPointsMethod · 0.45
GetNumberOfPointsMethod · 0.45
GetBoundsMethod · 0.45
SetBoundsMethod · 0.45

Tested by 4

TestKdTreePointLocatorFunction · 0.64
TestKdTreeFunctionsFunction · 0.64
TestKdTreeRepresentationFunction · 0.64
TestKdTreeBoxSelectionFunction · 0.64