[vtk-developers] segfault with vtkLineIntegralConvolution2D

David Gobbi david.gobbi at gmail.com
Mon Dec 12 13:59:37 EST 2016


Hi David,

Would it be possible for you to try the following MR to see if it fixes the
issue?
https://gitlab.kitware.com/vtk/vtk/merge_requests/2255
On my own system, it fixed the wrapping issue for
vtkLineIntegralConvolution2D.

Cheers,
  - David


On Mon, Dec 12, 2016 at 9:07 AM, David Gobbi <david.gobbi at gmail.com> wrote:

> 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/opensource/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/3c130642/attachment.html>


More information about the vtk-developers mailing list