MantisBT - VTK
View Issue Details
0008929VTK(No Category)public2009-04-24 14:012016-08-12 09:55
Beck Olson 
Kitware Robot 
normalminorN/A
closedmoved 
 
 
0008929: vtkOpenGL/MesaImageActor classes are difficult to extend due to non-virtual methods.
     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.
     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.
No tags attached.
Issue History
2009-04-24 14:01Beck OlsonNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037071
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037071)
Kitware Robot   
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.