| 139 | } |
| 140 | |
| 141 | vtkNetCDFReader::~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 | |
| 152 | void vtkNetCDFReader::PrintSelf(ostream& os, vtkIndent indent) |
| 153 | { |
nothing calls this directly
no test coverage detected