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

Method ~vtkNetCDFCAMReader

IO/NetCDF/vtkNetCDFCAMReader.cxx:212–226  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

210
211//------------------------------------------------------------------------------
212vtkNetCDFCAMReader::~vtkNetCDFCAMReader()
213{
214 this->SetFileName(nullptr);
215 this->SetCurrentFileName(nullptr);
216 this->SetConnectivityFileName(nullptr);
217 this->SetCurrentConnectivityFileName(nullptr);
218 delete[] this->TimeSteps;
219 this->TimeSteps = nullptr;
220 this->PointDataArraySelection->Delete();
221 this->PointDataArraySelection = nullptr;
222 this->SelectionObserver->Delete();
223 this->SelectionObserver = nullptr;
224
225 delete this->Internals;
226}
227
228//------------------------------------------------------------------------------
229int vtkNetCDFCAMReader::CanReadFile(const char* fileName)

Callers

nothing calls this directly

Calls 3

SetFileNameMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected