| 1386 | } |
| 1387 | |
| 1388 | vtkMultiBlockPLOT3DReader::~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 | |
| 1400 | void vtkMultiBlockPLOT3DReader::SetQFileName(const char* name) |
| 1401 | { |
nothing calls this directly
no test coverage detected