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

Method FindPoint

Common/DataModel/vtkKdTree.cxx:2101–2104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2099
2100//------------------------------------------------------------------------------
2101vtkIdType vtkKdTree::FindPoint(double x[3])
2102{
2103 return this->FindPoint(x[0], x[1], x[2]);
2104}
2105
2106//------------------------------------------------------------------------------
2107vtkIdType vtkKdTree::FindPoint(double x, double y, double z)

Callers 15

FindPointFunction · 0.45
test_rg3dFunction · 0.45
test_rg2d_xyFunction · 0.45
test_rg2d_xzFunction · 0.45
test_rg2d_yzFunction · 0.45
test_rg1d_xFunction · 0.45
test_rg1d_yFunction · 0.45
test_rg1d_zFunction · 0.45
TestOIDFunction · 0.45
TestOUG_1dxFunction · 0.45
TestOUG_1dyFunction · 0.45
TestOUG_1dzFunction · 0.45

Calls 2

GetNumberOfPointsMethod · 0.45

Tested by 15

test_rg3dFunction · 0.36
test_rg2d_xyFunction · 0.36
test_rg2d_xzFunction · 0.36
test_rg2d_yzFunction · 0.36
test_rg1d_xFunction · 0.36
test_rg1d_yFunction · 0.36
test_rg1d_zFunction · 0.36
TestOIDFunction · 0.36
TestOUG_1dxFunction · 0.36
TestOUG_1dyFunction · 0.36
TestOUG_1dzFunction · 0.36
TestOUG_2dxyFunction · 0.36