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