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

Method SetHasTemporalData

IO/HDF/vtkHDFReader.cxx:431–434  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

429
430//----------------------------------------------------------------------------
431void vtkHDFReader::SetHasTemporalData(bool hasTemporalData)
432{
433 this->HasTemporalData = hasTemporalData;
434}
435
436//----------------------------------------------------------------------------
437// Major version should be incremented when older readers can no longer

Callers 4

RequestDataObjectMethod · 0.95
SetupInformationMethod · 0.95
ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected