MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkAMRBaseParticlesReader

Method ~vtkAMRBaseParticlesReader

IO/AMR/vtkAMRBaseParticlesReader.cxx:25–35  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23
24//------------------------------------------------------------------------------
25vtkAMRBaseParticlesReader::~vtkAMRBaseParticlesReader()
26{
27 this->ParticleDataArraySelection->RemoveObserver(this->SelectionObserver);
28 this->SelectionObserver->Delete();
29 this->ParticleDataArraySelection->Delete();
30
31 delete[] this->FileName;
32 this->FileName = nullptr;
33
34 this->SetController(nullptr);
35}
36
37//------------------------------------------------------------------------------
38void vtkAMRBaseParticlesReader::PrintSelf(std::ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 3

DeleteMethod · 0.65
RemoveObserverMethod · 0.45
SetControllerMethod · 0.45

Tested by

no test coverage detected