[Paraview] How to render a vtk object on Paraview GUI
young_jh123
young_jh123 at qq.com
Fri Sep 11 06:01:00 EDT 2009
Thanks a lot! I am so glad that someone pointd out what my next step to learn about Paraview.
Actually the code I type is Python,not c++
plato = vtkPlatonicSolodSource()
plate.SetSolidType(3)
I use the Paraview Client-Server mode ,and want to do some parallel computing.The Server is Linux cluster,and The client is Windows.
I want to know if I can just use python script on client to manager the server how to parallel computing.I means if I can use the client
python script to import MPI function ,and then let the servar do parallel jobs.I have installed the paraview enable MPI on Server.If
the client python script could not fulfill that job.Should I write a plugin on Server use C++,and then in there I use the MPI?
Sorry for my ugly English .May you have a good day!
2009-09-11
young_jh123
发件人: J閞鬽e
发送时间: 2009-09-11 17:07:56
收件人: young_jh123
抄送: paraview at paraview.org
主题: Re: [Paraview] How to render a vtk object on Paraview GUI
Hi,
find attached an xml that exposes the vtkPlatonicSolidSource in the paraview sources menu. Load it from the tools->"Manage plugins" menu. At least it will allow you to create a platonic solid in paraview GUI. But I don't understand why you want to ask for it in C++.
Maybe you want a plugin (autostart or toolbar) to do that ? If yes, take a look at the object builder :
pqApplicationCore* core = pqApplicationCore::instance();
pqObjectBuilder* builder = core->getObjectBuilder();
From current core instance's object builder, you will be able to create servers, sources, filters,...
'Hope that helps.
Jerome
2009/9/11 young_jh123 <young_jh123 at qq.com>
I use Paraview on Windows.I want to render a vtk object on the Paraview gui,not the vtk window.
I don't konw if the servermanager can do it.Just like below:
plato = vtkPlatonicSolodSource()
plate.SetSolidType(3)
what should I do next to add the plato on the pipeline browser,and render it ?
2009-09-11
young_jh123
_______________________________________________
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090911/b1cc1671/attachment-0001.htm>
More information about the ParaView
mailing list