* */
| 26 | * |
| 27 | */ |
| 28 | void 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 |
no outgoing calls