Thank you Berk.<br><br>I was under the impression that this command would trigger the reader to automatically load in the additional # of requested ghost levels. I tested the command and each data piece still has the same extents as before.<br>
<br>Is there any additional way to load in ghost level that&#39;s parallel friendly? I am aware of the D3 filter but, from the memory usage, it seems that it will load in the entire dataset into each processor and this is not feasible for large datasets.<br>
<br>I am using binary, &quot;raw&quot; vti piece files each with their own extent of the data and a header pvti file.<br>The data has no encoded ghost layers between pieces so I was hoping to have paraview do that for me.<br>
<br>Jesus<br><br><div class="gmail_quote">On Tue, Jul 17, 2012 at 7:29 AM, Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com" target="_blank">berk.geveci@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">self.GetExecutive().GetOutputInformation(0).Set(vtk.vtkStreamingDemandDrivenPipeline.UPDATE_NUMBER_OF_GHOST_LEVELS(), 1)</p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">

<br></p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">in RequestUpdateExtent script. Of course, this requires that the reader or a filter before the programmable filter is able to provide ghost levels.</p>

<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><br></p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">-berk</p><br><div class="gmail_quote">
<div><div class="h5">
On Wed, Jul 11, 2012 at 3:04 PM, Jesus Pulido <span dir="ltr">&lt;<a href="mailto:jpulido@ucdavis.edu" target="_blank">jpulido@ucdavis.edu</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
<div class="gmail_quote">Hello,<br><br>I am trying to request ghost data
 in my python programmable filter but I am not sure how to go about and 
do so. I am assuming the call would go into the RequestUpdateExtent 
Script.<br><br>In the C++ equivalent filters that do request ghost data, the call to is something along the lines of<br>
vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS()
 , and there are examples of that in the Paraview source but the way the
 objects are defined and called does not translate into Paraview VTK 
Python. What would be the appropriate call?<br>
<br>Thank<font color="#888888"> you,</font><span><font color="#888888"><br>Jesus<br>
</font></span></div><br>
<br></div></div>_______________________________________________<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>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>
</blockquote></div><br>