[Paraview] vtkFileSeriesReader Question
Moreland, Kenneth
kmorel at sandia.gov
Thu Jun 26 17:38:00 EDT 2008
Yes. You just have to expose properties of the target reader in the SM XML proxy.
As I hope you already know, to use vtkFileSeriesReader, you create a proxy object with the FileSeriesReaderProxy tag (in lieu of SourceProxy) and, among other things, you have a SubProxy named "Reader" which is the type of the target reader. Just add ExposedProperties for the Reader SubProxy and they will be exposed to the GUI.
I made a Wiki page recently concerning using the vtkFileSeriesReader that has a few more details. I would consult that if you have not yet.
http://www.paraview.org/Wiki/Restarted_Simulation_Readers#Customized_Restart_Reader
-Ken
> -----Original Message-----
> From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org]
> On Behalf Of Robert Maynard
> Sent: Thursday, June 26, 2008 12:09 PM
> To: paraview at paraview.org
> Subject: [Paraview] vtkFileSeriesReader Question
>
> When wrapping a reader with vtkFileSeriesReader, is there anyway to get
> any user options into the qt panel? Or should I just extend
> vtkFileSeriesReader for my needs?
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list