mnarizzano / SEEGA

SEEG Assistant
GNU General Public License v3.0
26 stars 17 forks source link

AddFiducial() is deprecated #74

Closed mosenco closed 2 years ago

mosenco commented 2 years ago

AddFiducial() not giving errors but it's deprecated. It's suggested to use AddControlPoint() instead

From the ref, you can notice that AddFiducial() is returning AddControlPoint() instead ref: https://github.com/Slicer/Slicer/blob/main/Modules/Loadable/Markups/Logic/vtkSlicerMarkupsLogic.h

mosenco commented 2 years ago

ok done 70510ed