[vtkusers] Missing vtkDecimatePolylineFilter in Python

Oliver Rudolph oliver.rudolph at iisb.fraunhofer.de
Tue May 4 04:18:41 EDT 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oliver_rudolph.vcf
Type: text/x-vcard
Size: 365 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100504/3ff29b25/attachment.vcf>


More information about the vtkusers mailing list