Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsValidTimeStep
Method
IsValidTimeStep
Modules/Core/src/DataManagement/mitkImage.cpp:1059–1062 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1057
}
1058
1059
bool mitk::Image::IsValidTimeStep(int t) const
1060
{
1061
return ((m_Dimension >= 4 && t <= (int)m_Dimensions[3] && t > 0) || (t == 0));
1062
}
1063
1064
void mitk::Image::Expand(unsigned int timeSteps)
1065
{
Callers
15
ExtractTimeGrid
Method · 0.45
Update
Method · 0.45
Update
Method · 0.45
AddPlaneGeometryNodeToDataStorage
Method · 0.45
AddToCPIMap
Method · 0.45
RemoveContour
Method · 0.45
Interpolate
Method · 0.45
GetInterpolationResult
Method · 0.45
SetDataNode
Method · 0.45
SetDataNode
Method · 0.45
AlignContourToCurrentTimeStep
Function · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
5
IsValidTimePoint
Method · 0.36
IsValidTimeStep_ImageValidTimeStep_True
Method · 0.36
IsValidTimeStep_ImageNegativInvalidTimeStep_False
Method · 0.36
IsValidTimeStep_ImageInvalidTimeStep_False
Method · 0.36
SetTimeStep
Method · 0.36