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

Yassmin Abdallah yassminabdallah at gmail.com
Thu Dec 10 08:03:29 EST 2015


No sir you are right, 

just added this line and it works fine,

    vtkObjectFactory::RegisterFactory(vtkRenderingOpenGL2ObjectFactory::New());
    
    vtkObjectFactory::RegisterFactory(vtkRenderingVolumeOpenGL2ObjectFactory::New());

Thanks a lot. 



> On Dec 10, 2015, at 2:57 PM, Ken Martin <ken.martin at kitware.com> wrote:
> 
> Sorry I was assuming you were on iOS based on prior emails. If on x86 etc then ignore what I said. 
> 
> On Thu, Dec 10, 2015 at 7:55 AM, Ken Martin <ken.martin at kitware.com <mailto:ken.martin at kitware.com>> wrote:
> Maybe try adding
> 
>   vtkObjectFactory::RegisterFactory(vtkRenderingVolumeOpenGL2ObjectFactory::New());
> 
> early on and make sure you are building vtk with the OpenGL ES version 3.0 versus 2.0
> 
> Ken
> 
> 
> On Thu, Dec 10, 2015 at 12:00 AM, Yassmin Abdallah <yassminabdallah at gmail.com <mailto:yassminabdallah at gmail.com>> wrote:
> Yes i included the header file,
> 
> i got bad access when initial with the error no override found,
> 
> <Screen Shot 2015-12-10 at 6.53.27 AM.png>
> 
> 
> 
> 
> _______________________________________________
> Powered by www.kitware.com <http://www.kitware.com/>
> 
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html <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 <http://www.vtk.org/Wiki/VTK_FAQ>
> 
> Search the list archives at: http://markmail.org/search/?q=vtkusers <http://markmail.org/search/?q=vtkusers>
> 
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers <http://public.kitware.com/mailman/listinfo/vtkusers>
> 
> 
> 
> 
> -- 
> Ken Martin PhD
> Chairman & CFO
> Kitware Inc.
> 28 Corporate Drive
> Clifton Park NY 12065
> 518 371 3971 <tel:518%20371%203971>
> 
> This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee.  Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message.  Thank you.
> 
> 
> 
> -- 
> Ken Martin PhD
> Chairman & CFO
> Kitware Inc.
> 28 Corporate Drive
> Clifton Park NY 12065
> 518 371 3971
> 
> This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee.  Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message.  Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151210/63951234/attachment.html>


More information about the vtkusers mailing list