<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Here is a patch for the documentation:<div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span><a href="http://review.source.kitware.com/#/c/19657/" class="">http://review.source.kitware.com/#/c/19657/</a></div><div class=""><br class=""><div style=""><blockquote type="cite" class=""><div class="">On 21 Apr 2015, at 12:50, Gaetan Lehmann <<a href="mailto:gaetan.lehmann@gmail.com" class="">gaetan.lehmann@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Arnaud,<div class=""><br class=""></div><div class="">The output filter is there to be able to apply a pipeline to each object, instead of just a single filter.</div><div class="">When applying a single filter, the input and output filters are the same filter.</div><div class="">When applying a pipeline, the input and output filters are not the same filters, maybe not even the same type. It is the responsibility of the user to connect the pipeline properly - this is why the output of the input filter is never used.</div><div class=""><br class=""></div><div class="">HTH,</div><div class=""><br class=""></div><div class="">Gaëtan</div><div class=""><br class=""></div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">2015-04-21 10:20 GMT+02:00 Arnaud Gelas <span dir="ltr" class=""><<a href="mailto:arnaudgelas@gmail.com" target="_blank" class="">arnaudgelas@gmail.com</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gaetan,<br class="">
<br class="">
I am spending quite some time on ObjectByObjectLabelMapFilter, and I don’t really understand conceptually the purpose of the OutputFilter vs the InputFilter. Can you give some explanations, please?<br class="">
<br class="">
Looking at the code, it is bogus if the OutputFilter is different from the InputFilter (in such a case, the pipeline is not fully connected, i.e. the output of the InputFilter is not connected to any internal filter).<br class="">
<br class="">
Thanks,<br class="">
Arnaud</blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></body></html>