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

STYLE: Make data ImageMomentsCalculator, ComputeDisplacementDist private #643

Conversation

N-Dekker
Copy link
Member

@N-Dekker N-Dekker commented May 5, 2022

Made data members of AdvancedImageMomentsCalculator and ComputeDisplacementDistribution private, including their m_ComputePerThreadVariables member.

Based on the first commit of pull request #132 "Improved style of m_ComputePerThreadVariable data members".

Follows C++ Core Guidelines (April 10, 2022): "C.133: Avoid protected data" http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rh-protected

Made data members of `AdvancedImageMomentsCalculator` and `ComputeDisplacementDistribution` private, including their `m_ComputePerThreadVariables` member.

Based on the first commit of pull request #132 "Improved style of m_ComputePerThreadVariable data members".

Follows C++ Core Guidelines (April 10, 2022): "C.133: Avoid protected data" http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rh-protected
@N-Dekker N-Dekker merged commit ab0c8df into develop May 5, 2022
@N-Dekker N-Dekker deleted the Make-data-ImageMomentsCalculator-ComputeDisplacementDistribution-private branch May 5, 2022 18:48
N-Dekker added a commit that referenced this pull request May 6, 2022
Applies to both `PCAMetric` and `ParzenWindowHistogramImageToImageMetric`.

Follow-up to pull request #643 commit ab0c8df "STYLE: Make data ImageMomentsCalculator, ComputeDisplacementDist private"
N-Dekker added a commit that referenced this pull request May 6, 2022
Applies to both `PCAMetric` and `ParzenWindowHistogramImageToImageMetric`.

Follow-up to pull request #643 commit ab0c8df "STYLE: Make data ImageMomentsCalculator, ComputeDisplacementDist private"
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