[Paraview] How to have the spreadsheet view
David E DeMarle
dave.demarle at kitware.com
Wed Jun 9 09:29:56 EDT 2010
This method:
pqDisplayPolicy::getPreferredViewType(pqOutputPort* opPort,
bool update_pipeline)
governs what view type is initially created for any given source/reader/filter.
For instance, if your plugin produces vtkTables when you read data
values in, then the spreadsheet view should be created.
David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109
On Wed, Jun 9, 2010 at 8:44 AM, Didier Roissé <didier.roisse at gmail.com> wrote:
> Hello,
> I am writing an Amelet-HDF format plugin reader in paraview (you can see the
> code in the following link http://code.google.com/p/amelet-hdf/).
> The plugin reads three kinds of data:
> * mesh
> * data on mesh
> * data
>
> When the plugin reads mesh and data on mesh, the results is displayed in the
> 3D view (it is ok). But when the plugin read data values, I would like that
> paraview show me the spreadsheet view. How can I do that in my plugin ?
>
> Best regards,
> Didier Roissé
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
More information about the ParaView
mailing list