------------------------------------------------------------------------------
| 621 | |
| 622 | //------------------------------------------------------------------------------ |
| 623 | vtkDataArray* vtkAlgorithm::GetInputArrayToProcess(int idx, vtkInformationVector** inputVector) |
| 624 | { |
| 625 | int association = vtkDataObject::FIELD_ASSOCIATION_NONE; |
| 626 | return this->GetInputArrayToProcess(idx, inputVector, association); |
| 627 | } |
| 628 | |
| 629 | //------------------------------------------------------------------------------ |
| 630 | vtkDataArray* vtkAlgorithm::GetInputArrayToProcess( |
no test coverage detected