| 362 | } |
| 363 | |
| 364 | void vtkXMLStatisticalModelWriter::DeletePositionArrays() |
| 365 | { |
| 366 | // delete[] this->NumberOfColsPositions; |
| 367 | // delete[] this->NumberOfRowsPositions; |
| 368 | // this->NumberOfColsPositions = nullptr; |
| 369 | // this->NumberOfRowsPositions = nullptr; |
| 370 | } |
| 371 | |
| 372 | VTK_ABI_NAMESPACE_END |
no outgoing calls
no test coverage detected