| 2518 | } |
| 2519 | } |
| 2520 | void 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 | |
| 2533 | void vtkPKdTree::ReleaseTables() |
| 2534 | { |
no test coverage detected