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

Fix Dataset image typing #28

Open
ctrueden opened this issue Aug 13, 2014 · 0 comments
Open

Fix Dataset image typing #28

ctrueden opened this issue Aug 13, 2014 · 0 comments

Comments

@ctrueden
Copy link
Member

Dataset has a ImgPlus<? extends RealType<?>>. This is wrong for multiple reasons:

  1. RealType is not general enough. We need to support at least ComplexType as well, if not all Types. See ImageJ Trac ticket #845 for related discussion.
  2. ? extends RealType<?> causes many issues with the compiler. We might need to bite the bullet and have Dataset be generically typed. See also Improve Display-DisplayView-Data hierarchy #12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant