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

Restructure resamplers to use same RequestData #127

Merged
merged 6 commits into from
Aug 26, 2021

Conversation

lauramurgatroyd
Copy link
Member

@lauramurgatroyd lauramurgatroyd commented Jul 13, 2021

Modifies the RequestData method in the cilBaseResampleReader so that it does not define a specific reader or way to read chunks. This means it can be used by any resample readers that inherit from it.

This was achieved by adding the methods:

These methods will be overridden in derived classes such as the cilHDF5ImageResampleReader:

Also adds tests for all resample readers

@lauramurgatroyd lauramurgatroyd mentioned this pull request Jul 13, 2021
3 tasks
@lauramurgatroyd lauramurgatroyd marked this pull request as ready for review July 14, 2021 15:41
@lauramurgatroyd lauramurgatroyd merged commit ca8ae37 into hdf5_read_write Aug 26, 2021
@lauramurgatroyd lauramurgatroyd deleted the restructure-resamplers branch July 26, 2022 13:27
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

Successfully merging this pull request may close these issues.

1 participant