CustomSubsetState#
- class glue_qt.viewers.custom.custom_viewer.CustomSubsetState(coordinator, roi)[source]#
Bases:
SubsetState
A SubsetState subclass that uses a CustomViewer’s “select” function
Methods Summary
copy
()Return a copy of the subset state.
to_mask
(data[, view])Compute the mask for this subset state.
Methods Documentation