Hello,<br><br>I&#39;m writing a filter that receives an input polydata and produces its respective output polydata. However, the filter relies in recovering the output&#39;s point geometry every time the RequestData is invoked after the first time, in a similiar way vtkPolyDataSilhouette filter does, for changing the output points&#39; coordinates.<br>
<br>I noticed that after first time, every time the filter&#39;s RequestData is called the output data is lost or missing, so I can&#39;t call i.e. output-&gt;GetPoints( ), because the list of points is empty.<br><br>Is there a way I can preserve the output data the filter generates so I can directly access and manipulate it in consecutive RequestData calls?<br>
<br>Thanks in advance,<br><br>Ricardo<br>