PauloCarvalhoRJ / gammaray

GammaRay: a graphical interface to GSLib and other geomodeling algorithms. *NEW* in May, 6th: Drift analysis.
Other
39 stars 15 forks source link

VTK 9: autoinit modules may require a different set of includes and definitions where they are used. #264

Closed PauloCarvalhoRJ closed 2 years ago

PauloCarvalhoRJ commented 3 years ago

Check this: https://discourse.vtk.org/t/vtk-module-init-in-9-0-1/5632 .

PauloCarvalhoRJ commented 3 years ago

Software not built with CMake, like GammaRay, require these explicit includes and definitions in the cpp files where VTK classes are used.

PauloCarvalhoRJ commented 2 years ago

Seemingly, no changes were needed to the autoinit procedures for programs not built with CMake after upgrading to VTK 9.