------------------------------------------------------------------------------
| 370 | |
| 371 | //------------------------------------------------------------------------------ |
| 372 | vtkPOpenFOAMReader::~vtkPOpenFOAMReader() |
| 373 | { |
| 374 | this->SetController(nullptr); |
| 375 | } |
| 376 | |
| 377 | //------------------------------------------------------------------------------ |
| 378 | void vtkPOpenFOAMReader::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected