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

Function SetInputConnection

Rendering/VolumeAMR/vtkAMRVolumeMapper.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 virtual void SetInputData(vtkOverlappingAMR*);
44 void SetInputConnection(int port, vtkAlgorithmOutput* input) override;
45 void SetInputConnection(vtkAlgorithmOutput* input) override
46 {
47 this->SetInputConnection(0, input);
48 }
49 ///@}
50
51 ///@{

Callers 2

SetInputConnectionMethod · 0.50

Calls 1

SetInputConnectionMethod · 0.45

Tested by

no test coverage detected