------------------------------------------------------------------------------
| 439 | |
| 440 | //------------------------------------------------------------------------------ |
| 441 | void vtkResliceImageViewer::SetInputConnection(vtkAlgorithmOutput* input) |
| 442 | { |
| 443 | vtkErrorMacro(<< "Use SetInputData instead. "); |
| 444 | this->WindowLevel->SetInputConnection(input); |
| 445 | this->UpdateDisplayExtent(); |
| 446 | } |
| 447 | |
| 448 | //------------------------------------------------------------------------------ |
| 449 | void vtkResliceImageViewer::SetResliceMode(int r) |
nothing calls this directly
no test coverage detected