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

Method SetInput

Modules/ContourModel/src/Algorithms/mitkImageToContourModelFilter.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void mitk::ImageToContourModelFilter::SetInput(const mitk::ImageToContourModelFilter::InputType *input)
29{
30 this->SetInput(0, input);
31}
32
33void mitk::ImageToContourModelFilter::SetInput(unsigned int idx,
34 const mitk::ImageToContourModelFilter::InputType *input)

Callers 8

WriteMethod · 0.45
DoReadMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
FillContourInSlice2Method · 0.45
MitkRenderMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected