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?
-- 
庞庆源 <pangqingyuan1...@gmail.com>
_______________________________________________
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

Reply via email to