Merged
Conversation
9bf0dd5 to
836a7b8
Compare
sloriot
reviewed
Mar 22, 2021
Polygon_mesh_processing/examples/Polygon_mesh_processing/data/tet-bis.off
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 22, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 23, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 23, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 23, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 23, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 23, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
sloriot
reviewed
Mar 23, 2021
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
MaelRL
requested changes
May 25, 2021
Polygon_mesh_processing/examples/Polygon_mesh_processing/CMakeLists.txt
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/examples/Polygon_mesh_processing/compare_meshes_example.cpp
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/examples/Polygon_mesh_processing/compare_meshes_example.cpp
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
Polygon_mesh_processing/test/Polygon_mesh_processing/measures_test.cpp
Outdated
Show resolved
Hide resolved
Comment on lines
+856
to
+858
| * @param common output iterator collecting the faces that are common to both meshes. | ||
| * @param m1_only output iterator collecting the faces that are only in `m1` | ||
| * @param m2_only output iterator collecting the faces that are only in `m2` |
Member
There was a problem hiding this comment.
These aren't top notch variable names
Contributor
Author
There was a problem hiding this comment.
faces_only_present_in_m1_output_iteratorwould be far too long to be a good variable name, IMHO
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
Outdated
Show resolved
Hide resolved
95ba54e to
c6c5405
Compare
lrineau
reviewed
May 26, 2021
4 tasks
Member
|
Successfully tested in 5.4-Ic-8 |
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.
Summary of Changes
Add a function in PMP that compares 2 meshes, and separate the faces that are only in the first, only in the second, and in both meshes.
Release Management