<div class="gmail_quote">On Sun, Aug 30, 2009 at 4:16 PM, Maximilien Renard <span dir="ltr"><<a href="mailto:iixamaxii@gmail.com">iixamaxii@gmail.com</a>></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'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->SetInput(Filter1->GetOutput());<br>
<br>I'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'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>