-
Notifications
You must be signed in to change notification settings - Fork 1.5k
IO: write_PLY() for Epeck #7874
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2d72f21
IO: read_PLY() for Epeck
afabri 40dee7d
whitespace
afabri 5eb9344
Fix ascii output
afabri d876fba
add missing include
sloriot 7a98410
Add code that shows the issue
afabri fe86a79
Fix the test
afabri 6cba601
WIP just to get it working
afabri c58286d
Add #include
afabri 710666a
Use the normal computation function that uses approximate_sqrt
MaelRL c5a6885
Test the write output
MaelRL cfcc90d
Add extra lines to clarify that the blocks aren't related
MaelRL 969062e
Add the possibility to pass a vertex normal map
afabri a08388c
Also write normals in the generic code
afabri ba87b5c
typename
afabri a316b67
Merge remote-tracking branch 'cgal/master' into IO-read_PLY_Epeck-GF
afabri 7ab9468
typename
afabri 0e27e76
cleanup
afabri 0501437
Add doxygen
afabri 5171477
Fix tests
afabri 5103fb4
merge
afabri b97c4b7
Convert on the fly to double
afabri 3567ba1
Fix plugin
afabri 3be4ffc
Fix plugin
afabri e652a79
fix doxygen warning
afabri 33bd58b
fix doxygen warning
afabri 89ba13f
fix doxygen warning
afabri 36b6694
after Mael's review
afabri 0a743e6
Document named parameter verbose
afabri 737079e
Fix warning
afabri 9a99df4
Comment static_assert
afabri 39531ba
Use has_vnormal
afabri 2402442
use constexpr
sloriot 865c1d2
Fix error in test case
afabri 878ba3f
suggestions from Mael
sloriot 3706528
Update Stream_support/include/CGAL/IO/PLY/PLY_writer.h
afabri da011b2
No longer #if 0
afabri 98a3051
copy style
afabri d9ba43a
Make it constexpr to avoid error in CI
afabri 00f5ae0
Use Simple_cartesian<Exact_rational>
afabri 35613b9
Deal with generic version
afabri 622b652
Add to BGL dependencies
afabri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,24 @@ | ||
| Algebraic_foundations | ||
| Arithmetic_kernel | ||
| BGL | ||
| Cartesian_kernel | ||
| Circulator | ||
| Distance_2 | ||
| Distance_3 | ||
| Filtered_kernel | ||
| Homogeneous_kernel | ||
| Hash_map | ||
| Installation | ||
| Intersections_2 | ||
| Intersections_3 | ||
| Interval_support | ||
| Kernel_23 | ||
| Kernel_d | ||
| Modular_arithmetic | ||
| Number_types | ||
| Profiling_tools | ||
| Property_map | ||
| Random_numbers | ||
| STL_Extension | ||
| Stream_support | ||
| CGAL_Core |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.