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

Method findRegion

Common/DataModel/vtkKdTree.cxx:3579–3583  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3577
3578//------------------------------------------------------------------------------
3579int vtkKdTree::findRegion(vtkKdNode* node, float x, float y, float z)
3580{
3581 return vtkKdTree::findRegion(
3582 node, static_cast<double>(x), static_cast<double>(y), static_cast<double>(z));
3583}
3584
3585//------------------------------------------------------------------------------
3586int vtkKdTree::findRegion(vtkKdNode* node, double x, double y, double z)

Callers

nothing calls this directly

Calls 1

ContainsPointMethod · 0.45

Tested by

no test coverage detected