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

Method ~vtkTecplotReader

IO/Geometry/vtkTecplotReader.cxx:445–463  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

443
444//------------------------------------------------------------------------------
445vtkTecplotReader::~vtkTecplotReader()
446{
447 this->Init();
448
449 delete[] this->FileName;
450
451 delete this->Internal;
452 this->Internal = nullptr;
453
454 this->DataArraySelection->RemoveAllArrays();
455 this->DataArraySelection->RemoveObserver(this->SelectionObserver);
456 this->DataArraySelection->Delete();
457 this->DataArraySelection = nullptr;
458
459 this->SelectionObserver->SetClientData(nullptr);
460 this->SelectionObserver->SetCallback(nullptr);
461 this->SelectionObserver->Delete();
462 this->SelectionObserver = nullptr;
463}
464
465//------------------------------------------------------------------------------
466void vtkTecplotReader::Init()

Callers

nothing calls this directly

Calls 5

InitMethod · 0.95
RemoveAllArraysMethod · 0.80
SetClientDataMethod · 0.80
DeleteMethod · 0.65
RemoveObserverMethod · 0.45

Tested by

no test coverage detected