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

Function SetInputConnection

Rendering/Core/vtkAbstractHyperTreeGridMapper.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 virtual void SetInputData(vtkUniformHyperTreeGrid*);
46 void SetInputConnection(int, vtkAlgorithmOutput*) override;
47 void SetInputConnection(vtkAlgorithmOutput* input) override
48 {
49 this->SetInputConnection(0, input);
50 }
51 vtkUniformHyperTreeGrid* GetInput();
52 ///@}
53

Callers

nothing calls this directly

Calls 1

SetInputConnectionMethod · 0.45

Tested by

no test coverage detected