MCPcopy Create free account
hub / github.com/Kitware/VTK / GetQFileName

Method GetQFileName

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:1412–1419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetNumberOfFileNamesMethod · 0.45

Tested by

no test coverage detected