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

Method SetInputData

Interaction/Image/vtkImageViewer2.cxx:690–694  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

688
689//------------------------------------------------------------------------------
690void vtkImageViewer2::SetInputData(vtkImageData* in)
691{
692 this->WindowLevel->SetInputData(in);
693 this->UpdateDisplayExtent();
694}
695//------------------------------------------------------------------------------
696vtkImageData* vtkImageViewer2::GetInput()
697{

Callers 1

SetInputDataFunction · 0.45

Calls 1

UpdateDisplayExtentMethod · 0.95

Tested by

no test coverage detected