[vtkusers] core dump with python/vtk

Mathieu Malaterre mmalat at irus.rri.ca
Thu May 30 16:25:54 EDT 2002


Hi all,
  I had a core dump in my python script.
You can find my python script (crash.py) in:

http://www.irus.rri.ca/~mmalat/Vtk
You also need two files:
coredump.vtk and coredump1.vtk (there are also two zip of these files).

Here is also my python script:

from vtk import *

geometryFilterReader = vtkPolyDataReader()
geometryFilterReader.SetFileName('coredump1.vtk')

reader = vtkStructuredPointsReader()
reader.SetFileName('coredump.vtk')

spe = vtkSubPixelPositionEdgels()
spe.SetInput(geometryFilterReader.GetOutput())
spe.SetGradMaps(reader.GetOutput())
spe.Update()


I work with python 2.2 and VTK cvs (today !)
Does this script work for anyone ? If so could you send me the output.
Thanks a lot

Mathieu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mmalat.vcf
Type: text/x-vcard
Size: 392 bytes
Desc: Card for Mathieu Malaterre
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20020530/72357967/attachment.vcf>


More information about the vtkusers mailing list