------------------------------------------------------------------------------
| 607 | |
| 608 | //------------------------------------------------------------------------------ |
| 609 | vtkGLTFReader::~vtkGLTFReader() |
| 610 | { |
| 611 | this->SetFileName(nullptr); |
| 612 | } |
| 613 | |
| 614 | //------------------------------------------------------------------------------ |
| 615 | void vtkGLTFReader::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected