[vtkusers] vtkPolyDataMapper is an abstract class?

Jochen K. jochen.kling at email.de
Thu Jul 5 06:00:58 EDT 2012


Hi Mathieu,

a class containing virtual functions doesn't mean in general, it's a pure
abstract class. Looking into vtkPolyDataMapper.cxx you'll see, that some
functions are implemented, others not.

Modifying a function with the keyword /virtual/ allows this function to be
overridable.

with kind regards
Jochen

--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkPolyDataMapper-is-an-abstract-class-tp5714462p5714464.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list