Thank you for the answer, I will try.<br>Best regards,<br>Didier Roissé<br><br><div class="gmail_quote">2010/6/9 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="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Additionally, if you have separate readers for the 3 kinds of data you<br>
mention, you can use &lt;Hints /&gt; to indicate that the result of that<br>
reader should be shown in  a spreadsheet view.<br>
<br>
Look at &quot;CSVReader&quot; proxy xml in<br>
ParaView/Servers/ServerManager/Resources/reader.xml<br>
<br>
&lt;SourceProxy ...&gt;<br>
    &lt;Hints&gt;<br>
        &lt;!-- View can be used to specify the preferred view for the proxy --&gt;<br>
        &lt;View type=&quot;SpreadSheetView&quot; /&gt;<br>
     &lt;/Hints&gt;<br>
&lt;/SourceProxy&gt;<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Wed, Jun 9, 2010 at 9:29 AM, David E DeMarle<br>
&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; wrote:<br>
&gt; This method:<br>
&gt;<br>
&gt;  pqDisplayPolicy::getPreferredViewType(pqOutputPort* opPort,<br>
&gt;    bool update_pipeline)<br>
&gt;<br>
&gt; governs what view type is initially created for any given source/reader/filter.<br>
&gt;<br>
&gt; For instance, if your plugin produces vtkTables when you read data<br>
&gt; values in, then the spreadsheet view should be created.<br>
&gt;<br>
&gt; David E DeMarle<br>
&gt; Kitware, Inc.<br>
&gt; R&amp;D Engineer<br>
&gt; 28 Corporate Drive<br>
&gt; Clifton Park, NY 12065-8662<br>
&gt; Phone: 518-371-3971 x109<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jun 9, 2010 at 8:44 AM, Didier Roissé &lt;<a href="mailto:didier.roisse@gmail.com">didier.roisse@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hello,<br>
&gt;&gt; I am writing an Amelet-HDF format plugin reader in paraview (you can see the<br>
&gt;&gt; code in the following link <a href="http://code.google.com/p/amelet-hdf/" target="_blank">http://code.google.com/p/amelet-hdf/</a>).<br>
&gt;&gt; The plugin reads three kinds of data:<br>
&gt;&gt;  * mesh<br>
&gt;&gt;  * data on mesh<br>
&gt;&gt;  * data<br>
&gt;&gt;<br>
&gt;&gt; When the plugin reads mesh and data on mesh, the results is displayed in the<br>
&gt;&gt; 3D view (it is ok). But when the plugin read data values, I would like that<br>
&gt;&gt; paraview show me the spreadsheet view. How can I do that in my plugin ?<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; Didier Roissé<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
</div></div></blockquote></div><br>