------------------------------------------------------------------------------
| 710 | |
| 711 | //------------------------------------------------------------------------------ |
| 712 | void vtkImageViewer2::SetInputConnection(vtkAlgorithmOutput* input) |
| 713 | { |
| 714 | this->WindowLevel->SetInputConnection(input); |
| 715 | this->UpdateDisplayExtent(); |
| 716 | } |
| 717 | |
| 718 | //------------------------------------------------------------------------------ |
| 719 | void vtkImageViewer2::PrintSelf(ostream& os, vtkIndent indent) |
no test coverage detected