PMP: Default Property_maps for Index_maps#4209
Merged
sloriot merged 90 commits intoCGAL:masterfrom Mar 17, 2020
Merged
Conversation
Contributor
Author
|
@sloriot I need your approbation about that mechanism before I integrate it in all incvolved functions. |
sloriot
reviewed
Sep 24, 2019
Polygon_mesh_processing/test/Polygon_mesh_processing/connected_component_polyhedron.cpp
Show resolved
Hide resolved
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h
Outdated
Show resolved
Hide resolved
maxGimeno
commented
Sep 24, 2019
Polygon_mesh_processing/test/Polygon_mesh_processing/connected_component_polyhedron.cpp
Show resolved
Hide resolved
sloriot
reviewed
Sep 26, 2019
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h
Outdated
Show resolved
Hide resolved
ce5f9ae to
4879795
Compare
…f template parameters to 2.
4879795 to
97a3390
Compare
sloriot
reviewed
Sep 26, 2019
Member
|
The doc of the updated functions needs to be updated I think. |
a0b0077 to
df4e446
Compare
df4e446 to
3bcd881
Compare
sloriot
reviewed
Dec 13, 2019
MaelRL
reviewed
Dec 13, 2019
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/border.h
Outdated
Show resolved
Hide resolved
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
Contributor
Author
|
Successfully tested in https://cgal.geometryfactory.com/CGAL/testsuite/results-5.1-Ic-100.shtml |
Member
|
As this feature is central for almost all PRs around PMP/BGL I'm merging it now without waiting the 2 weeks approval delay as I don't see somebody complaining that we are removing a constraint. |
Member
|
After merge TODO mentioned in the 5.1 release check list |
Member
Member
|
Yes and it works: https://doc.cgal.org/5.1.1/BGL/group__PkgBGLHelper.html will redirect you to https://doc.cgal.org/5.1.1/BGL/group__BGLGraphExternalIndices.html. |
This comment was marked as off-topic.
This comment was marked as off-topic.
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
Introduces a helper class for index maps in PMP, that uses dynamic_property_maps in case there is no internal map for indices in the mesh. Specifies if the map needs initialization or not.
TODO:
TODO after merge:
Release Management
Polygon_mesh_processing