MCPcopy 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
35mitk::Image::Pointer mitk::SegSliceOperation::GetSlice() const
36{
37 return m_CompressedImageContainer.DecompressImage();
38}
39
40bool mitk::SegSliceOperation::IsValid() const
41{

Callers 7

ApplySliceOperationFunction · 0.45
OnMousePressedMethod · 0.45
OnMousePressedMethod · 0.45
OnMousePressedMethod · 0.45
OnClickMethod · 0.45
OnInitContourMethod · 0.45
IsUpdateRequiredMethod · 0.45

Calls 1

DecompressImageMethod · 0.80

Tested by

no test coverage detected