cgal/Mesh_3/include/CGAL
Clement Jamin 9c5cddbbc3 Global optimizers: better parallel performance
- We used to have a thread-local variable for cell::TDS_data to make
  incident_cells concurrently callable but it was slow and memory-consuming
  => new incident_cells function which do not use cell::TDS_data
  => faster and lighter
- update_restricted_delaunay now uses parallel_for instead of parallel_do
  (it was quite slow with the implicit oracle)
  => faster (but requires to fill a temporary vector)
2012-11-28 14:17:59 +01:00
..
IO Merge from Mesh_3-improvements-GF 2012-10-16 14:02:16 +00:00
Mesh_3 Global optimizers: better parallel performance 2012-11-28 14:17:59 +01:00
Meshes Merge from Mesh_3-improvements-GF 2012-10-19 15:11:14 +00:00
internal/Mesh_3 Convert header files created by Jane to Unix style 2012-08-22 15:41:33 +00:00
Compact_mesh_cell_base_3.h Better protected/public sections + removed output committed by error 2012-11-20 15:11:31 +01:00
Compact_mesh_vertex_base_3.h Convert header files created by Jane to Unix style 2012-08-22 15:41:33 +00:00
Implicit_mesh_domain_3.h r66816 from Mesh_3-experimental-GF 2012-07-24 12:49:30 +00:00
Labeled_image_mesh_domain_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Mesh_cell_base_3.h Bugfix: added a default value for Concurrency_tag 2012-10-18 09:27:11 +00:00
Mesh_cell_criteria_3.h merge changes from next 2012-08-16 13:03:53 +00:00
Mesh_complex_3_in_triangulation_3.h Merge from Mesh_3-improvements-GF 2012-10-16 14:02:16 +00:00
Mesh_constant_domain_field_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Mesh_criteria_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Mesh_domain_with_polyline_features_3.h Make CGAL_MESH_3_PROTECTION_DEBUG work 2012-11-08 16:22:21 +00:00
Mesh_edge_criteria_3.h merge changes from next 2012-08-16 13:03:53 +00:00
Mesh_facet_criteria_3.h WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Mesh_facet_topology.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Mesh_optimization_return_code.h remove macro CGAL_FREEZE_VERTICES. 2012-09-03 15:18:50 +00:00
Mesh_polyhedron_3.h Fix compilation error with Patch_id is not an int. 2012-07-19 14:36:46 +00:00
Mesh_triangulation_3.h Use Compact_mesh_cell_base_3 and Compact_mesh_vertex_base_3 in the parallel, if CGAL_COMPACT_MESH_VERTEX_CELL is defined 2012-10-17 15:35:44 +00:00
Mesh_vertex_base_3.h Make <CGAL/Mesh_vertex_base_3.h> compile on Linux. 2012-10-22 12:45:14 +00:00
Polyhedral_mesh_domain_3.h Merge from Mesh_3-improvements-GF 2012-10-16 14:02:16 +00:00
Polyhedral_mesh_domain_with_features_3.h Merge from Mesh_3-improvements-GF 2012-11-21 17:49:59 +01:00
Prevent_deref.h Convert header files created by Jane to Unix style 2012-08-22 15:41:33 +00:00
Triangle_accessor_3.h Removed all places where the CGAL_CFG_NO_TMPL_IN_TMPL work-around was 2012-04-13 13:13:30 +00:00
Triangulation_lazy_ds_cell_base_3.h Fix 2012-10-17 15:49:06 +00:00
exude_mesh_3.h Fix headers of Mesh_2 and Mesh_3. All were missing #include. 2012-10-08 09:33:38 +00:00
lloyd_optimize_mesh_3.h remove macro CGAL_FREEZE_VERTICES. 2012-09-03 15:18:50 +00:00
make_mesh_3.h Merge from Mesh_3-improvements-GF 2012-10-16 14:02:16 +00:00
odt_optimize_mesh_3.h remove macro CGAL_FREEZE_VERTICES. 2012-09-03 15:18:50 +00:00
optimize_mesh_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
perturb_mesh_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
refine_mesh_3.h Minor changes (config, removed typedef...) 2012-10-12 15:01:55 +00:00