MantisBT - VTK
View Issue Details
0006705VTK(No Category)public2008-04-01 17:422016-08-12 09:54
Clinton Stimpson 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0006705: crash using vtkQuadricLODActor with composite data sets
The docs for vtkQuadricLODActor say it can replace vtkActor.
But vtkQuadricLODActor assumes vtkPolyData. It would be nice if it worked with other composite data sets.

See attached python script.
No tags attached.
? multiblock.py (847) 2008-04-01 17:42
https://www.vtk.org/Bug/file/6381/multiblock.py
? multiblock-new.py (1,210) 2009-03-03 11:24
https://www.vtk.org/Bug/file/7090/multiblock-new.py
Issue History
2008-04-01 17:42Clinton StimpsonNew Issue
2008-04-01 17:42Clinton StimpsonFile Added: multiblock.py
2009-03-03 11:23Robert HainesNote Added: 0015514
2009-03-03 11:24Robert HainesFile Added: multiblock-new.py
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036965
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0015514)
Robert Haines   
2009-03-03 11:23   
I don't know why it's causing a SEGV. I tested your code with my patch for vtkQuadricLODActor (http://public.kitware.com/Bug/view.php?id=8659 [^]) but it still raises the seg fault.

You can, however, rewrite the code so that it does work by using vtkAppendPolyData instead of vtkMultiBlockDataSet. Not sure this helps your real problem as opposed to the example you posted but I'll attach a working version anyway.
(0036965)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.