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

Method SetInput

Modules/Multilabel/src/mitkLabelSetImageToSurfaceFilter.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void mitk::LabelSetImageToSurfaceFilter::SetInput(const mitk::Image *image)
47{
48 // Process object is not const-correct so the const_cast is required here
49 this->ProcessObject::SetNthInput(0, const_cast<mitk::Image *>(image));
50}
51/*
52void mitk::LabelSetImageToSurfaceFilter::SetObserver(mitk::ProcessObserver::Pointer observer)
53{

Callers 11

WriteMethod · 0.45
SplitVectorImageFunction · 0.45
InternalProcessingMethod · 0.45
GenerateImageSliceMethod · 0.45
TestCreateLabelMaskMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestCreateLabelMaskMethod · 0.36