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

David Lonie david.lonie at kitware.com
Fri Nov 4 12:13:05 EDT 2016


On Fri, Nov 4, 2016 at 11:12 AM, Priya Vashistha <priyavashistha2 at gmail.com>
wrote:

> Thanks Dave, but I am not sure how to  check that. Any suggestions?
>
> I'm afraid I don't know enough about windows development to answer that.
Someone on the list should know more, but linked libraries are usually
specified in the build configuration, and I think you can use Dependency
Walker to identify libraries required by an existing executable.

HTH,
Dave


> Thank you,
> Priya
>
> On Nov 4, 2016 9:21 AM, "David Lonie" <david.lonie at kitware.com> wrote:
>
>> 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/68d7ed82/attachment.html>


More information about the vtkusers mailing list