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

Method GetInput

Interaction/Image/vtkImageViewer2.cxx:696–699  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 8

SetSliceOrientationMethod · 0.95
RenderMethod · 0.95
UpdatePointPlacerMethod · 0.45
RenderMethod · 0.45
ExecuteMethod · 0.45
GetInputFunction · 0.45
ExecuteMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected