Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetSlice
Method
GetSlice
Modules/Segmentation/src/Algorithms/mitkSegSliceOperation.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
mitk::Image::Pointer mitk::SegSliceOperation::GetSlice() const
36
{
37
return m_CompressedImageContainer.DecompressImage();
38
}
39
40
bool mitk::SegSliceOperation::IsValid() const
41
{
Callers
7
ApplySliceOperation
Function · 0.45
OnMousePressed
Method · 0.45
OnMousePressed
Method · 0.45
OnMousePressed
Method · 0.45
OnClick
Method · 0.45
OnInitContour
Method · 0.45
IsUpdateRequired
Method · 0.45
Calls
1
DecompressImage
Method · 0.80
Tested by
no test coverage detected