Skip to content
Snippets Groups Projects
Commit 71d14588 authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Added setters and getters for the interpolators

parent 0587d8b8
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,11 @@ class ITK_EXPORT ImageAlternateViewer
itkSetMacro(DisplayExtent,RegionType);
itkGetMacro(DisplayExtent,RegionType);
itkGetObjectMacro(ZoomInInterpolator,InterpolatorType);
itkSetObjectMacro(ZoomInInterpolator,InterpolatorType);
itkGetObjectMacro(ZoomOutInterpolator,InterpolatorType);
itkSetObjectMacro(ZoomOutInterpolator,InterpolatorType);
/**
* Set view mode to RGB.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment