[vtkusers] "no override found for 'vtkPolyDataMapper'"

David Lonie david.lonie at kitware.com
Fri Nov 4 10:20:48 EDT 2016


Make sure your executable is linked to either the vtkRenderingOpenGL or
vtkRenderingOpenGL2 library, depending on which backend you're using. Those
provide the class override for vtkPolyDataMapper.

HTH,
Dave

On Thu, Nov 3, 2016 at 10:49 PM, Priya Vashistha <priyavashistha2 at gmail.com>
wrote:

> Hey Guys,
>
> Has anyone been able to find a solution to the following:
>
> Generic Warning: In /home/direction/Downloads/VTK-7.0.0/Rendering/Core/vtkPolyDataMapper.cxx,
> line 28
> Error: no override found for 'vtkPolyDataMapper'.
>
> I am using VTK7.0.0 (on win 10) and running a project in Visual studio 15
> express. This error appears in vtkOutputWindow.
>
> I saw that this has also been posted on forum online but I wasn't able to
> find a clear solution.
>
> Any help would be greatly appreciated.
>
> Thank You,
> Priya
>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20161104/f585c865/attachment.html>


More information about the vtkusers mailing list