MantisBT - VTK
View Issue Details
0003155VTK(No Category)public2006-04-21 11:442016-08-12 09:54
Amy Squillacote 
Will Schroeder 
lowminoralways
closedmoved 
 
 
0003155: ListMethods broken for vtkProp3D
When accessing VTK from Tcl, when I call ListMethods on an instance of vtkProp3D, the methods for vtkProp3DCollection are listed instead. It looks to me like some string matching is not quite working correctly.
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036859
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0004021)
Goodwin Lawlor   
2006-04-24 07:22   
vtkProp3D is an abstract class, so you can't create an instance of it.

When Tcl interpretes vtkProp3D is looks for the closest match (which is vtkProp3DCollection) and creates an instance of it. When you call ListMethods, it correctly returns vtkProp3DCollection methods.

Not a bug, to my mind... a bit quirky though.
(0036859)
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.