[vtk-developers] vtkParse.l : allowing a more flexible class name syntax

Ken Martin ken.martin at kitware.com
Mon Sep 17 08:55:21 EDT 2001


Classes in the wrappers are divided into two categories

1) those that subclass of of vtkObject
2) those that do not subclass off of vtkObject

You can use whatever regular expression you want to find a wrapable
class, but if you use a very broad one, it will think that ostream is
a subclass of vtkObject and try invoking Register() on it, which of
course will not compile.

Ken






More information about the vtk-developers mailing list