Mesh 3 : initial_points parameter for domain point initialization #7757
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
Added a
construct_initial_points
parameter in domain creation.With this parameter, we can save a custom functor in the domain that will be used wen initializing the C3t3 complex.
This functor must follow the Construct_initial_points concept.
Tasks:
construct_initial_points
parameter increate_labeled_image_mesh_domain
mesh_hybrid_mesh_domain
construct_initial_points
parameter in allcreate_xx_domain
ofLabel_mesh_domain_3
Construct_initial_points_labeled_image
into a headerinitialize_triangulation_from_labeled_image
useConstruct_initial_points_labeled_image
construct_initial_points
parameterConstruct_initial_points_labeled_image
headerinitialize_triangulation_from_labeled_image
andinitialize_triangulation_from_gray_image
Release Management
initialize_triangulation_from_labeled_image()
#7469, discussion Mesh_3: should initialize_triangulation_from_labeled_image be a static function of image domains? #7537