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: [email protected] [[email protected]] On Behalf 
Of shenyanwen [[email protected]]
Sent: Tuesday, April 07, 2009 7:31 PM
To: [email protected]
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

--
[email protected]<mailto:[email protected]>
Mobile Phone:13476177952
Tel: 027-87558144

_______________________________________________
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