[Paraview] How does paraview pass multiple filenames to reader plugin?

庞庆源 pangqingyuan1991 at gmail.com
Tue Sep 17 07:23:55 EDT 2013


I have read some source of paraview plugin.All of them  define a char
pointer such as:
char *FileName;
and have two macro:
 vtkSetStringMacro(FileName);
 vtkGetStringMacro(FileName);
But paraview can choose multiple files once.And I would like to get the
filenames.So what should I do?Can someone give me a simple example?
-- 
庞庆源 <pangqingyuan1991 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130917/cc98a060/attachment.htm>


More information about the ParaView mailing list