------------------------------------------------------------------------------
| 32 | vtkStandardNewMacro(vtkAMReXGridReader); |
| 33 | //------------------------------------------------------------------------------ |
| 34 | vtkAMReXGridReader::vtkAMReXGridReader() |
| 35 | { |
| 36 | this->IsReady = false; |
| 37 | this->Internal = new vtkAMReXGridReaderInternal; |
| 38 | this->Initialize(); |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | vtkAMReXGridReader::~vtkAMReXGridReader() |
nothing calls this directly
no test coverage detected