[vtkusers] Error: no override found for 'vtkRayCastImageDisplayHelper'

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Dec 9 23:39:16 EST 2015


I was wondering about that. When using SmartVolumeMapper, did you include
its header in the mm file? If you are linking with vtkRenderingCore and
vtkRenderingVolumeOpenGL and vtkRenderingVolume then it seems strange that
you are running into this issue.

- Aashish

On Wed, Dec 9, 2015 at 9:21 PM, YassminAbdallah <yassminabdallah at gmail.com>
wrote:

> Hello,
>
> i’m using the framework installed by the cmake,
>
> i really don’t know what’s the problem as “
> vtkOpenGLGPUVolumeRayCastMapper" work fine without any problem .
>
> On Dec 10, 2015, at 4:09 AM, Aashish Chaudhary-2 [via VTK] <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5735452&i=0>> wrote:
>
> Are you using installed VTK libraries? Also, make sure you link with
> vtkRenderingVolumeOpenGL.
>
> On Wed, Dec 9, 2015 at 8:50 PM, Yassmin Abdallah <<a
> href="x-msg://27/user/SendEmail.jtp?type=node&node=5735451&i=0"
> target="_top" rel="nofollow" link="external" class="">[hidden email]>
> wrote:
>
>> Hello,
>>
>> Thanks a lot for your reply,
>>
>> i added them but those errors appear,
>>
>> Undefined symbols for architecture x86_64:
>>   "vtkRenderingVolumeOpenGL_AutoInit_Destruct()", referenced from:
>>       vtkRenderingVolumeOpenGL_ModuleInit::~vtkRenderingVolumeOpenGL_ModuleInit()
>> in ViewController.o
>>   "vtkRenderingVolumeOpenGL_AutoInit_Construct()", referenced from:
>>       vtkRenderingVolumeOpenGL_ModuleInit::vtkRenderingVolumeOpenGL_ModuleInit()
>> in ViewController.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker command failed with exit code 1 (use -v to see
>> invocation)
>>
>>
>>
>> On Dec 10, 2015, at 1:24 AM, Imre Goretzki <<a
>> href="x-msg://27/user/SendEmail.jtp?type=node&node=5735451&i=1"
>> target="_top" rel="nofollow" link="external" class="">[hidden email]> wrote:
>>
>> Hey
>>
>>  #include <vtkAutoInit.h>
>>  VTK_MODULE_INIT(vtkRenderingOpenGL);
>>
>> with
>>
>> vtkRenderingVolumeOpenGL
>>
>> instead of
>>
>> vtkRenderingOpenGL
>>
>>
>> http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Factories_now_require_defines
>>
>> Am 09.12.2015 um 20:44 schrieb YassminAbdallah:
>>
>> Error: no override found for 'vtkRayCastImageDisplayHelper'
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>>
>
>
> --
>
>
>
> *| Aashish Chaudhary | Technical Leader         | Kitware Inc.            *
> *| http://www.kitware.com/company/team/chaudhary.html
> <http://www.kitware.com/company/team/chaudhary.html>*
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://vtk.1045678.n5.nabble.com/Error-no-override-found-for-vtkRayCastImageDisplayHelper-tp5735445p5735451.html
> To unsubscribe from Error: no override found for
> 'vtkRayCastImageDisplayHelper', click here.
> NAML
> <http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
> ------------------------------
> View this message in context: Re: Error: no override found for
> 'vtkRayCastImageDisplayHelper'
> <http://vtk.1045678.n5.nabble.com/Error-no-override-found-for-vtkRayCastImageDisplayHelper-tp5735445p5735452.html>
>
> Sent from the VTK - Users mailing list archive
> <http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html> at Nabble.com.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>


-- 



*| Aashish Chaudhary | Technical Leader         | Kitware Inc.            *
*| http://www.kitware.com/company/team/chaudhary.html
<http://www.kitware.com/company/team/chaudhary.html>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151209/6e2af10d/attachment.html>


More information about the vtkusers mailing list