[vtk-developers] Wrapper fixes for vtkDispatcher

David Gobbi david.gobbi at gmail.com
Mon Aug 27 17:27:00 EDT 2012


Hi Robert,

The vtkWrapHierarchy tool tabulates _all_ of the types that are
defined in any VTK header, just in case those types are ever
encountered (even if only as forward declarations) in one of the
wrapped class interfaces.  The idea is that even a non-wrapped
type might appear as a method parameter in a wrapped class
(VTK used to require BTX/ETX around such methods).

 - David


On Mon, Aug 27, 2012 at 3:08 PM, Robert Maynard
<robert.maynard at kitware.com> wrote:
> The changes look good to me. I had thought since the classes are listed in
> WRAP_EXCLUDE we wouldn't have any issues with the parser.
>
>
> On Mon, Aug 27, 2012 at 4:42 PM, David Gobbi <david.gobbi at gmail.com> wrote:
>>
>> The nested template declarations in vtkDispatcher.h identified a
>> couple errors in the wrapper code. I've submitted a gerrit patch for
>> the wrappers that should fix the issue & allow the wrappers to
>> compile.
>>
>> http://review.source.kitware.com/#/t/1144/
>>
>> Ignore the vtkParse.tab.c changes, it's generated from vtkParse.y.
>>
>>  - David
>
>
>
>
> --
> Robert Maynard



More information about the vtk-developers mailing list