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

WIP: SplineImageView::operator() Thread-safety #188

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RegiTheSter
Copy link

Added optional VIGRA_THREAD_SAFE macro which can be defined before including splineimageview.hxx to ensure thread safety in SplineImageView::operator() at the cost of no caching and additional alloc/dealloc in operator(). Note that changes do not effect SplineImageView0 and SplineImageView1.

…cluding splineimageview.hxx to ensure thread safety in SplineImageView::operator()

 at the cost of additional alloc/dealloc in operator(). Note that changes do not effect SplineImageView0 and SplineImageView1.
@ukoethe ukoethe changed the title SplineImageView::operator() Thread-safety WIP: SplineImageView::operator() Thread-safety Mar 6, 2016
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