MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkAMReXGridReader

Method vtkAMReXGridReader

IO/AMR/vtkAMReXGridReader.cxx:34–39  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

32vtkStandardNewMacro(vtkAMReXGridReader);
33//------------------------------------------------------------------------------
34vtkAMReXGridReader::vtkAMReXGridReader()
35{
36 this->IsReady = false;
37 this->Internal = new vtkAMReXGridReaderInternal;
38 this->Initialize();
39}
40
41//------------------------------------------------------------------------------
42vtkAMReXGridReader::~vtkAMReXGridReader()

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected