<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812">
<STYLE>@font-face {
        font-family: 宋体;
}
@font-face {
        font-family: Verdana;
}
@font-face {
        font-family: @宋体;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; layout-grid: 15.6pt; }
P.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
LI.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
DIV.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        FONT-STYLE: normal; FONT-FAMILY: Verdana; COLOR: windowtext; FONT-WEIGHT: normal; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
UNKNOWN {
        FONT-SIZE: 10pt
}
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt">
<DIV><FONT color=#000080 size=2 face=Verdana>Thanks a lot! I am so glad
that someone pointd out what my next step to learn about
Paraview.</FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Verdana> Actually the code I type is
Python,not c++</FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV>
<DIV><FONT size=2>plato = vtkPlatonicSolodSource()</FONT></DIV>
<DIV><FONT size=2>plate.SetSolidType(3)</FONT></DIV>
<DIV> </DIV>
<DIV>I use the Paraview Client-Server mode ,and want to do some parallel
computing.The Server is Linux cluster,and The client is Windows.</DIV>
<DIV>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 </DIV>
<DIV>python script to import MPI function ,and then let the
servar do parallel jobs.I have installed the paraview enable MPI
on Server.If </DIV>
<DIV>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? </DIV>
<DIV>Sorry for my ugly English .May you have a good day!</DIV></DIV>
<DIV><FONT color=#000080 size=2 face=Verdana></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Verdana></FONT> </DIV>
<DIV><FONT color=#c0c0c0 size=2 face=Verdana>2009-09-11 </FONT></DIV><FONT
color=#000080 size=2 face=Verdana>
<HR style="WIDTH: 100px" align=left color=#b5c4df SIZE=1>
</FONT>
<DIV><FONT color=#c0c0c0 size=2 face=Verdana><SPAN>young_jh123</SPAN>
</FONT></DIV>
<HR color=#b5c4df SIZE=1>
<DIV><FONT size=2 face=Verdana><STRONG>发件人:</STRONG> J閞鬽e </FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>发送时间:</STRONG> 2009-09-11 17:07:56
</FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>收件人:</STRONG> young_jh123 </FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>抄送:</STRONG> paraview@paraview.org
</FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>主题:</STRONG> Re: [Paraview] How to render
a vtk object on Paraview GUI </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>Hi,<BR><BR>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++.<BR>Maybe you want a plugin (autostart or toolbar) to do that ? If yes, take
a look at the object builder :<BR> pqApplicationCore* core =
pqApplicationCore::instance();<BR> pqObjectBuilder* builder =
core->getObjectBuilder();<BR><BR>From current core instance's object builder,
you will be able to create servers, sources, filters,...<BR><BR>'Hope that
helps.<BR><BR>Jerome<BR><BR><BR>
<DIV class=gmail_quote>2009/9/11 young_jh123 <SPAN dir=ltr><<A
href="mailto:young_jh123@qq.com">young_jh123@qq.com</A>></SPAN><BR>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<DIV style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt">
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>
<DIV><FONT size=2>I use Paraview on Windows.I want to render a vtk object on
the Paraview gui,not the vtk window.</FONT></DIV>
<DIV><FONT size=2>I don't konw if the servermanager can do it.Just like
below:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>plato = vtkPlatonicSolodSource()</FONT></DIV>
<DIV><FONT size=2>plate.SetSolidType(3)</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>what should I do next to add the plato on the
pipeline browser,and render it ?</FONT></DIV></FONT></DIV>
<DIV align=left><FONT color=#c0c0c0 size=2 face=Verdana>2009-09-11
</FONT></DIV><FONT size=2 face=Verdana>
<HR style="WIDTH: 122px; HEIGHT: 2px" align=left SIZE=2>
<DIV><FONT color=#c0c0c0 size=2 face=Verdana><SPAN>young_jh123</SPAN>
</FONT></DIV></FONT></DIV><BR>_______________________________________________<BR>Powered
by <A href="http://www.kitware.com"
target=_blank>www.kitware.com</A><BR><BR>Visit other Kitware open-source
projects at <A href="http://www.kitware.com/opensource/opensource.html"
target=_blank>http://www.kitware.com/opensource/opensource.html</A><BR><BR>Please
keep messages on-topic and check the ParaView Wiki at: <A
href="http://paraview.org/Wiki/ParaView"
target=_blank>http://paraview.org/Wiki/ParaView</A><BR><BR>Follow this link to
subscribe/unsubscribe:<BR><A
href="http://www.paraview.org/mailman/listinfo/paraview"
target=_blank>http://www.paraview.org/mailman/listinfo/paraview</A><BR><BR></BLOCKQUOTE></DIV><BR></FONT></DIV></BODY></HTML>