------------------------------------------------------------------------------
| 86 | |
| 87 | //------------------------------------------------------------------------------ |
| 88 | vtkDataObject::~vtkDataObject() |
| 89 | { |
| 90 | this->SetInformation(nullptr); |
| 91 | this->SetFieldData(nullptr); |
| 92 | } |
| 93 | |
| 94 | //------------------------------------------------------------------------------ |
| 95 | void vtkDataObject::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected