------------------------------------------------------------------------------
| 80 | |
| 81 | //------------------------------------------------------------------------------ |
| 82 | void vtkImprintFilter::SetTargetData(vtkDataObject* input) |
| 83 | { |
| 84 | this->SetInputData(0, input); |
| 85 | } |
| 86 | |
| 87 | //------------------------------------------------------------------------------ |
| 88 | vtkDataObject* vtkImprintFilter::GetTarget() |
nothing calls this directly
no test coverage detected