MCPcopy Create free account
hub / github.com/MITK/MITK / SetInput

Method SetInput

Modules/ModelFit/src/Common/mitkBinaryImageToLabelSetImageFilter.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void mitk::BinaryImageToLabelSetImageFilter::SetInput(const InputImageType* image)
76{
77 if (this->GetInput() == image)
78 return;
79
80 Superclass::SetInput(image);
81}
82
83void mitk::BinaryImageToLabelSetImageFilter::SetInput(unsigned int index, const InputImageType* image)
84{

Callers 13

ConvertImageTimeStepsFunction · 0.45
doDumpingFunction · 0.45
DoPrepareMaskMethod · 0.45
GenerateMethod · 0.45
DoCalculateStatisticsMethod · 0.45
DoPrepareMaskMethod · 0.45
DoParameterFitMethod · 0.45
DoImageGenerationMethod · 0.45

Calls 2

SetInputFunction · 0.85
GetInputMethod · 0.45