[vtk-developers] vtkImageReader2

David Doria daviddoria at gmail.com
Fri Sep 23 10:23:34 EDT 2011


It looks like vtkImageReader2 is a superclass for many of the image
reader classes. However, it seems that you can instantiate it and use
it without errors, but it just doesn't do anything:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/Broken/IO/ImageReader2

Is there a way to make one of the functions pure virtual so that it is
obvious and impossible to instantiate directly? I think that would
eliminate some confusion.

David



More information about the vtk-developers mailing list