View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008929VTK(No Category)public2009-04-24 14:012016-08-12 09:55
ReporterBeck Olson 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008929: vtkOpenGL/MesaImageActor classes are difficult to extend due to non-virtual methods.
Description     Methods in vtkOpenGL/MesaImageActor are not declared as virtual, and as such are very inefficient to subclass. It would be easy to solve this problem if the methods shared by these two classes (Load, InternalRender, MakeDataSuitable) were declared as pure virtual methods in their base class, vtkImageActor.
Additional Information     I am currently working on the development of an application using vtk to visualize medical images and data. To correctly visualize our data it is necessary to override the MakeDataSuitable method in vtkOpenGLImageActor. Unfortunately MakeDataSuitable is not virtual so I have to override (copy but not modify) all the non-virtual methods that call it (Load, InternalRender) until I reach the virtual Render method.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0037071)
Kitware Robot (administrator)
2016-08-12 09:55

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
2009-04-24 14:01 Beck Olson New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037071
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team