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

Method GetHasTemporalData

IO/HDF/vtkHDFReader.cxx:425–428  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

423
424//----------------------------------------------------------------------------
425bool vtkHDFReader::GetHasTemporalData()
426{
427 return this->HasTemporalData;
428}
429
430//----------------------------------------------------------------------------
431void vtkHDFReader::SetHasTemporalData(bool hasTemporalData)

Callers 5

SetupInformationMethod · 0.95
ReadMethod · 0.95
AddFieldArraysMethod · 0.95
RequestDataMethod · 0.95
ReadDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected