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

Method ~vtkNetCDFCFWriter

IO/NetCDF/vtkNetCDFCFWriter.cxx:605–610  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

603
604//------------------------------------------------------------------------------
605vtkNetCDFCFWriter::~vtkNetCDFCFWriter()
606{
607 delete this->Impl;
608 this->SetCellArrayNamePostfix(nullptr);
609 this->SetFileName(nullptr);
610}
611
612//------------------------------------------------------------------------------
613void vtkNetCDFCFWriter::WriteData()

Callers

nothing calls this directly

Calls 1

SetFileNameMethod · 0.45

Tested by

no test coverage detected