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

Function SetInputData

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

@{ * Set/Get the input to the viewer. */

Source from the content-addressed store, hash-verified

49 * Set/Get the input to the viewer.
50 */
51 void SetInputData(vtkImageData* in) { this->ImageMapper->SetInputData(in); }
52 vtkImageData* GetInput() { return this->ImageMapper->GetInput(); }
53 virtual void SetInputConnection(vtkAlgorithmOutput* input)
54 {

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected