[Insight-developers] moxel2.crd needing VTK cvs update
Luis Ibanez
luis.ibanez@kitware.com
Sat, 18 May 2002 18:02:42 -0400
Hi,
The errors that moxel2.crd has been reporting
for a while now are due to the class:
vtkFlRenderWindowInteractor
This is a contributed class (not part of ITK,
VTK or FLTK) that allows to display a VTK
window inside an FLTK GUI.
This class has a set of #ifdef's allowing it
to be compatible with VTK 3.2, VTK4.0 or the
cvs VTK release.
moxel2.crd seems to be running an early version
of the VTK cvs checkout. The errors on the
dashboard involve classes recently added to VTK
that the vtkFlRenderWindowInteractor is trying
to access.
An update from the VTK cvs repository should
probably help to get rid of the problem.
Luis