----------------------------------------------------------------------------
| 41 | |
| 42 | //---------------------------------------------------------------------------- |
| 43 | vtkXMLWriterBase::~vtkXMLWriterBase() |
| 44 | { |
| 45 | this->SetFileName(nullptr); |
| 46 | this->SetCompressor(nullptr); |
| 47 | } |
| 48 | |
| 49 | //------------------------------------------------------------------------------ |
| 50 | void vtkXMLWriterBase::SetHeaderType(int t) |
nothing calls this directly
no test coverage detected