Skip to content

Use proper macros for VTK objects.

David Thompson requested to merge dcthomp/smtk:fix-arc-operator into master

The arc operator used vtkSet/Get macros when it should have used vtkSetObject/GetObject macros. This caused failures in cmb!393 (merged) that tested edge creation, most probably due to the same problem as !602 (merged) fixed.

Merge request reports