------------------------------------------------------------------------------
| 112 | |
| 113 | //------------------------------------------------------------------------------ |
| 114 | void vtkMaskPointsFilter::SetMaskConnection(vtkAlgorithmOutput* algOutput) |
| 115 | { |
| 116 | this->SetInputConnection(1, algOutput); |
| 117 | } |
| 118 | |
| 119 | //------------------------------------------------------------------------------ |
| 120 | void vtkMaskPointsFilter::SetMaskData(vtkDataObject* input) |
no test coverage detected