BUG: Fix move of histogram smart pointer#146
Merged
hjmjohnson merged 1 commit intoNov 7, 2018
Merged
Conversation
Fixes so the a ownership transfer of the histogram pointer can occur via std::move in the ThreadedMergeHistogram method.
hjmjohnson
approved these changes
Nov 7, 2018
Member
hjmjohnson
left a comment
There was a problem hiding this comment.
Each of these changes makes a small improvement to speed up. Eventually these items add up to something substantial!
Thanks.
4lexty
added a commit
to 4lexty/ITK
that referenced
this pull request
Jun 25, 2020
thewtex
added a commit
that referenced
this pull request
Jun 25, 2020
DOC: fixes issue in itkSoftwareGuide #146
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…-phase-fit Complex phase fit
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 6, 2026
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 6, 2026
…r#146 DOC: fixes issue in itkSoftwareGuide InsightSoftwareConsortium#146
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 6, 2026
…-phase-fit Complex phase fit
albert-github
pushed a commit
to albert-github/ITK
that referenced
this pull request
May 7, 2026
…/update-cid-tags ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes so the a ownership transfer of the histogram pointer can occur
via std::move in the ThreadedMergeHistogram method.