Hello!
I have done the work to write a custom reader plugin and can show extension
in the Open File dialog.
But now, I have another question.
My reader seems do NOT work!
In my reader code, I used RequestInformation, RequestData, and ReadMetaData
which was executed in RequestInformation.
But it doesn't work!!
Should I use RequestDataObject to create a output data object? Or I can do
this in RequestInformation with :
vtkInformation *outInfo = outputVector->GetInformationObject(0);
Thank you so much!
-Seven
2009/4/2 Michael Jackson <[email protected]>
You are correct.
I _think_ the current way to extend paraview with your own plugin is as
follows:
Go to <http://www.paraview.org/Wiki/Extending_ParaView_at_Compile_Time>
for an example of how to do this.
That article has all the information that you will need.
_________________________________________________________
Mike Jackson [email protected]
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Apr 2, 2009, at 10:30 AM, shenyanwen wrote:
Hello, everyone!
I am trying to know the difference between Extending ParaView at compile
time and at run time.
In my thought, extend paraview at compile time means that before I compile
ParaView with CMake and VS2005, I made some changes to tell the compiler to
include the plugins I made. So, after that, when I compile the ParaView, it
will compile the plugin as a default part?
And extend paraview at run time means after I compiled the paraView , I
budid the plugin and use Tool Menu to add to the paraview!
Am I right about the difference ?Please tell me something about that!
Thank you so much!
_seven
--
[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
--
[email protected]
Mobile Phone:13476177952
Tel: 027-87558144
--
_________________________________________________________
Mike Jackson [email protected]
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
_______________________________________________
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