| 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 | ///@{ |
no test coverage detected