| 2313 | this->SelectBuffer.resize(this->NumProcesses * 10, 0); |
| 2314 | } |
| 2315 | void vtkPKdTree::FreeSelectBuffer() |
| 2316 | { |
| 2317 | this->SelectBuffer.clear(); |
| 2318 | } |
| 2319 | |
| 2320 | // global index lists ----------------------------------------------- |
| 2321 |
no test coverage detected