MCPcopy 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
1059bool mitk::Image::IsValidTimeStep(int t) const
1060{
1061 return ((m_Dimension >= 4 && t <= (int)m_Dimensions[3] && t > 0) || (t == 0));
1062}
1063
1064void mitk::Image::Expand(unsigned int timeSteps)
1065{

Callers 15

ExtractTimeGridMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
AddToCPIMapMethod · 0.45
RemoveContourMethod · 0.45
InterpolateMethod · 0.45
SetDataNodeMethod · 0.45
SetDataNodeMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls