<div class="gmail_quote">On Sun, Aug 30, 2009 at 4:16 PM, Maximilien Renard <span dir="ltr">&lt;<a href="mailto:iixamaxii@gmail.com">iixamaxii@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear ITK Users,<br><br>I&#39;m facing a problem. I was not able to figure out how to get the progression of multiple filters linked together via a pipe (meaning the input of the second filter is the output of the first : Filter2-&gt;SetInput(Filter1-&gt;GetOutput());<br>

<br>I&#39;m currently setting the observer on the last filter but it only sends the progressEvent when the 2nd filter starts.<br></blockquote><div><br>That is the expected behaviour. Filter2 will emit a progress event only when Filter2&#39;s is doing its job. Its not going to forward progress events that result from updates down the pipeline. For that you should observe filter1 as well. <br>
</div></div><br>--<br>karthik<br>