Skip to content

Commit

Permalink
ENH: Update the list of deferred methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmajor committed Nov 30, 2023
1 parent d0c41c2 commit 916dd5c
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion itkwidgets/_method_types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def deferred_methods():
return [
'setAxesEnabledMode',
'setImageBlendMode',
'setImageColorMap',
'setImageColorRange',
'setImageColorRangeBounds',
'setImageComponentVisibility',
Expand All @@ -10,6 +10,7 @@ def deferred_methods():
'setImageInterpolationEnabled',
'setImagePiecewiseFunctionGaussians',
'setImageVolumeSampleDistance',
'setImageVolumeScatteringBlend',
'setLabelImageBlend',
'setLabelImageLabelNames',
'setLabelImageLookupTable',
Expand All @@ -21,4 +22,26 @@ def deferred_methods():
'setXSlice',
'setYSlice',
'setZSlice',
'getAxesEnabledMode',
'getImageBlendMode',
'getImageColorRange',
'getImageColorRangeBounds',
'getImageComponentVisibility',
'getImageGradientOpacity',
'getImageGradientOpacityScale',
'getImageInterpolationEnabled',
'getImagePiecewiseFunctionGaussians',
'getImageVolumeSampleDistance',
'getImageVolumeScatteringBlend',
'getLabelImageBlend',
'getLabelImageLabelNames',
'getLabelImageLookupTable',
'getLabelImageWeights',
'selectLayer',
'getLayerVisibility',
'getUnits',
'getViewMode',
'getXSlice',
'getYSlice',
'getZSlice',
]

0 comments on commit 916dd5c

Please sign in to comment.