------------------------------------------------------------------------------
| 1351 | |
| 1352 | //------------------------------------------------------------------------------ |
| 1353 | void vtkProbeLineFilter::SetSourceConnection(vtkAlgorithmOutput* input) |
| 1354 | { |
| 1355 | this->SetInputConnection(1, input); |
| 1356 | } |
| 1357 | |
| 1358 | //------------------------------------------------------------------------------ |
| 1359 | void vtkProbeLineFilter::PrintSelf(ostream& os, vtkIndent indent) |