Hi,<br><br>In python, as far as I remember, the type of the data is given by the first affectation. And in vtkType.h,<br>vtkIdType is a simple c++ define of int (basically speaking. It seems to handle 64/32 integer cases.). <br>
I think you should not have to give such a type to your &quot;id&quot;...<br><br>Can you be more precise about your problem? eg giving code, error messages, etc. ?<br><br>Jerome<br><br><div class="gmail_quote">2010/1/11 Youbing Zhao <span dir="ltr">&lt;<a href="mailto:zhaoyoubing@gmail.com">zhaoyoubing@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear Guys,<br><br>I&#39;m try to call vtkPolyData.InsertNextCell(1, id) in Python which requires a vtkIdType variable as the second input.<br>
<br>But I have no idea of setup a vtkIdType variable. I tried vtk.vtkIdType, but it&#39;s not in the module.<br>
<br>Does anybody has the experience?<br><br>Thank you very much<br clear="all"><font color="#888888"><br>Youbing<br>
</font><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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>