[vtkusers] Issues with using vtkSmartVolumeMapper.

Bill Lorensen bill.lorensen at gmail.com
Thu Jul 24 12:05:10 EDT 2014


Maybe you need:
VTK_MODULE_INIT(vtkRenderingVolumeOpenGL);


On Thu, Jul 24, 2014 at 11:53 AM, vipulraikar <vpai at g.clemson.edu> wrote:
> Hello Everybody,
>
> I am currently working on some volume rendering and using vtk.6.1.0. I am
> aware that since vtk 6.0 the need to init factories for modules. I have done
> the same.
> I am having issues when I am trying to create a new instance of
> vtkSmartVolumeMapper. It returns the following error:
>
> Generic Warning: In
> V:\Research\code\libsrc\VTK-6.1.0\Rendering\Volume\vtkRayCastImageDisplayHelper.cxx,
> line 20
> Error: no override found for 'vtkRayCastImageDisplayHelper'
>
> On further investigation I gather that this call is returning a NULL.
>
> this->ImageDisplayHelper  = vtkRayCastImageDisplayHelper::New(); (in
> vtkFixedPointVolumeRayCastMapper.cxx, Ln 716)
>
> Am I missing something? Is there any other module that needs to be
> initialized? (other than the following)
>
> VTK_MODULE_INIT(vtkRenderingOpenGL);
> VTK_MODULE_INIT(vtkInteractionStyle);
> VTK_MODULE_INIT(vtkRenderingFreeType);
> VTK_MODULE_INIT(vtkRenderingFreeTypeOpenGL);
>
> Any help/direction/thoughts would be greatly appreciated. :)
>
> best regards,
>
> Vipul
>
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Issues-with-using-vtkSmartVolumeMapper-tp5727955.html
> Sent from the VTK - Users mailing list archive 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
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtkusers mailing list