View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003516VTK(No Category)public2006-07-15 15:372008-02-25 12:18
ReporterDrew Dolgert 
Assigned ToJeff Baumes 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003516: Common/vtkProperty2D interface uses Filtering/vtkViewport
DescriptionCommon\vtkProperty2D.h has a method
virtual void Render(vtkViewport* vtkNotUsed(vp)) {}
with an empty body. The comment says it is for device-specific subclasses to implement.

vtkFiltering.dll depends on vtkCommon.dll, so a class in Common should not depend on a class in Filtering. There are no subclasses of vtkProperty2D, so this stub method is not used and can be deleted.

The only way for .NET wrapper code to know to exclude a forward reference is to make an association of all classes and kits. This is error-prone and fails for vtkLocal and vtkMy. Please remove this method because wrappers could be much simpler.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0010643)
Jeff Baumes (administrator)
2008-02-25 12:18

A change in October 2006 put ETX/BTX around this method as a way for wrappers to exclude it.

 Issue History
Date Modified Username Field Change
2008-02-06 11:00 Jeff Baumes Assigned To Will Schroeder => Jeff Baumes
2008-02-25 12:18 Jeff Baumes Status tabled => closed
2008-02-25 12:18 Jeff Baumes Note Added: 0010643
2008-02-25 12:18 Jeff Baumes Resolution open => fixed
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team