valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
264 stars 57 forks source link

remove vtk 5 code #21

Closed kislinsk closed 7 years ago

kislinsk commented 7 years ago

ACVD fails to compile with VTK 7.0 as VTK_MAJOR_VERSION isn't found in Common/vtkCurvatureMeasure.cxx, which is defined in vtkVersionMacros.h. Instead of adding this header file I chose to remove the three occurrences as it was always a check against VTK version 5, which is maintained in an extra branch of ACVD anyways.