-
Notifications
You must be signed in to change notification settings - Fork 9
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
ENH: Rename Filters that start with Find/Generate/Calculate to Compute #956
Merged
Conversation
This file contains 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
...ns/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ComputeAvgOrientations.cpp
Outdated
Show resolved
Hide resolved
...ns/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ComputeFaceIPFColoring.cpp
Outdated
Show resolved
Hide resolved
...tionAnalysis/src/OrientationAnalysis/Filters/Algorithms/ComputeFeatureFaceMisorientation.cpp
Outdated
Show resolved
Hide resolved
...tionAnalysis/src/OrientationAnalysis/Filters/Algorithms/ComputeFeatureFaceMisorientation.hpp
Outdated
Show resolved
Hide resolved
...ins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ComputeGBCDPoleFigure.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ComputeGBCDPoleFigureFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ComputeIPFColorsFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/ComputeIPFColorsFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/OrientationAnalysis/test/ComputeFeatureFaceMisorientationTest.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/OrientationAnalysis/test/ComputeFeatureFaceMisorientationTest.cpp
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeFeatureSizesFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeFeatureSizesFilter.cpp
Outdated
Show resolved
Hide resolved
f6056a5
to
1dc5eb2
Compare
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/ComputeArrayHistogram.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeArrayHistogramFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeArrayHistogramFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/ComputeBiasedFeatures.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/ComputeColorTable.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/ComputeTriangleGeomSizes.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeBiasedFeaturesFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeBiasedFeaturesFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeColorTableFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeTriangleGeomSizesFilter.cpp
Outdated
Show resolved
Hide resolved
src/Plugins/SimplnxCore/src/SimplnxCore/Filters/ComputeTriangleGeomSizesFilter.cpp
Outdated
Show resolved
Hide resolved
fe281d7
to
94556d0
Compare
94556d0
to
b419a24
Compare
FindNeighborListStatisticsFilter -> ComputeNeighborListStatisticsFilter FindNeighborhoodsFilter -> ComputeNeighborhoodsFilter FindNumFeaturesFilter -> ComputeNumFeaturesFilter FindSchmidsFilter -> ComputeSchmidsFilter FindShapesFilter -> ComputeShapesFilter FindSlipTransmissionMetricsFilter -> ComputeSlipTransmissionMetricsFilter FindSurfaceAreaToVolumeFilter -> ComputeSurfaceAreaToVolumeFilter FindSurfaceFeaturesFilter -> ComputeSurfaceFeaturesFilter FindTriangleGeomCentroidsFilter -> ComputeTriangleGeomCentroidsFilter Signed-off-by: Joey Kleingers <[email protected]>
FindBoundaryStrengthsFilter -> ComputeBoundaryStrengthsFilter FindCAxisLocationsFilter -> ComputeCAxisLocationsFilter FindDifferencesMapFilter -> ComputeDifferencesMapFilter FindEuclideanDistMapFilter -> ComputeEuclideanDistMapFilter FindFeatureCentroidsFilter -> ComputeFeatureCentroidsFilter FindFeatureClusteringFilter -> ComputeFeatureClusteringFilter FindFeatureNeighborCAxisMisalignmentsFilter -> ComputeFeatureNeighborCAxisMisalignmentsFilter FindFeatureNeighborsFilter -> ComputeFeatureNeighborsFilter FindFeaturePhasesBinaryFilter -> ComputeFeaturePhasesBinaryFilter
Signed-off-by: Joey Kleingers <[email protected]>
* FindFeaturePhasesFilter -> ComputeFeaturePhasesFilter * FindFeatureReferenceCAxisMisorientationsFilter -> ComputeFeatureReferenceCAxisMisorientationsFilter * FindFeatureReferenceMisorientationsFilter -> ComputeFeatureReferenceMisorientationsFilter * FindGBCDFilter -> ComputeGBCDFilter * FindGBCDMetricBasedFilter -> ComputeGBCDMetricBasedFilter * FindGBPDMetricBasedFilter -> ComputeGBPDMetricBasedFilter * FindKernelAvgMisorientationsFilter -> ComputeKernelAvgMisorientationsFilter * FindLargestCrossSectionsFilter -> ComputeLargestCrossSectionsFilter * FindMisorientationsFilter -> ComputeMisorientationsFilter
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
- Sorted updated CMake Target Lists Alphabetically
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
* Includes both parameter and filter Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
b419a24
to
683e6dd
Compare
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
JDuffeyBQ
approved these changes
May 20, 2024
imikejackson
added a commit
to imikejackson/simplnx
that referenced
this pull request
Oct 20, 2024
BlueQuartzSoftware#956) Signed-off-by: Joey Kleingers <[email protected]> Signed-off-by: Michael Jackson <[email protected]> Signed-off-by: Jared Duffey <[email protected]> Co-authored-by: Joey Kleingers <[email protected]> Co-authored-by: Jessica Marquis <[email protected]> Co-authored-by: Matthew Marine <[email protected]> Co-authored-by: nyoungbq <[email protected]> Co-authored-by: Jared Duffey <[email protected]>
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.
No description provided.