------------------------------------------------------------------------------
| 694 | } |
| 695 | //------------------------------------------------------------------------------ |
| 696 | vtkImageData* vtkImageViewer2::GetInput() |
| 697 | { |
| 698 | return vtkImageData::SafeDownCast(this->WindowLevel->GetInput()); |
| 699 | } |
| 700 | //------------------------------------------------------------------------------ |
| 701 | vtkInformation* vtkImageViewer2::GetInputInformation() |
| 702 | { |
no outgoing calls
no test coverage detected