MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkNetCDFReader

Method ~vtkNetCDFReader

IO/NetCDF/vtkNetCDFReader.cxx:141–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141vtkNetCDFReader::~vtkNetCDFReader()
142{
143 this->SetFileName(nullptr);
144 this->VariableDimensions->Delete();
145 this->AllDimensions->Delete();
146 delete[] this->TimeUnits;
147 delete[] this->Calendar;
148 delete this->Private;
149 this->Accessor->Delete();
150}
151
152void vtkNetCDFReader::PrintSelf(ostream& os, vtkIndent indent)
153{

Callers

nothing calls this directly

Calls 2

SetFileNameMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected