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

Method SetInput

Modules/PlanarFigure/src/Algorithms/mitkImageToPlanarFigureFilter.cpp:28–32  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

26*
27*/
28void mitk::ImageToPlanarFigureFilter::SetInput(const mitk::ImageToPlanarFigureFilter::InputImageType *input)
29{
30 // Process object is not const-correct so the const_cast is required here
31 this->ProcessObject::SetNthInput(0, const_cast<mitk::ImageToPlanarFigureFilter::InputImageType *>(input));
32}
33
34/**
35* Connect one of the operands for pixel-wise addition

Calls

no outgoing calls