<div dir="ltr">Don't worry, I'll CC the group here and hopefully the reply chain will get included<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 31, 2014 at 12:45 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Oops, I meant to send that to the whole list!  Oh well...<br>
<br>
On Thu, Jul 31, 2014 at 9:50 AM, ALEXANDER BENSCH (RIT Student)<br>
<<a href="mailto:amb2189@rit.edu">amb2189@rit.edu</a>> wrote:<br>
> Oh, interesting. I didn't realize that, but it's really useful to know.<br>
> Thanks again.<br>
><br>
><br>
> On Thu, Jul 31, 2014 at 11:08 AM, David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>> wrote:<br>
>><br>
>> On Thu, Jul 31, 2014 at 8:53 AM, Alex Bensch <<a href="mailto:amb2189@rit.edu">amb2189@rit.edu</a>> wrote: </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

>> > > Did you forget imgFlip->Update()?</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
>> > Wow, that actually worked. I didn't need to do that in the Python version at<br>
>> > all. This whole pipeline thing throws me off so badly. Thanks a bunch!<br>
>><br>
>> In VTK 6, if you want a real pipeline connection, you need to call<br>
>> SetInputConnection() instead of SetInputData().<br>
>><br>
>> The major change with the pipeline in VTK 6 is that GetOutput()<br>
>> no longer gives you a pipeline connection.  You _must_ call<br>
>> GetOutputPort() if you want a pipeline connection.  This allows<br>
>> you to choose whether to use VTK in imperative mode (where<br>
>> you use GetOutput() but must call Update() yourself), or whether<br>
>> to use VTK in pipeline mode (where you use GetOutputPort() and<br>
>> upstream updates occur automatically).<br>
>><br>
>>  - David<br>
><br>
><br>
</blockquote></div><br></div></div>