------------------------------------------------------------------------------
| 603 | |
| 604 | //------------------------------------------------------------------------------ |
| 605 | vtkNetCDFCFWriter::~vtkNetCDFCFWriter() |
| 606 | { |
| 607 | delete this->Impl; |
| 608 | this->SetCellArrayNamePostfix(nullptr); |
| 609 | this->SetFileName(nullptr); |
| 610 | } |
| 611 | |
| 612 | //------------------------------------------------------------------------------ |
| 613 | void vtkNetCDFCFWriter::WriteData() |
nothing calls this directly
no test coverage detected