MCPcopy Create free account
hub / github.com/MITK/MITK / IsValidTimeStep

Method IsValidTimeStep

Modules/Core/src/DataManagement/mitkArbitraryTimeGeometry.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool mitk::ArbitraryTimeGeometry::IsValidTimeStep(TimeStepType timeStep) const
126{
127 return timeStep < this->CountTimeSteps();
128}
129
130mitk::TimePointType mitk::ArbitraryTimeGeometry::TimeStepToTimePoint( TimeStepType timeStep ) const
131{

Callers

nothing calls this directly

Calls 1

CountTimeStepsMethod · 0.95

Tested by

no test coverage detected