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

OPTICKS-1514 - bitMaskIterator::getCount can return incorrect pixel count #357

Closed
tclarke opened this issue Mar 16, 2018 · 1 comment
Closed
Labels
bug Something isn't working no-issue-activity

Comments

@tclarke
Copy link
Member

tclarke commented Mar 16, 2018

If a bitMaskIterator is currently pointing to bitMaskIterator::end() (for example you have just finished looping the iterator across all pixels) AND you call bitMaskIterator::getCount() for the first time, it will return twice the number of pixels. If it is ever called while not pointing at end() it will always return the correct result.

Original Issue: OPTICKS-1514
Status: Deferred
Feature Interpretation:

Suggested Solution:

Actual Solution:

Severity: 3-Important
Version Control:
Environment: Windows 7
Linked:

@tclarke tclarke added the bug Something isn't working label Mar 16, 2018
@github-actions
Copy link

github-actions bot commented Oct 4, 2020

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant