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

Method GetInputAlgorithm

Interaction/Image/vtkImageViewer.cxx:262–265  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

260
261//------------------------------------------------------------------------------
262vtkAlgorithm* vtkImageViewer::GetInputAlgorithm()
263{
264 return this->ImageMapper->GetInputAlgorithm();
265}
266
267//------------------------------------------------------------------------------
268void vtkImageViewer::SetRenderWindow(vtkRenderWindow* renWin)

Callers 11

UpdatePlaneMethod · 0.45
UpdateInputMethod · 0.45
PlaceWidgetMethod · 0.45
BuildRepresentationMethod · 0.45
GetBoundsMethod · 0.45
UpdatePlaneMethod · 0.45
SetSliceIndexMethod · 0.45
GetSliceIndexMethod · 0.45
UpdateCursorMethod · 0.45
ExecuteMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected