<div class="gmail_quote">On Thu, Jun 17, 2010 at 1:03 PM, Rodrigo Valiña Gutiérrez <span dir="ltr">&lt;<a href="mailto:rodrigo.valina@usc.es">rodrigo.valina@usc.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Having a vtkUnstructuredGrid, is there any way of passing it to an<br>
object in a way that this object produces the original input calling<br>
GetOutput() and GetOutputPort(). Specifically I want to get the<br>
initial unstructured grid data by calling GetOutputPort().<br><br></blockquote><div class="gmail_quote"><br></div>If I understand you correctly, all you&#39;d have to do in the RequestData function in your filter is</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">output-&gt;ShallowCopy(input);</div><div class="gmail_quote"><br clear="all">Thanks,<br><br><div>David </div></div>