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

Method ~vtkMultiBlockPLOT3DReader

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:1388–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388vtkMultiBlockPLOT3DReader::~vtkMultiBlockPLOT3DReader()
1389{
1390 delete[] this->XYZFileName;
1391 delete[] this->FunctionFileName;
1392 this->FunctionList->Delete();
1393 this->ClearGeometryCache();
1394
1395 delete this->Internal;
1396
1397 this->SetController(nullptr);
1398}
1399
1400void vtkMultiBlockPLOT3DReader::SetQFileName(const char* name)
1401{

Callers

nothing calls this directly

Calls 3

ClearGeometryCacheMethod · 0.95
DeleteMethod · 0.65
SetControllerMethod · 0.45

Tested by

no test coverage detected