Skip to content
  • David Gobbi's avatar
    Add typedef handling to vtkWrapClientServer. · b60c9e39
    David Gobbi authored
    This change allows vtkWrapClientServer to resolve typedefs that it
    encounters in the header files that it wraps.  Without this change,
    methods that use typdef'd types cannot be wrapped, unless the types
    are hard-coded into vtkParse.l, such as vtkIdType.
    b60c9e39