Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetMask
Method
GetMask
Modules/AlgorithmsExt/src/mitkMaskImageFilter.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
const mitk::Image *mitk::MaskImageFilter::GetMask() const
47
{
48
return this->GetInput(1);
49
}
50
51
mitk::Image* mitk::MaskImageFilter::GetMask()
52
{
Callers
2
GenerateInputRequestedRegion
Method · 0.95
GenerateData
Method · 0.95
Calls
1
GetInput
Method · 0.45
Tested by
no test coverage detected