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

Method GetRegionContainingPoint

Common/DataModel/vtkKdTree.cxx:4179–4182  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4177
4178//------------------------------------------------------------------------------
4179int vtkKdTree::GetRegionContainingPoint(double x, double y, double z)
4180{
4181 return vtkKdTree::findRegion(this->Top, x, y, z);
4182}
4183//------------------------------------------------------------------------------
4184int vtkKdTree::MinimalNumberOfConvexSubRegions(vtkIntArray* regionIdList, double** convexSubRegions)
4185{

Callers 7

FindPointMethod · 0.95
FindClosestPointMethod · 0.95
AssignGlobalNodeIdsMethod · 0.45
GetGhostPointIdsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected