Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WrappedSource #125

Open
tischi opened this issue May 16, 2021 · 0 comments
Open

WrappedSource #125

tischi opened this issue May 16, 2021 · 0 comments

Comments

@tischi
Copy link
Contributor

tischi commented May 16, 2021

@tpietzsch @bogovicj @NicoKiaru @tinevez

I am wondering whether it could be worth adding this to bdv-core:

public interface SourceWrapper< T >
{
	Source< T > getWrappedSource();
}

TransformedSource could implement it and in MoBIE and bdv-playground we are having a couple of other classes that would also implement it (WarpedSource, CroppedSource, and ResampledSource). Maybe this could help going backwards through a potential chain of operations that have been done to a source because one could ask instanceof SourceWrapper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant