------------------------------------------------------------------------------
| 589 | |
| 590 | //------------------------------------------------------------------------------ |
| 591 | vtkAMReXParticlesReader::~vtkAMReXParticlesReader() |
| 592 | { |
| 593 | this->SetController(nullptr); |
| 594 | delete this->Header; |
| 595 | } |
| 596 | |
| 597 | //------------------------------------------------------------------------------ |
| 598 | void vtkAMReXParticlesReader::SetPlotFileName(const char* fname) |
nothing calls this directly
no test coverage detected