[vtkusers] Missing vtkDecimatePolylineFilter in Python
Eric E. Monson
emonson at cs.duke.edu
Tue May 4 09:09:39 EDT 2010
Hey Oliver,
Which version of VTK do you have installed? I have the git development head and vtkDecimatePolylineFilter shows up just fine. Maybe it was added after the version you're using?
-Eric
------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group
On May 4, 2010, at 4:18 AM, Oliver Rudolph wrote:
> Hi all!
>
> When trying to create an object of type vtkDecimatePolylineFilter in
> Python, it states:
>
>>>> import vtk
>>>> test = vtk.vtkDecimatePolylineFilter()
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> AttributeError: 'module' object has no attribute 'vtkDecimatePolylineFilter'
>
> Having a look at the vtk module content, the class does not show up
> either. Is it missing in the Python interface?
>
> Best regards,
> Oliver
> <oliver_rudolph.vcf>_______________________________________________
> 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list