<div dir="ltr">Hi David,<div><br></div><div>Many apologies for taking so long to answer.  It was a tough week. The short answer is no. If you are doing this in Python with VTK master, I'd suggest using vtkPythonAlgorithm. This should take no more than 10 lines of Python code to achieve.</div><div><br></div><div>Best,</div><div>-berk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 23, 2014 at 12:12 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Trying again:<br>
<br>
Is there a flag that the user can set on a vtkAlgorithm to force it to<br>
always request the whole extent from its input?<br>
<br>
I'm guessing the answer is "no" because I don't see any code in<br>
vtkStreamingDemandDrivenPipeline.cxx that would support such a<br>
feature, but I'm wondering if I can get confirmation from other<br>
developers who are familiar with the pipeline.<br>
<span class="HOEnZb"><font color="#888888"><br>
 - David<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Mon, Sep 22, 2014 at 12:22 PM, David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>> wrote:<br>
> Hi All,<br>
><br>
> This is a question about streaming in an imaging pipeline.  Sometimes<br>
> I want to stream just part of whole extent through the pipeline, but<br>
> even more often, I want to pull through the whole extent even if a<br>
> downstream request is for just a single slice.<br>
><br>
> Is there a trivial filter in VTK that, regardless of the UpdateExtent<br>
> requested, will always request the WholeExtent from upstream?<br>
> I say "trivial" because it would indeed be a trivial filter to write.<br>
> Has anyone else ever written or used such a filter?<br>
><br>
> Basically, I'm looking for an easy way to turn streaming off at<br>
> any point in my pipeline, either by inserting a "non-streaming filter"<br>
> or by telling an existing filter not to stream.<br>
><br>
>  - David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div>