| 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 |
nothing calls this directly
no test coverage detected