------------------------------------------------------------------------------
| 35 | |
| 36 | //------------------------------------------------------------------------------ |
| 37 | vtkAMRFlashReader::vtkAMRFlashReader() |
| 38 | { |
| 39 | this->IsReady = false; |
| 40 | this->Internal = new vtkFlashReaderInternal; |
| 41 | this->Initialize(); |
| 42 | } |
| 43 | |
| 44 | //------------------------------------------------------------------------------ |
| 45 | vtkAMRFlashReader::~vtkAMRFlashReader() |
nothing calls this directly
no test coverage detected