------------------------------------------------------------------------------
| 68 | |
| 69 | //------------------------------------------------------------------------------ |
| 70 | void vtkImprintFilter::SetTargetConnection(vtkAlgorithmOutput* algOutput) |
| 71 | { |
| 72 | this->SetInputConnection(0, algOutput); |
| 73 | } |
| 74 | |
| 75 | //------------------------------------------------------------------------------ |
| 76 | vtkAlgorithmOutput* vtkImprintFilter::GetTargetConnection() |
no test coverage detected