Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsValidVolume
Method
IsValidVolume
Modules/Core/src/DataManagement/mitkImage.cpp:1024–1030 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1022
}
1023
1024
bool mitk::Image::IsValidVolume(int t, int n) const
1025
{
1026
if (m_Initialized)
1027
return IsValidSlice(0, t, n);
1028
else
1029
return false;
1030
}
1031
1032
bool mitk::Image::IsValidChannel(int n) const
1033
{
Callers
1
SetVolumeItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected