[vtkusers] Missing vtkDecimatePolylineFilter in Python

Oliver Rudolph oliver.rudolph at iisb.fraunhofer.de
Tue May 4 10:26:53 EDT 2010


Hi Eric,

thanks for the hint! My notebook and desktop really had different
versions installed. After installing the 5.4 release, everything works fine.

Best regards,
Oliver




Eric E. Monson wrote:
> 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
> 
> 
-------------- 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/b584a7da/attachment.vcf>


More information about the vtkusers mailing list