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

Method SingleProcessBuildLocator

Filters/Parallel/vtkPKdTree.cxx:595–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void vtkPKdTree::SingleProcessBuildLocator()
596{
597 SCOPETIMER("SingleProcessBuildLocator");
598
599 vtkKdTree::BuildLocator();
600
601 this->TotalNumCells = this->GetNumberOfCells();
602
603 if (this->RegionAssignment != vtkPKdTree::NoRegionAssignment)
604 {
605 this->UpdateRegionAssignment();
606 }
607}
608
609typedef struct vtkNodeInfo_
610{

Callers 1

BuildLocatorMethod · 0.95

Calls 3

BuildLocatorFunction · 0.85
GetNumberOfCellsMethod · 0.45

Tested by

no test coverage detected