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

Method DestroyData

IO/NetCDF/vtkMPASReader.cxx:950–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948//------------------------------------------------------------------------------
949
950void vtkMPASReader::DestroyData()
951
952{
953 vtkDebugMacro(<< "DestroyData...");
954
955 this->Internals->cellArrays.clear();
956 this->Internals->pointArrays.clear();
957
958 delete[] this->CellMap;
959 this->CellMap = nullptr;
960
961 delete[] this->PointMap;
962 this->PointMap = nullptr;
963
964 delete[] this->MaximumLevelPoint;
965 this->MaximumLevelPoint = nullptr;
966}
967
968//------------------------------------------------------------------------------
969// Destructor for MPAS Reader

Callers 2

~vtkMPASReaderMethod · 0.95
RequestDataMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected