You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
I can't find a way to access the SouceAndConverter to use in
addSourcesToGroup
:Maybe there's a missing accessor in BdvOverlaySource ?
https://github.com/bigdataviewer/bigdataviewer-vistools/blob/b89d8404bd11813e96363e9aecd0cbb58b65b89b/src/main/java/bdv/util/BdvOverlaySource.java#L50-L53
The text was updated successfully, but these errors were encountered: