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

Method ReadTimeDependentMetaData

IO/Legacy/vtkDataReader.cxx:170–178  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

168
169//------------------------------------------------------------------------------
170int vtkDataReader::ReadTimeDependentMetaData(int timestep, vtkInformation* metadata)
171{
172 if (this->ReadFromInputString)
173 {
174 return this->ReadMetaDataSimple(std::string(), metadata);
175 }
176
177 return this->Superclass::ReadTimeDependentMetaData(timestep, metadata);
178}
179
180//------------------------------------------------------------------------------
181int vtkDataReader::ReadMesh(

Callers

nothing calls this directly

Calls 2

stringClass · 0.50
ReadMetaDataSimpleMethod · 0.45

Tested by

no test coverage detected