------------------------------------------------------------------------------
| 249 | |
| 250 | //------------------------------------------------------------------------------ |
| 251 | void vtkKdTree::InitializeCellLists() |
| 252 | { |
| 253 | this->CellList.dataSet = nullptr; |
| 254 | this->CellList.regionIds = nullptr; |
| 255 | this->CellList.nRegions = 0; |
| 256 | this->CellList.cells = nullptr; |
| 257 | this->CellList.boundaryCells = nullptr; |
| 258 | this->CellList.emptyList = nullptr; |
| 259 | } |
| 260 | |
| 261 | //------------------------------------------------------------------------------ |
| 262 | void vtkKdTree::DeleteCellLists() |
no outgoing calls
no test coverage detected