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

Method vtkAMRFlashParticlesReader

IO/AMR/vtkAMRFlashParticlesReader.cxx:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100vtkStandardNewMacro(vtkAMRFlashParticlesReader);
101
102vtkAMRFlashParticlesReader::vtkAMRFlashParticlesReader()
103{
104 this->Internal = new vtkFlashReaderInternal();
105 this->Initialized = false;
106 this->Initialize();
107}
108
109//------------------------------------------------------------------------------
110vtkAMRFlashParticlesReader::~vtkAMRFlashParticlesReader()

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected