| 2301 | this->NextPtArray = temp; |
| 2302 | } |
| 2303 | void vtkPKdTree::FreeDoubleBuffer() |
| 2304 | { |
| 2305 | FreeList(this->PtArray2); |
| 2306 | this->CurrentPtArray = this->PtArray; |
| 2307 | this->NextPtArray = nullptr; |
| 2308 | } |
| 2309 | |
| 2310 | void vtkPKdTree::AllocateSelectBuffer() |
| 2311 | { |
no outgoing calls
no test coverage detected