View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003155VTK(No Category)public2006-04-21 11:442016-08-12 09:54
ReporterAmy Squillacote 
Assigned ToWill Schroeder 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003155: ListMethods broken for vtkProp3D
DescriptionWhen 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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0004021)
Goodwin Lawlor (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036859
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team