Commit Graph

113 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 2ee864c7b0 Rewrite examples to emphasis data type and not contouring method 2024-02-23 10:40:37 +01:00
Mael Rouxel-Labbé f9421efc89 Misc minor changes 2024-02-06 09:42:05 +01:00
Mael Rouxel-Labbé 1530cd727b Misc minor changes 2024-01-25 11:44:41 +01:00
Mael Rouxel-Labbé ebe56a52ff Misc minor changes 2024-01-23 22:40:53 +01:00
Julian Stahl c4002be297 Fix inrimage example 2024-01-23 13:54:09 +01:00
Mael Rouxel-Labbé aadc08b6f2 fix doc 2024-01-15 16:46:12 +01:00
Andreas Fabri 816a25895b Unify input and make that output can be written simultaneously (for example during the testsuite) 2024-01-15 13:46:15 +00:00
Julian Stahl 9a39ac9b61 Revert "Change comments"
This reverts commit b9bbc93d5b.
2024-01-15 11:30:21 +01:00
Julian Stahl db58ee1e93 Change comments 2024-01-14 17:45:09 +01:00
Andreas Fabri 46eaa3f145 example uses TBB 2024-01-12 16:55:45 +00:00
Mael Rouxel-Labbé 967dd08ec0 Fix some compilation errors 2024-01-09 12:04:57 +01:00
Mael Rouxel-Labbé 237940883d Add remarks 2024-01-09 10:59:48 +01:00
Pierre Alliez 7b18855e0c Example : Parallel vs sequential Marching cubes 2024-01-05 15:50:11 +01:00
Pierre Alliez 254818cf70 added example that compares parallel with sequential MC 2024-01-05 14:39:47 +01:00
Pierre Alliez 5d3859505a Merge branch 'gsoc2022-isosurface' of https://github.com/JulyCode/cgal into gsoc2022-isosurface
# Conflicts:
#	Isosurfacing_3/examples/Isosurfacing_3/dual_contouring_octree.cpp
2024-01-05 14:15:27 +01:00
Pierre Alliez 26848f3d67 Example DC on octree (still uses the octree wrapper) 2024-01-05 14:10:41 +01:00
Julian Stahl 3f3f08f977 Small fixes in examples 2024-01-02 20:52:07 +01:00
Pierre Alliez d2c94538ae Few more minor changes to examples 2023-12-25 18:46:33 +01:00
Pierre Alliez d83fcf752c DC - iwp
updated figure
2023-12-25 18:34:59 +01:00
Pierre Alliez 60ed632e50 use CGAL timer instead of TBB 2023-12-25 18:17:04 +01:00
Pierre Alliez aa32e71876 multiple offsets (for the teaser) 2023-12-24 18:40:18 +01:00
Pierre Alliez 5239cac781 example implicit sphere 2023-12-23 19:25:43 +01:00
Pierre Alliez f782daba86 Merge branch 'gsoc2022-isosurface' of https://github.com/JulyCode/cgal into gsoc2022-isosurface
# Conflicts:
#	Isosurfacing_3/examples/Isosurfacing_3/marching_cubes_implicit_sphere.cpp
2023-12-23 19:03:18 +01:00
Pierre Alliez 77649cdfc8 Example implicit sphere 2023-12-23 18:59:54 +01:00
Julian Stahl 499e0a8a2c Start rework and testing 2023-08-09 00:55:59 +02:00
Mael Rouxel-Labbé c1aeeed055 Misc small code fixes / improvements 2023-01-14 00:02:57 +01:00
Mael Rouxel-Labbé c4a298b6dd Bump up CMake version 2023-01-14 00:02:04 +01:00
Mael Rouxel-Labbé 4ee5f28c54 Refactor Isosurfacing_3 2023-01-14 00:00:54 +01:00
Mael Rouxel-Labbé 6633d4714f Remove shared pointers 2023-01-09 17:36:46 +01:00
Mael Rouxel-Labbé 67e45ce48a Fix comment (Manhattan distance is the L1 norm) 2023-01-09 11:07:46 +01:00
Mael Rouxel-Labbé d7bc1ecc21 Tiny examples / tests fixes 2023-01-09 11:06:21 +01:00
Mael Rouxel-Labbé 4b3b9dda98 Doc improvements 2023-01-09 11:04:52 +01:00
Mael Rouxel-Labbé d52468c350 Move most headers into include/CGAL/Isosurfacing_3 2023-01-06 22:31:07 +01:00
Mael Rouxel-Labbé 93a59fcd77 4 --> 2 spaces indentation and "typedef" --> "using" 2023-01-06 17:45:10 +01:00
Julian Stahl 67bf9af86a Replace iso(-|_)value with isovalue 2022-12-08 21:06:06 +01:00
Julian Stahl cb63a646b4 Document code 2022-12-08 16:45:48 +01:00
Andreas Fabri 79acf4f993 Use CGAL_PI and add dependencies file in the documentation 2022-11-23 12:07:11 +00:00
Andreas Fabri 35ad0e0b50 Add return 0 and whitespace 2022-11-23 10:57:16 +00:00
Pierre Alliez 1a50b533c7 massaging Isosurfacing examples
rename mesh offset to signed mesh offset
2022-11-21 19:37:24 +01:00
Pierre Alliez 87217eeba5 second pass over examples 2022-11-20 18:57:23 +01:00
Pierre Alliez d381e38296 massaging examples and doc (work in progress) 2022-11-20 17:32:14 +01:00
Julian Stahl 30d9c1d595 Further improve user manual 2022-11-18 01:20:35 +01:00
Julian Stahl 5a31df49de Use shared_ptr from user and fix compile errors 2022-11-11 22:06:21 +01:00
Julian Stahl 777a39c65a Change domain members to shared_ptr 2022-11-03 19:11:53 +01:00
Julian Stahl 2b22009983 Fix cell_edges in Octree_wrapper 2022-10-02 14:58:52 +02:00
Julian Stahl 533e23fab1 Make examples run shorter 2022-09-21 00:22:15 +02:00
Julian Stahl 30f71523cd Merge branch 'gsoc2022-isosurface' of github.com:JulyCode/cgal into gsoc2022-isosurface 2022-09-20 23:42:14 +02:00
Julian Stahl 30e3475974 Update examples to use new domains 2022-09-20 23:41:31 +02:00
Daniel Zint cd2fe4627b replace tabs by whitespaces 2022-09-19 14:51:54 +02:00
Julian Stahl dadc205da5 Disable some examples if Eigen is not found 2022-09-16 10:15:16 +02:00
Andreas Fabri 63aeab326c Make examples compile with VC++ 2022-09-16 07:42:13 +01:00
Julian Stahl 5c1ad94140 Rename algorithms and use data_file_path 2022-09-15 18:09:26 +02:00
Sébastien Loriot ff3c63d596 fix project name 2022-09-15 16:49:50 +02:00
Julian Stahl 31d9d1a1b8 Remove tbb vectors 2022-09-15 11:34:18 +02:00
Julian Stahl e3bd5af434 Move default gradient functions to own file 2022-09-12 12:50:03 +02:00
Julian Stahl 6df94f16e1 Fix mc parallel performance 2022-09-09 16:24:02 +02:00
Julian Stahl 92579f326f More doc and examples 2022-09-07 18:14:04 +02:00
Julian Stahl 538d929e2d Add gradient to domains 2022-09-07 16:58:06 +02:00
Julian Stahl 568a5c2060 Add example files 2022-08-31 17:24:34 +02:00
Julian Stahl 91a3bf1f4c Add more examples 2022-08-31 14:34:20 +02:00
Julian Stahl 28b865194f Add first part of reference manual 2022-08-18 15:04:51 +02:00
Julian Stahl 91173f6a55 Add first documentation parts 2022-08-04 23:52:17 +02:00
Sébastien Loriot d43507e803 start Isosurfacing_3 package 2022-07-20 15:21:03 +02:00