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

Method GetKdtree

Filters/Parallel/vtkDistributedDataFilter.cxx:101–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

99
100//------------------------------------------------------------------------------
101vtkPKdTree* vtkDistributedDataFilter::GetKdtree()
102{
103 if (this->Kdtree == nullptr)
104 {
105 this->Kdtree = vtkPKdTree::New();
106 this->Kdtree->AssignRegionsContiguous();
107 this->Kdtree->SetTiming(this->GetTiming());
108 }
109
110 return this->Kdtree;
111}
112
113//------------------------------------------------------------------------------
114void vtkDistributedDataFilter::SetBoundaryMode(int mode)

Callers 1

ExecuteMethod · 0.80

Calls 2

NewFunction · 0.50

Tested by

no test coverage detected