Utkarsh, this is exactly what I want. Thanks a lot !<br>
For those interested in, I give in the following the XML for exposing
vtkImageMathematics filter into ParaView filters menu. They are some
weird behaviour, but I am going further on (like : no &quot;Change input&quot;
choice when right clicking on the Image Math in the pipeline...)<br>
<br>
Thanks again !<br>
<br>
Jerome<br>
<br>
      &lt;!-- ================================================================== --&gt;<br>
      &lt;SourceProxy name=&quot;ImageMathematics&quot; class=&quot;vtkImageMathematics&quot; label=&quot;Image Math&quot;&gt;<br>
         &lt;Documentation<br>
                       long_help=&quot;Provides some image operations, one or two inputs.&quot;<br>
                       short_help=&quot;vtkImageMathematics filter.&quot;&gt;<br>
         &lt;/Documentation&gt;<br>
         &lt;InputProperty<br>
                       name=&quot;Input1&quot;<br>
                       command=&quot;SetInputConnection&quot;<br>
                       port_index=&quot;0&quot;&gt;<br>
            &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>
               &lt;Group name=&quot;sources&quot;/&gt;<br>
               &lt;Group name=&quot;filters&quot;/&gt;<br>
            &lt;/ProxyGroupDomain&gt;<br>
            &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>
               &lt;DataType value=&quot;vtkImageData&quot;/&gt;<br>
            &lt;/DataTypeDomain&gt;<br>
            &lt;Documentation&gt;<br>
               Set the input to the Image Mathematics filter.<br>
            &lt;/Documentation&gt;<br>
         &lt;/InputProperty&gt;<br>
         &lt;InputProperty<br>
                       name=&quot;Input2&quot;<br>
                       command=&quot;SetInputConnection&quot;<br>
                       port_index=&quot;1&quot;&gt;<br>
            &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>
               &lt;Group name=&quot;sources&quot;/&gt;<br>
               &lt;Group name=&quot;filters&quot;/&gt;<br>
            &lt;/ProxyGroupDomain&gt;<br>
            &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>
               &lt;DataType value=&quot;vtkImageData&quot;/&gt;<br>
            &lt;/DataTypeDomain&gt;<br>
            &lt;Documentation&gt;<br>
               Set the input to the Image Mathematics filter.<br>
            &lt;/Documentation&gt;<br>
         &lt;/InputProperty&gt;<br>
         <br>
         &lt;IntVectorProperty<br>
                           name=&quot;Operation&quot;<br>
                           command=&quot;SetOperation&quot;<br>
                           number_of_elements=&quot;1&quot;<br>
                           default_values=&quot;0&quot;&gt;<br>
            <br>
            &lt;EnumerationDomain name=&quot;enum&quot;&gt;<br>
               &lt;Entry value=&quot;0&quot; text=&quot;Add&quot;/&gt;<br>
               &lt;Entry value=&quot;1&quot; text=&quot;Substract&quot;/&gt;<br>
               &lt;Entry value=&quot;2&quot; text=&quot;Multiply&quot;/&gt;<br>
               &lt;Entry value=&quot;3&quot; text=&quot;Divide&quot;/&gt;<br>
               &lt;Entry value=&quot;4&quot; text=&quot;Invert&quot;/&gt;<br>
               &lt;Entry value=&quot;5&quot; text=&quot;Sin&quot;/&gt;<br>
               &lt;Entry value=&quot;6&quot; text=&quot;Cos&quot;/&gt;<br>
               &lt;Entry value=&quot;7&quot; text=&quot;Exp&quot;/&gt;<br>
               &lt;Entry value=&quot;8&quot; text=&quot;Log&quot;/&gt;<br>
               &lt;Entry value=&quot;9&quot; text=&quot;Abs&quot;/&gt;<br>
               &lt;Entry value=&quot;10&quot; text=&quot;Sqr&quot;/&gt;<br>
               &lt;Entry value=&quot;11&quot; text=&quot;Sqrt&quot;/&gt;<br>
               &lt;Entry value=&quot;12&quot; text=&quot;Min&quot;/&gt;<br>
               &lt;Entry value=&quot;13&quot; text=&quot;Max&quot;/&gt;<br>
               &lt;Entry value=&quot;14&quot; text=&quot;Atan&quot;/&gt;<br>
               &lt;Entry value=&quot;15&quot; text=&quot;Atan2&quot;/&gt;<br>
               &lt;Entry value=&quot;16&quot; text=&quot;Multiply by k&quot;/&gt;<br>
               &lt;Entry value=&quot;17&quot; text=&quot;Add c&quot;/&gt;<br>
               &lt;Entry value=&quot;18&quot; text=&quot;Conjugate&quot;/&gt;<br>
               &lt;Entry value=&quot;19&quot; text=&quot;Complex multiply&quot;/&gt;<br>
               &lt;Entry value=&quot;20&quot; text=&quot;Replace by k&quot;/&gt;<br>
            &lt;/EnumerationDomain&gt;<br>
         &lt;/IntVectorProperty&gt;<br>
         <br>
         &lt;DoubleVectorProperty<br>
                              name=&quot;ConstantK&quot;<br>
                              command=&quot;SetConstantK&quot;<br>
                              number_of_elements=&quot;1&quot;<br>
                              default_values=&quot;1&quot;&gt;<br>
         &lt;/DoubleVectorProperty&gt;<br>
         <br>
         &lt;DoubleVectorProperty<br>
                              name=&quot;ConstantC&quot;<br>
                              command=&quot;SetConstantC&quot;<br>
                              number_of_elements=&quot;1&quot;<br>
                              default_values=&quot;0&quot;&gt;<br>
         &lt;/DoubleVectorProperty&gt;<br>
         <br>
         &lt;IntVectorProperty<br>
                           name=&quot;DivideByZeroToC&quot;<br>
                           command=&quot;SetDivideByZeroToC&quot;<br>
                           number_of_elements=&quot;1&quot;<br>
                           default_values=&quot;1&quot;&gt;<br>
            &lt;BooleanDomain name=&quot;boolean&quot;/&gt;<br>
         &lt;/IntVectorProperty&gt;<br>
         <br>
      &lt;/SourceProxy&gt;<br>
      &lt;!-- End ImageMathematics --&gt;<br><br><div class="gmail_quote">2009/4/3 Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You are on the right track. The difference between vtkImageAppend and<br>
vtkImageMathematics is that the former supports &quot;multiple input<br>
connections on a single input port&quot; while the latter supports &quot;one<br>
input connection each on two input ports&quot;. This former is supported in<br>
the XML by using the multiple_input attribute, while for the latter,<br>
you need to have two separate input properties as follows:<br>
<br>
&lt;InputProperty name=&quot;Input1&quot; command=&quot;SetInputConnection&quot; ... /&gt;  &lt;!--<br>
port_index=&quot;0&quot; is by default --&gt;<br>
&lt;InputProperty name=&quot;Input2&quot; port_index=&quot;1&quot; command=&quot;SetInputConnection&quot; ... /&gt;<br>
<br>
The key here is the &quot;port_index&quot; attribute.<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Fri, Apr 3, 2009 at 2:53 AM, Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt; wrote:<br>
&gt; Ok !<br>
&gt; No, it doesn&#39;t work, but I made my mind:<br>
&gt;<br>
&gt; * vtkImageMathematics has two input ports, the second one being optional.<br>
&gt; That&#39;s why the XML works with one filter.<br>
&gt;<br>
&gt; * Function SetInput1 and SetInput2 are wrappers around SetInputConnection<br>
&gt; for old-style programming compatibility. SetInputX is in fact<br>
&gt; SetInputConnection(X-1, input_port1 )<br>
&gt;<br>
&gt; When using AddInputConnection like vtkImageAppend does, it is based on the<br>
&gt; &#39;one port&#39; fashion of the filter, then multiple inputs means multiple<br>
&gt; connections on one port... That is not the case for vtkImageMathematics !!<br>
&gt;<br>
&gt; So, I would like to use kind of number_of_elements statement and<br>
&gt; element_types statement to handle something like :<br>
&gt; &lt;InputProperty<br>
&gt;                        name=&quot;Input1&quot;<br>
&gt;                        command=&quot;SetInputConnection&quot;<br>
&gt;                        number_of_elements=&quot;2&quot;<br>
&gt;                        element_types=&quot;0 3&quot;   &lt;!-- Yes I know, type &#39;3&#39; does<br>
&gt; not exist: I want this to be vtkAlgorithmOutput --&gt;<br>
&gt;                        default_values=&quot;0 Input1&quot;&gt; &lt;!-- Yes I know, but you<br>
&gt; see what I means ?? --&gt;<br>
&gt;             &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>
&gt;                   &lt;Group name=&quot;sources&quot;/&gt;<br>
&gt;                   &lt;Group name=&quot;filters&quot;/&gt;<br>
&gt;             &lt;/ProxyGroupDomain&gt;<br>
&gt;             &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>
&gt;                  &lt;DataType value=&quot;vtkImageData&quot;/&gt;<br>
&gt;             &lt;/DataTypeDomain&gt;<br>
&gt;             &lt;Documentation&gt;<br>
&gt;                   Set the input to the vtkImageMathematics filter.<br>
&gt;             &lt;/Documentation&gt;<br>
&gt;   &lt;/InputProperty&gt;<br>
&gt;<br>
&gt; And then the same with Input2, where default_values would be &quot;1 Input2&quot;.<br>
&gt; I know one solution is to create an inherited class from<br>
&gt; vtkImageMathematics, with accessors on input port 0 and port 1. I already<br>
&gt; did that for vtkImageStencil, what works fine. My problem here is to make<br>
&gt; vtkImageMathematic available without building any plugins: c++-allergics<br>
&gt; have rights to use image addition and substraction inside ParaView !! one<br>
&gt; XML to load, that&#39;s all !<br>
&gt;<br>
&gt; I hope -for these allergics- that there is a solution...<br>
&gt;<br>
&gt; Best regards<br>
&gt;<br>
&gt; Jerome<br>
&gt;<br>
&gt; 2009/4/2 Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; Many thanks for your quick answer. The problem I described was observed on<br>
&gt;&gt; Paraview 3.4 release, debug build. I have a 3.5 CVS (not updated, so bad...)<br>
&gt;&gt; on which I tried my XML just right now: &quot;Image Math&quot; is no more gray!! I am<br>
&gt;&gt; able to apply the filter on a single image, with &quot;Add constant&quot;, &quot;Multiply<br>
&gt;&gt; by constant&quot;, etc.<br>
&gt;&gt;<br>
&gt;&gt; The new problem is when I want to add two image. I selected two mandelbrot<br>
&gt;&gt; sources, then I plugged the &quot;Image Math&quot; filter. The output window claims:<br>
&gt;&gt; &quot;Input port 0 of algorithm vtkImageMathematics(0x7f081c4bcb70) has 2<br>
&gt;&gt; connections but is not repeatable&quot;.<br>
&gt;&gt;<br>
&gt;&gt; I tried the repeat_command=&quot;1&quot; statement, without optimism and not much<br>
&gt;&gt; success... It seems that vtkImageMathematics input is old-fashionned, but<br>
&gt;&gt; the VTK doc says that SetInput1 and SetInput2 is like involking<br>
&gt;&gt; AddInputConnection. Where do I miss something ???<br>
&gt;&gt;<br>
&gt;&gt; Thanks for all,<br>
&gt;&gt;<br>
&gt;&gt; Jerome<br>
&gt;&gt;<br>
&gt;&gt; 2009/4/2 Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I justed loaded your XML as a plugin in CVS ParaView is seems to being<br>
&gt;&gt;&gt; enabled fine. I was able to apply the filter to Mandlebrot source.<br>
&gt;&gt;&gt; What version of ParaView are you using?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Utkarsh<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2009/4/2 Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt;:<br>
&gt;&gt;&gt; &gt; Dear all,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I am unsuccessfully fighting with XML description of the VTK<br>
&gt;&gt;&gt; &gt; vtkImageMathematics filter. I want it to be available in the ParaView<br>
&gt;&gt;&gt; &gt; filters. At the end of this mail is the XML I wrote, widely inspired<br>
&gt;&gt;&gt; &gt; from<br>
&gt;&gt;&gt; &gt; &quot;Append Geometry&quot;.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Note that it is part of a larger file making available<br>
&gt;&gt;&gt; &gt; ImageGaussianSmooth,<br>
&gt;&gt;&gt; &gt; ImageSobel3D, ImageFilp, SplineFilter, some different sources...<br>
&gt;&gt;&gt; &gt; Everything<br>
&gt;&gt;&gt; &gt; works well, except Image Mathematics and Image Reslice (I told about<br>
&gt;&gt;&gt; &gt; Reslice<br>
&gt;&gt;&gt; &gt; in another thread).<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; The symptom is the following : the &quot;Image Math&quot; appears in the filters<br>
&gt;&gt;&gt; &gt; list,<br>
&gt;&gt;&gt; &gt; but is always unavailable, even if I select one proxy or two in the<br>
&gt;&gt;&gt; &gt; pipeline. What is the diagnostic, doctors ? Is there a therapy ?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Thanks all !<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Best regards,<br>
&gt;&gt;&gt; &gt; Jerome<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; &lt;ServerManagerConfiguration&gt;<br>
&gt;&gt;&gt; &gt;    &lt;ProxyGroup name=&quot;filters&quot;&gt;<br>
&gt;&gt;&gt; &gt;       &lt;!--<br>
&gt;&gt;&gt; &gt; ================================================================== --&gt;<br>
&gt;&gt;&gt; &gt;       &lt;SourceProxy name=&quot;ImageMathematics&quot; class=&quot;vtkImageMathematics&quot;<br>
&gt;&gt;&gt; &gt; label=&quot;Image Math&quot;&gt;<br>
&gt;&gt;&gt; &gt;          &lt;Documentation<br>
&gt;&gt;&gt; &gt;                        long_help=&quot;Provides some image operations, one<br>
&gt;&gt;&gt; &gt; or two<br>
&gt;&gt;&gt; &gt; inputs.&quot;<br>
&gt;&gt;&gt; &gt;                        short_help=&quot;vtkImageMathematics filter.&quot;&gt;<br>
&gt;&gt;&gt; &gt;          &lt;/Documentation&gt;<br>
&gt;&gt;&gt; &gt;       &lt;InputProperty<br>
&gt;&gt;&gt; &gt;          name=&quot;Input&quot;<br>
&gt;&gt;&gt; &gt;          command=&quot;AddInputConnection&quot;<br>
&gt;&gt;&gt; &gt;          clean_command=&quot;RemoveAllInputs&quot;<br>
&gt;&gt;&gt; &gt;          multiple_input=&quot;1&quot;&gt;<br>
&gt;&gt;&gt; &gt;            &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>
&gt;&gt;&gt; &gt;              &lt;Group name=&quot;sources&quot;/&gt;<br>
&gt;&gt;&gt; &gt;              &lt;Group name=&quot;filters&quot;/&gt;<br>
&gt;&gt;&gt; &gt;            &lt;/ProxyGroupDomain&gt;<br>
&gt;&gt;&gt; &gt;            &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>
&gt;&gt;&gt; &gt;              &lt;DataType value=&quot;vtkImageData&quot;/&gt;<br>
&gt;&gt;&gt; &gt;            &lt;/DataTypeDomain&gt;<br>
&gt;&gt;&gt; &gt;            &lt;Documentation&gt;<br>
&gt;&gt;&gt; &gt;              Set the input to the Append Geometry filter.<br>
&gt;&gt;&gt; &gt;            &lt;/Documentation&gt;<br>
&gt;&gt;&gt; &gt;       &lt;/InputProperty&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;          &lt;IntVectorProperty<br>
&gt;&gt;&gt; &gt;                            name=&quot;Operation&quot;<br>
&gt;&gt;&gt; &gt;                            command=&quot;SetOperation&quot;<br>
&gt;&gt;&gt; &gt;                            number_of_elements=&quot;1&quot;<br>
&gt;&gt;&gt; &gt;                            default_values=&quot;0&quot;&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;             &lt;EnumerationDomain name=&quot;enum&quot;&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;0&quot; text=&quot;Add&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;1&quot; text=&quot;Substract&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;2&quot; text=&quot;Multiply&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;3&quot; text=&quot;Divide&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;4&quot; text=&quot;Invert&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;5&quot; text=&quot;Sin&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;6&quot; text=&quot;Cos&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;7&quot; text=&quot;Exp&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;8&quot; text=&quot;Log&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;9&quot; text=&quot;Abs&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;10&quot; text=&quot;Sqr&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;11&quot; text=&quot;Sqrt&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;12&quot; text=&quot;Min&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;13&quot; text=&quot;Max&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;14&quot; text=&quot;Atan&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;15&quot; text=&quot;Atan2&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;16&quot; text=&quot;Multiply by k&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;17&quot; text=&quot;Add c&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;18&quot; text=&quot;Conjugate&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;19&quot; text=&quot;Complex multiply&quot;/&gt;<br>
&gt;&gt;&gt; &gt;                &lt;Entry value=&quot;20&quot; text=&quot;Replace by k&quot;/&gt;<br>
&gt;&gt;&gt; &gt;             &lt;/EnumerationDomain&gt;<br>
&gt;&gt;&gt; &gt;          &lt;/IntVectorProperty&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;          &lt;DoubleVectorProperty<br>
&gt;&gt;&gt; &gt;                               name=&quot;ConstantK&quot;<br>
&gt;&gt;&gt; &gt;                               command=&quot;SetConstantK&quot;<br>
&gt;&gt;&gt; &gt;                               number_of_elements=&quot;1&quot;<br>
&gt;&gt;&gt; &gt;                               default_values=&quot;1&quot;&gt;<br>
&gt;&gt;&gt; &gt;          &lt;/DoubleVectorProperty&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;          &lt;DoubleVectorProperty<br>
&gt;&gt;&gt; &gt;                               name=&quot;ConstantC&quot;<br>
&gt;&gt;&gt; &gt;                               command=&quot;SetConstantC&quot;<br>
&gt;&gt;&gt; &gt;                               number_of_elements=&quot;1&quot;<br>
&gt;&gt;&gt; &gt;                               default_values=&quot;0&quot;&gt;<br>
&gt;&gt;&gt; &gt;          &lt;/DoubleVectorProperty&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;          &lt;IntVectorProperty<br>
&gt;&gt;&gt; &gt;                            name=&quot;DivideByZeroToC&quot;<br>
&gt;&gt;&gt; &gt;                            command=&quot;SetDivideByZeroToC&quot;<br>
&gt;&gt;&gt; &gt;                            number_of_elements=&quot;1&quot;<br>
&gt;&gt;&gt; &gt;                            default_values=&quot;1&quot;&gt;<br>
&gt;&gt;&gt; &gt;             &lt;BooleanDomain name=&quot;boolean&quot;/&gt;<br>
&gt;&gt;&gt; &gt;          &lt;/IntVectorProperty&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;       &lt;/SourceProxy&gt;<br>
&gt;&gt;&gt; &gt;       &lt;!-- End ImageMathematics --&gt;<br>
&gt;&gt;&gt; &gt;    &lt;/ProxyGroup&gt;<br>
&gt;&gt;&gt; &gt;    &lt;!-- End Filters Group --&gt;<br>
&gt;&gt;&gt; &gt; &lt;/ServerManagerConfiguration&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>