| 33 | } |
| 34 | |
| 35 | void mitk::ReduceContourSetFilter::SetInput(unsigned int idx, const mitk::Surface *surface) |
| 36 | { |
| 37 | this->SetNthInput(idx, const_cast<mitk::Surface *>(surface)); |
| 38 | this->Modified(); |
| 39 | } |
| 40 | |
| 41 | void mitk::ReduceContourSetFilter::SetInput(const mitk::Surface *surface) |
| 42 | { |