------------------------------------------------------------------------------
| 31 | |
| 32 | //------------------------------------------------------------------------------ |
| 33 | vtkPChacoReader::~vtkPChacoReader() |
| 34 | { |
| 35 | this->SetController(nullptr); |
| 36 | } |
| 37 | //------------------------------------------------------------------------------ |
| 38 | void vtkPChacoReader::SetController(vtkMultiProcessController* c) |
| 39 | { |
nothing calls this directly
no test coverage detected