Hi,<br><br>I have written a vtk application which I now want to convert to a working vtk filter.<br><br>The&nbsp;filter&nbsp;will&nbsp;take&nbsp;as&nbsp;input&nbsp;a&nbsp;vtkPolyData,&nbsp;and&nbsp;generate multiple&nbsp;vtkPolyData as output.&nbsp;The&nbsp;number&nbsp;of&nbsp;outputs&nbsp;will not be known&nbsp;before&nbsp;my&nbsp;filterclass&nbsp;is&nbsp;called,&nbsp;but&nbsp;is&nbsp;dynamically&nbsp;determined in&nbsp;the&nbsp;Execute/RequestData&nbsp;method (as my algorithm on the input is progressing).
<br> <br>So when I have processed a part of the input vtkPolyData, and want this part to be one of the outputs, how can I &quot;add&quot; it as output, like a dynamically growing list?&nbsp;I&nbsp;really&nbsp;hope&nbsp;this&nbsp;is&nbsp;possible,&nbsp;hopefully&nbsp;someone&nbsp;can&nbsp;give&nbsp;a&nbsp;hint.&nbsp;
<br> <br>Thanks,<br><br>Mark<br>