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

Method FreeFieldArrayMinMax

Filters/Parallel/vtkPKdTree.cxx:2520–2531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2518 }
2519}
2520void vtkPKdTree::FreeFieldArrayMinMax()
2521{
2522 this->CellDataMin.clear();
2523 this->CellDataMax.clear();
2524 this->PointDataMin.clear();
2525 this->PointDataMax.clear();
2526
2527 this->CellDataName.clear();
2528 this->PointDataName.clear();
2529
2530 this->NumCellArrays = this->NumPointArrays = 0;
2531}
2532
2533void vtkPKdTree::ReleaseTables()
2534{

Callers 3

~vtkPKdTreeMethod · 0.95
ReleaseTablesMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected