------------------------------------------------------------------------------
| 412 | |
| 413 | //------------------------------------------------------------------------------ |
| 414 | void vtkAlgorithm::SetInputArrayToProcess(int idx, vtkInformation* inInfo) |
| 415 | { |
| 416 | vtkInformation* info = this->GetInputArrayInformation(idx); |
| 417 | info->Copy(inInfo, 1); |
| 418 | this->Modified(); |
| 419 | } |
| 420 | |
| 421 | //------------------------------------------------------------------------------ |
| 422 | void vtkAlgorithm::SetInputArrayToProcess( |