[Insight-developers] InsightApplications and VTK versions
Lorensen, William E (Research)
lorensen at crd.ge.com
Wed Aug 31 15:59:59 EDT 2005
Luis,
Some applications in InsightApplications does not build with VTK44. The falures are due to API changes and the removal of Patented from VTK.
I have checked in changes to:
InsightApplications/Auxiliary/VtkFltk/fltkVTKImageViewer.txx
This was doing a runtime check for the API change. This, of course, is flawed logic. I added #if's based on vtk version #'s.
InsightApplications/DeformableModelSimplexMesh/CMakeLists.txt
Here a check is made on the vtk version to add vtkPatented.
These should probably be added to the branch.
Bill
More information about the Insight-developers
mailing list