<html><head><style> body {height: 100%; color:#000000; font-size:12pt; font-family:Times New Roman;}</style></head><body>Thank you very much for your reply, Seb.<br>I have been reading lots of exemple in the .xml files before I ask you this question :<br>For input, we have&nbsp; command="SetInputArrayToProcess" to know that there is a function (if i'm right) which is linked with the input.<br>But for the output, there isn't any information like that. So, I wonder if the output as information_only="1" is the return value of an vtkGetMacro?<br>And if the return value of my function is not an attribute of my class, is there any way to see this return value?<br><br><br>----- Original Message -----<br>From: Sebastien Jourdain &lt;sebastien.jourdain@kitware.com&gt;<br>To: Tuan Ha Tran &lt;tuan-ha.tran@insa-lyon.fr&gt;<br>Cc: paraview-developers@paraview.org, paraview@paraview.org<br>Sent: Tue, 05 Jun 2012 21:26:37 +0200 (CEST)<br>Subject: Re: [Paraview] Setter and getter for ParaView Plugin<br><br>You just have to use the attribute<br><br>information_only="1"<br><br>For more details, you can look at the one that are defined inside<br>ParaView itself in<br>SRC/ParaViewCode/ServerImplementation/Resources/*.xml<br><br>Seb<br><br>On Tue, Jun 5, 2012 at 3:21 PM, Tuan Ha Tran <tuan-ha.tran@insa-lyon.fr> wrote:<br>&gt; Hi everyone,<br>&gt; &nbsp;&nbsp; I want to ask you a question about setter and getter of ParaView Plugin.<br>&gt; &nbsp;&nbsp; As input, we can use the xml file to link them, using<br>&gt;<intvectorproperty>, <stringvectorproperty>, etc.<br>&gt; &nbsp;&nbsp; So, for the outputs, how can we write the xml file?<br>&gt; &nbsp;&nbsp; For exemple, I have a function with "double" as return value. And I want<br>&gt; to show this value in ParaView, as well as extract it in Python Shell and<br>&gt; JavaScript Terminal (ParaViewWeb).<br>&gt; &nbsp;&nbsp; Thank you very much in advance.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Powered by www.kitware.com<br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; http://www.kitware.com/opensource/opensource.html<br>&gt;<br>&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; http://paraview.org/Wiki/ParaView<br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt;<br><br></stringvectorproperty></intvectorproperty></tuan-ha.tran@insa-lyon.fr></body></html>