| 834 | } |
| 835 | |
| 836 | void mitkVtkImageOverwrite::SetInputSlice(vtkImageData *slice) |
| 837 | { |
| 838 | // set the output as input |
| 839 | this->SetOutput(slice); |
| 840 | } |
| 841 | |
| 842 | //---------------------------------------------------------------------------- |
| 843 | // This method is passed a input and output region, and executes the filter |