[vtkusers] volume mapper error
    Sankhesh Jhaveri 
    sankhesh.jhaveri at kitware.com
       
    Thu Nov 15 16:19:23 EST 2018
    
    
  
Hi Franks,
My guess is the issue lies in the RemoveArray(0) call.
Mind posting the backtrace?
Thanks,
Sankhesh
On Thu, Nov 15, 2018 at 2:32 AM Franks <masterwangzx at gmail.com> wrote:
> I am using VTK8.1.1 on arch linux. I don't know much about your problem
> since
> I am the beginner of the VTK. I hope my following suggestion would be
> beneficial for you.
>
> 1. Do you link all required libraries? "vtkSmartVolumeMapper" will call
> "vtkOpenGLGPUVolumeRayCastMapper ". Here is my CmakeLists.txt
>
>   cmake_minimum_required(VERSION 3.12)
>   project(test)
>
>   set(CMAKE_CXX_STANDARD 11)
>
>   #vtk
>   # the root to find Config
>   set(VTK_ROOT /opt/VTK/DEBUG)
>   find_package(VTK REQUIRED)
>   include(${VTK_USE_FILE})
>
>   add_executable(${PROJECT_NAME} main.cpp)
>   target_link_libraries(${PROJECT_NAME} ${VTK_LIBRARIES})
>
> 2. this link may help you.
>
> http://vtk.1045678.n5.nabble.com/Error-no-override-found-for-vtkRayCastImageDisplayHelper-td5735445.html
> <
> http://vtk.1045678.n5.nabble.com/Error-no-override-found-for-vtkRayCastImageDisplayHelper-td5735445.html>
>
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.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:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-- 
Sankhesh Jhaveri *Sr. Research & Development Engineer* | Kitware
<http://www.kitware.com/> | (518) 881-4417
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20181115/124027b1/attachment.html>
    
    
More information about the vtkusers
mailing list