[vtk-developers] segfault with vtkLineIntegralConvolution2D
David Gobbi
david.gobbi at gmail.com
Mon Dec 12 11:07:32 EST 2016
Hi David,
It would be __VTK_WRAP__, the older __WRAP__ macro was deprecated a few
months ago because it wasn't possible to tell from its name that it was
VTK-specific.
But excluding this method with an #ifdef shouldn't be necessary, because as
long as vtkPainterCommunicator.h is listed in the CMakeLists.txt, the
vtkWrapHierarchy tool should see the definition of the class and deduce
that it isn't derived from vtkObjectBase. The wrappers will then
automatically skip any methods that refer to it.
- David
On Mon, Dec 12, 2016 at 12:57 AM, <david.froger.ml at mailoo.org> wrote:
> I made this merge request https://gitlab.kitware.com/vtk
>> /vtk/merge_requests/2251
>> that add `#ifndef __WRAP__` `#endif` around methods that should be be
>> wrapped.
>>
>
> that should *not* be wrapped
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensou
> rce/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20161212/aa839f18/attachment.html>
More information about the vtk-developers
mailing list