View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010972VTK(No Category)public2010-07-09 16:092013-04-05 19:59
ReporterBurlen 
Assigned ToFrançois Bertel 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010972: vtkDataSet::GetDataObjectType is not virtual
DescriptionvtkDataSet::GetDataObjectType should be a virtual method, it is not currently.

Because it's not virtual, if you have an object of type vtkDataSet then you have to already know what derived type is and down cast it in order to get the right return value from this method making it pretty much useless for determining the object's type.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0021354)
François Bertel (developer)
2010-07-12 11:00

GetDataObjectType() is declared as virtual in the superclass vtkDataObject, therefore it is virtual even if the virtual keyword is not mentioned in vtkDataSet.

 Issue History
Date Modified Username Field Change
2010-07-09 16:09 Burlen New Issue
2010-07-12 10:58 François Bertel Status backlog => tabled
2010-07-12 10:58 François Bertel Assigned To => François Bertel
2010-07-12 11:00 François Bertel Note Added: 0021354
2010-07-12 11:00 François Bertel Status tabled => @80@
2010-07-12 11:00 François Bertel Resolution open => won't fix
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2013-04-05 19:59 Berk Geveci Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team