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

Method GetFileName

IO/Legacy/vtkDataReader.cxx:160–167  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158
159//------------------------------------------------------------------------------
160const char* vtkDataReader::GetFileName() const
161{
162 if (this->GetNumberOfFileNames() < 1)
163 {
164 return nullptr;
165 }
166 return this->vtkSimpleReader::GetFileName(0);
167}
168
169//------------------------------------------------------------------------------
170int vtkDataReader::ReadTimeDependentMetaData(int timestep, vtkInformation* metadata)

Callers 11

SetFileNameMethod · 0.95
OpenVTKFileMethod · 0.95
ReadHeaderMethod · 0.95
CreateOutputMethod · 0.45
ReadMeshSimpleMethod · 0.45
CreateOutputMethod · 0.45
CreateOutputMethod · 0.45
ReadMeshSimpleMethod · 0.45
PrintSelfMethod · 0.45
CreateOutputMethod · 0.45

Calls 1

GetNumberOfFileNamesMethod · 0.45

Tested by

no test coverage detected