I am not sure that I understand the question. Are you saying that within a filters ProcessRequest (RequestData maybe?), you want to use another (internal) filter? Can you be specific about your goal at a higher level?<br><br>
<div class="gmail_quote">2010/12/12 Ronald Römer <span dir="ltr"><<a href="mailto:rroemer@googlemail.com">rroemer@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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><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>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div><br>