[Paraview] Questions about writing a reader
Moreland, Kenneth
kmorel at sandia.gov
Wed Apr 8 07:54:05 EDT 2009
You almost never have to override the ProcessRequest method. The default ProcessRequest for all the algorithm convenience classes (like vtkImageAlgorithm, vtkPolyDataAlgorithm, and so on) will identify the request and call the appropriate Request* method (RequestInformation, RequestData, etc.) as appropriate.
-Ken
________________________________________
From: paraview-bounces at paraview.org [paraview-bounces at paraview.org] On Behalf Of shenyanwen [shenyanwen at gmail.com]
Sent: Tuesday, April 07, 2009 7:31 PM
To: paraview at paraview.org
Subject: [Paraview] Questions about writing a reader
Hello, everyone!
I have a question about writing a reader of my own!
Do I need use the method ProcessRequest to set the output object or just set the type of output object in the method RequestInformation?
And I do NOT know which method in reader is the first to be called when read a file?Is the RequestInformation or something else!
Thank you so much for your help!
-Seven
--
shenyanwen at gmail.com<mailto:shenyanwen at gmail.com>
Mobile Phone:13476177952
Tel: 027-87558144
More information about the ParaView
mailing list