mobie / mobie-viewer-fiji

BSD 2-Clause "Simplified" License
33 stars 13 forks source link

Remove display.sourceAndConverters() #1162

Closed tischi closed 5 months ago

tischi commented 5 months ago
        // TODO: images() and sourceAndConverters() should always be in synch,
    //   but there is nothing that ensures this.
    //   Maybe it would be better to just use one of the two and then use
    //   the DataStore to get the other?
    List< Image< T > > images();
    List< SourceAndConverter< T > > sourceAndConverters();
tischi commented 5 months ago

branch: issue1162

tischi commented 5 months ago

essentially done.