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

Method SetInput

Modules/AlgorithmsExt/src/mitkCropTimestepsImageFilter.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void mitk::CropTimestepsImageFilter::SetInput(const InputImageType* image)
139{
140 if (this->GetInput() == image)
141 return;
142
143 Superclass::SetInput(image);
144}
145
146void mitk::CropTimestepsImageFilter::SetInput(unsigned int index, const InputImageType* image)
147{

Callers 1

GenerateDataMethod · 0.45

Calls 2

SetInputFunction · 0.85
GetInputMethod · 0.45

Tested by

no test coverage detected