-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello!
I'm struggling when trying to programmatically add / remove overlays in a source group. Drag and drop overlays from the gui works, but I think that there's a missing way to do it programmatically.
For instance if I create a BdvOverlay like this:
bos = BdvFunctions.showOverlay(selectorOverlay, "Selector_Overlay",
BdvOptions.options().addTo(bdvh));
I can't find a way to access the SouceAndConverter to use in addSourcesToGroup:
bdvh.getViewerPanel().state().addSourcesToGroup(Collections.singleton(bos.???), group)
Maybe there's a missing accessor in BdvOverlaySource ?
Metadata
Metadata
Assignees
Labels
No labels