MCPcopy Create free account
hub / github.com/Kitware/VTK / SetInputConnection

Method SetInputConnection

Interaction/Image/vtkImageViewer2.cxx:712–716  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 3

InstallPipelineMethod · 0.45
UnInstallPipelineMethod · 0.45
SetInputConnectionFunction · 0.45

Calls 1

UpdateDisplayExtentMethod · 0.95

Tested by

no test coverage detected