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

Method vtkAMRFlashReader

IO/AMR/vtkAMRFlashReader.cxx:37–42  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

35
36//------------------------------------------------------------------------------
37vtkAMRFlashReader::vtkAMRFlashReader()
38{
39 this->IsReady = false;
40 this->Internal = new vtkFlashReaderInternal;
41 this->Initialize();
42}
43
44//------------------------------------------------------------------------------
45vtkAMRFlashReader::~vtkAMRFlashReader()

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected