MCPcopy 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
46const mitk::Image *mitk::MaskImageFilter::GetMask() const
47{
48 return this->GetInput(1);
49}
50
51mitk::Image* mitk::MaskImageFilter::GetMask()
52{

Callers 2

GenerateDataMethod · 0.95

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected