I'd like to implement an algorithm with several inputs. I've seen inside RequestData both inInfo = inputVector[0]->GetInformationObject(idx); and vtkInformation *sourceInfo = inputVector[1]->GetInformationObject(0); When should I use the former and when the latter?