------------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | vtkPDataSetWriter::~vtkPDataSetWriter() |
| 43 | { |
| 44 | this->SetFilePattern(nullptr); |
| 45 | this->SetController(nullptr); |
| 46 | } |
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | void vtkPDataSetWriter::SetFilePattern(const char* formatArg) |
nothing calls this directly
no test coverage detected