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

Function GetInput

Interaction/Image/vtkImageViewer.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 */
51 void SetInputData(vtkImageData* in) { this->ImageMapper->SetInputData(in); }
52 vtkImageData* GetInput() { return this->ImageMapper->GetInput(); }
53 virtual void SetInputConnection(vtkAlgorithmOutput* input)
54 {
55 this->ImageMapper->SetInputConnection(input);

Callers

nothing calls this directly

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected