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

Method SetInputConnection

Interaction/Image/vtkResliceImageViewer.cxx:441–446  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

UpdateDisplayExtentMethod · 0.95

Tested by

no test coverage detected