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