Hi Li,<br><br>The coprocessing tools in ParaView will eventually support this but we&#39;re still working on that functionality.  As Yumin said, the fastest way to currently do this would probably be to write your own plugin.  You could look at the adiosreader plugin which should be doing some if not all of what you&#39;re trying to do.<br>
<br>Andy<br><br><div class="gmail_quote">On Thu, Mar 22, 2012 at 1:08 PM, Yumin Yuan <span dir="ltr">&lt;<a href="mailto:yumin.yuan@kitware.com">yumin.yuan@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">
Hi Li,<br>
<br>
Not knowing the whole workflow you are trying to set up, I am thinking<br>
you have to manage the communications with your program generating<br>
data yourself, paraview does not do that. However, you could write a<br>
paraview plugin, which listens to your program and fetch the data once<br>
they are generated, then your plugin can use paraview&#39;s framework to<br>
display the data. Here is a link regarding how to write a paraview<br>
plugin.<br>
<br>
<a href="http://www.paraview.org/Wiki/ParaView/Plugin_HowTo" target="_blank">http://www.paraview.org/Wiki/ParaView/Plugin_HowTo</a><br>
<br>
Yumin<br>
<br>
On Thu, Mar 22, 2012 at 11:52 AM, Li Guan &lt;<a href="mailto:li.9uan@gmail.com">li.9uan@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am trying to generate some point cloud from my own program, and I want to<br>
&gt; have it displayed by paraview once it is generated.<br>
&gt;<br>
&gt; Is there a way in paraview to automatically display this point cloud once<br>
&gt; the point cloud is generated from my program? is there a port listener kind<br>
&gt; of thing that I can initiate in paraview and listening to my point cloud<br>
&gt; data, and then automatically display it? Or any other suggestions?<br>
&gt;<br>
&gt; Thanks in advance~<br>
&gt;<br>
&gt; Li<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Paraview-developers mailing list<br>
&gt; <a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
&gt; <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
&gt;<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br>