MantisBT - VTK
View Issue Details
0006649VTK(No Category)public2008-03-25 13:222016-08-12 09:54
William McLendon 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0006649: SetRemoveIsolatedVertices() and edge-based threshold selections does not fully copy vertex attributes into the new graph
If I create an edge-selection of a graph with a threshold set and pass that into vtkExtractSelectedGraph() with SetRemoveIsolatedVertices(true), the resulting graph does not fully copy original vertex data into the new graph.

The vertices in the new graph also seem to not respect opacity in the theme as well (assuming I'm doing that correctly).

The attached python script should replicate this error.

No tags attached.
? test_SetRemoveIsolatedVertices.py (4,131) 2008-03-25 13:22
https://www.vtk.org/Bug/file/6364/test_SetRemoveIsolatedVertices.py
png scp.png (12,346) 2008-03-25 13:27
https://www.vtk.org/Bug/file/6365/scp.png
png
Issue History
2008-03-25 13:22William McLendonNew Issue
2008-03-25 13:22William McLendonFile Added: test_SetRemoveIsolatedVertices.py
2008-03-25 13:27William McLendonFile Added: scp.png
2008-03-25 13:28William McLendonNote Added: 0010904
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036964
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0010904)
William McLendon   
2008-03-25 13:28   
Forgot to add the error message I see printed:

Warning: In /home/wcmclen/dev/kitware.com/VTK/Rendering/vtkDynamic2DLabelMapper.cxx, line 243
vtkDynamic2DLabelMapper (0x848b30): Could not find label array (vertex_index) in input.

Looks like the vertex attribute array, 'vertex_index', isn't getting into the output.
(0036964)
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.