| 44 | } |
| 45 | |
| 46 | void 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 | /* |
| 52 | void mitk::LabelSetImageToSurfaceFilter::SetObserver(mitk::ProcessObserver::Pointer observer) |
| 53 | { |
no outgoing calls