[vtk-developers] Wrapper fixes for vtkDispatcher

Robert Maynard robert.maynard at kitware.com
Mon Aug 27 17:32:00 EDT 2012


That makes sense, thanks for the clarification.

On Mon, Aug 27, 2012 at 5:27 PM, David Gobbi <david.gobbi at gmail.com> wrote:

> 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
>



-- 
Robert Maynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120827/6a346a04/attachment.html>


More information about the vtk-developers mailing list