------------------------------------------------------------------------------
| 185 | |
| 186 | //------------------------------------------------------------------------------ |
| 187 | vtkCellAttribute* vtkCellGridAlgorithm::GetInputCellAttributeToProcess( |
| 188 | int idx, int connection, vtkInformationVector** inputVector) |
| 189 | { |
| 190 | int association = vtkDataObject::FIELD_ASSOCIATION_NONE; |
| 191 | return this->GetInputCellAttributeToProcess(idx, connection, inputVector, association); |
| 192 | } |
| 193 | |
| 194 | //------------------------------------------------------------------------------ |
| 195 | vtkCellAttribute* vtkCellGridAlgorithm::GetInputCellAttributeToProcess( |
no test coverage detected