[vtk-developers] Widget directory + Tcl wrapping errs
Brad King
brad.king at kitware.com
Thu Jul 7 09:45:56 EDT 2005
dean.inglis at camris.ca wrote:
> a few more observations re. Widgets directory & changes:
>
> /Wrapping/Tcl/vtktcl.c
> /Wrapping/Tcl/vtkTkAppInit.cxx
>
> still contain #ifdefs for vars
> VTK_USE_HYBRID
> VTK_USE_VOLUMERENDERING
> VTK_USE_WIDGETS
>
> so, I'm not sure if Brad & Will had
> agreed to completely remove them
> from VTK, or to use
> SET(VTK_USE_HYBRID $(VTK_USE_RENDERING))
> etc. where required. I fixed it in my build
> and now Tcl wrapping works fine.
Uses of VTK_USE_HYBRID and VTK_USE_VOLUMERENDERING should be removed
from all of VTK and replaced with switches on VTK_USE_RENDERING. I've
just updated VTKConfig.cmake and vtkToolkits.h to reproduce the old
names for use by outside projects.
-Brad
More information about the vtk-developers
mailing list