------------------------------------------------------------------------------
| 97 | |
| 98 | //------------------------------------------------------------------------------ |
| 99 | void vtkImprintFilter::SetImprintConnection(vtkAlgorithmOutput* algOutput) |
| 100 | { |
| 101 | this->SetInputConnection(1, algOutput); |
| 102 | } |
| 103 | |
| 104 | //------------------------------------------------------------------------------ |
| 105 | vtkAlgorithmOutput* vtkImprintFilter::GetImprintConnection() |
no test coverage detected