<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 8, 2019 at 5:43 AM Franks <<a href="mailto:masterwangzx@gmail.com">masterwangzx@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am using python to create my vtk project. But I found that there are less<br>
resources for python than c++. I want to read the documentation for python.<br>
<br>
1. I use help() in python. It is somehow helpful. But it is inconvenient to<br>
see the documentation in the console.<br>
<br></blockquote><div>Yes, this can be a bit verbose. To see what methods are available, I find `dir()` to be useful and less verbose.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
2. The ducumentation downloaded in the official website is helpful. But I<br>
found a problem. It can't expand list by mouse click.<br>
<<a href="http://vtk.1045678.n5.nabble.com/file/t342588/TIM%E5%9B%BE%E7%89%8720190108180449.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/file/t342588/TIM%E5%9B%BE%E7%89%8720190108180449.png</a>></blockquote><div><br></div><div>Yes, that's from a missing JavaScript file. We'll get it fixed. </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
3. I use the vtk installed by pip. It has a problem that my ide(pycharm) can<br>
not prompt the inherited function. I must know the parent class name and it<br>
prompt the function name. <br>
<br>
reader = vtk.vtkJPEGReader()<br>
# reader.SetFileName() this can not be prompted<br>
vtk.vtkImageReader2.SetFileName(reader, '')<br></blockquote><div><br></div><div>I'm not sure about that one.</div><div><br></div><div>Best,</div><div>Cory </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Cory Quammen<br>Staff R&D Engineer<br>Kitware, Inc.</div></div>