Hello,<div><br></div><div>I want to connect the input-port of my class to the input-port to an other class in the ProcessRequest-method. Because I'm new in developing vtk-classes I dont know how to do it! I want to get the input of my class as vtkAlgorithmOutput. My example:</div>

<div><br></div><div>vtkInformation *inInfo0 = inputVector[0]->GetInformationObject(0);</div><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>vtkCleanPolyData *clean = vtkCleanPolyData::New();</div>

<div>clean->SetInputConnection(inInfo0->Get( ??? ));</div><div><br></div><div>With what should I replace the tree question marks?</div><div><br></div><div><br></div>