| 1410 | } |
| 1411 | |
| 1412 | const char* vtkMultiBlockPLOT3DReader::GetQFileName() |
| 1413 | { |
| 1414 | if (this->GetNumberOfFileNames() < 1) |
| 1415 | { |
| 1416 | return nullptr; |
| 1417 | } |
| 1418 | return this->vtkParallelReader::GetFileName(0); |
| 1419 | } |
| 1420 | |
| 1421 | vtkMultiBlockDataSet* vtkMultiBlockPLOT3DReader::GetOutput() |
| 1422 | { |
nothing calls this directly
no test coverage detected