------------------------------------------------------------------------------
| 16 | |
| 17 | //------------------------------------------------------------------------------ |
| 18 | vtkXMLFileReadTester::~vtkXMLFileReadTester() |
| 19 | { |
| 20 | this->SetFileDataType(nullptr); |
| 21 | this->SetFileVersion(nullptr); |
| 22 | } |
| 23 | |
| 24 | //------------------------------------------------------------------------------ |
| 25 | void vtkXMLFileReadTester::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected