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

Method GetTimeRangeValid

IO/CGNS/vtkFileSeriesHelper.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 const std::vector<double>& GetTimeSteps() const { return this->TimeSteps; }
172 bool GetTimeStepsValid() const { return this->TimeStepsValid; }
173 bool GetTimeRangeValid() const { return this->TimeRangeValid; }
174
175 void Save(vtkMultiProcessStream& stream) const;
176 void Load(vtkMultiProcessStream& stream);

Callers 2

UpdateInformationMethod · 0.80
GetActiveFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected