| 100 | vtkStandardNewMacro(vtkAMRFlashParticlesReader); |
| 101 | |
| 102 | vtkAMRFlashParticlesReader::vtkAMRFlashParticlesReader() |
| 103 | { |
| 104 | this->Internal = new vtkFlashReaderInternal(); |
| 105 | this->Initialized = false; |
| 106 | this->Initialize(); |
| 107 | } |
| 108 | |
| 109 | //------------------------------------------------------------------------------ |
| 110 | vtkAMRFlashParticlesReader::~vtkAMRFlashParticlesReader() |
nothing calls this directly
no test coverage detected