[vtkusers] inputVector usage

Eduardo Suarez-Santana esuarez at itccanarias.org
Thu Mar 17 11:42:59 EDT 2011


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?




More information about the vtkusers mailing list