------------------------------------------------------------------------------
| 572 | |
| 573 | //------------------------------------------------------------------------------ |
| 574 | int vtkAlgorithm::GetInputArrayAssociation(int idx, vtkInformationVector** inputVector) |
| 575 | { |
| 576 | int association = vtkDataObject::FIELD_ASSOCIATION_NONE; |
| 577 | this->GetInputArrayToProcess(idx, inputVector, association); |
| 578 | return association; |
| 579 | } |
| 580 | |
| 581 | //------------------------------------------------------------------------------ |
| 582 | int vtkAlgorithm::GetInputArrayAssociation( |
no test coverage detected