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

Method FreeDoubleBuffer

Filters/Parallel/vtkPKdTree.cxx:2303–2308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

~vtkPKdTreeMethod · 0.95
BreadthFirstDivideMethod · 0.95
AllocateDoubleBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected