------------------------------------------------------------------------------
| 250 | |
| 251 | //------------------------------------------------------------------------------ |
| 252 | int vtkTemporalArrayOperatorFilter::GetInputArrayAssociation() |
| 253 | { |
| 254 | vtkInformation* inputArrayInfo = |
| 255 | this->GetInformation()->Get(INPUT_ARRAYS_TO_PROCESS())->GetInformationObject(0); |
| 256 | return inputArrayInfo->Get(vtkDataObject::FIELD_ASSOCIATION()); |
| 257 | } |
| 258 | |
| 259 | //------------------------------------------------------------------------------ |
| 260 | vtkDataObject* vtkTemporalArrayOperatorFilter::Process( |
no test coverage detected