------------------------------------------------------------------------------
| 14 | |
| 15 | //------------------------------------------------------------------------------ |
| 16 | vtkOutputStream::~vtkOutputStream() |
| 17 | { |
| 18 | this->SetStream(nullptr); |
| 19 | } |
| 20 | |
| 21 | //------------------------------------------------------------------------------ |
| 22 | void vtkOutputStream::PrintSelf(ostream& os, vtkIndent indent) |