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

Method GetTimeStepsValid

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

Source from the content-addressed store, hash-verified

170 const std::pair<double, double>& GetTimeRange() const { return this->TimeRange; }
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;

Callers 2

UpdateInformationMethod · 0.80
GetActiveFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected