------------------------------------------------------------------------------
| 426 | |
| 427 | //------------------------------------------------------------------------------ |
| 428 | vtkPResampleToImage::~vtkPResampleToImage() |
| 429 | { |
| 430 | this->SetController(nullptr); |
| 431 | } |
| 432 | |
| 433 | //------------------------------------------------------------------------------ |
| 434 | void vtkPResampleToImage::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected