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

Method AllocateSelectBuffer

Filters/Parallel/vtkPKdTree.cxx:2310–2314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2308}
2309
2310void vtkPKdTree::AllocateSelectBuffer()
2311{
2312 std::fill(this->SelectBuffer.begin(), this->SelectBuffer.end(), 0);
2313 this->SelectBuffer.resize(this->NumProcesses * 10, 0);
2314}
2315void vtkPKdTree::FreeSelectBuffer()
2316{
2317 this->SelectBuffer.clear();

Callers 1

BreadthFirstDivideMethod · 0.95

Calls 4

fillFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected