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

Method WhoHas

Filters/Parallel/vtkPKdTree.cxx:1068–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066 }
1067}
1068int vtkPKdTree::WhoHas(int pos)
1069{
1070 if ((pos < 0) || (pos >= this->TotalNumCells))
1071 {
1072 return -1;
1073 }
1074 return _whoHas(0, this->NumProcesses - 1, pos);
1075}
1076float* vtkPKdTree::GetLocalVal(int pos)
1077{
1078 if ((pos < this->StartVal[this->MyId]) || (pos > this->EndVal[this->MyId]))

Callers 5

DivideRegionMethod · 0.95
ExchangeValsMethod · 0.95
_selectMethod · 0.95
SelectMethod · 0.95
PartitionSubArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected