SlicerSegmentEditorExtraEffects
                                
                                 SlicerSegmentEditorExtraEffects copied to clipboard
                                
                                    SlicerSegmentEditorExtraEffects copied to clipboard
                            
                            
                            
                        ENH: Allow disabling histogram (2D views) interactions for LocalThreshold
Can you describe why this is needed? I suspect that there could be better ways to achieve what you want without introducing this change.
We have a qSlicerMarkupsPlaceWidget to put one point over the 2D slices, its position is used for the localThreshold seed and minimum threshold value (and the maximum threshold value is set to the upper scalar range of the CT), we consider the histogram interaction undesired and incompatible with our current workflow :)
@lassoan could this be merged? I think I completed your requirements
Thanks a lot! :)
This is no longer needed, as view interactions can be disabled in the base class, by setting effect.enableViewInteractions=False - see:
https://github.com/Slicer/Slicer/blob/dc97ab25ebc1c595fc74cac4cb6ad93dfc894d58/Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorEffects/SegmentEditorThresholdEffect.py#L747