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