------------------------------------------------------------------------------
| 666 | |
| 667 | //------------------------------------------------------------------------------ |
| 668 | vtkAbstractArray* vtkAlgorithm::GetInputAbstractArrayToProcess( |
| 669 | int idx, vtkInformationVector** inputVector) |
| 670 | { |
| 671 | int association = vtkDataObject::FIELD_ASSOCIATION_NONE; |
| 672 | return this->GetInputAbstractArrayToProcess(idx, inputVector, association); |
| 673 | } |
| 674 | |
| 675 | //------------------------------------------------------------------------------ |
| 676 | vtkAbstractArray* vtkAlgorithm::GetInputAbstractArrayToProcess( |
no test coverage detected