cgal/Polyhedron/demo/Polyhedron
Laurent Rineau c0ae994d14 Fix Mesh_3 plugin, from the polyhedron demo 2016-11-03 13:10:00 +01:00
..
GlSplat Update polyhedron demo plugins with new Point_set_3 API 2016-10-21 10:28:34 +02:00
Plugins Fix Mesh_3 plugin, from the polyhedron demo 2016-11-03 13:10:00 +01:00
data remove off files that do not make it for the release 2016-10-06 09:55:50 +02:00
implicit_functions
include Update file with latest review of Point_set_3 2016-10-21 14:40:22 +02:00
resources Fix the item's deleting management and clean up. 2016-10-11 10:59:24 +02:00
C2t3_type.h
C3t3_type.h
CGAL_polyhedron_demoConfig.cmake.in
CMakeLists.txt update project name of demos 2016-09-08 00:13:34 +02:00
Color_map.h remove debug info 2016-06-27 19:36:50 +02:00
Color_ramp.cpp Replace the AABB_Tree demo's Color_ramp by the one already present in the Polyhedron demo. 2016-07-05 15:58:43 +02:00
Color_ramp.h Replace the AABB_Tree demo's Color_ramp by the one already present in the Polyhedron demo. 2016-07-05 15:58:43 +02:00
Doxyfile
FileLoaderDialog.ui Rework of FileLoader UI 2016-06-30 14:37:59 +02:00
File_loader_dialog.h
ImageInterface.ui Change the option "use white background" into a Combox proposing use current background color, use transparent background and choose background color. 2016-08-10 12:27:28 +02:00
Image_type.h
Image_type_fwd.h
Kernel_type.h
MainWindow.cpp Merge pull request #1579 from maxGimeno/Polyhedron_demo-save_c3t3_state_when_reload-GF 2016-10-20 09:47:32 +02:00
MainWindow.h use CamelCase for all MainWindow actions 2016-05-30 17:21:58 +02:00
MainWindow.ui Set all the plugins DockWidgets size policy to `Fixed` so they won't expand when another is killed. 2016-10-06 10:14:26 +02:00
MainWindow_config.h
Mainpage.md
Messages_interface.h
Nef_type.h
Nef_type_fwd.h
One_ring_iterators.h
Point_dialog_config.h
Polyhedron_3.cpp o_image_plugin can load dcm images. 2016-05-20 15:33:42 +02:00
Polyhedron_3.qrc Addition of doc pictures in the plugin 2016-06-22 14:13:52 +02:00
Polyhedron_demo.cpp Plugin API made in CamelCase 2016-05-06 11:12:09 +02:00
Polyhedron_demo.h
Polyhedron_demo_config.h
Polyhedron_demo_detect_sharp_edges.h
Polyhedron_demo_plugin_helper.cpp Set all the plugins DockWidgets size policy to `Fixed` so they won't expand when another is killed. 2016-10-06 10:14:26 +02:00
Polyhedron_type.h
Polyhedron_type_fwd.h
Preferences.ui Rename Dialogs with no name. 2016-07-04 11:24:12 +02:00
Scene.cpp Add a renderingMode to distinguish between ShadedPoints and regular Points. 2016-08-02 11:52:27 +02:00
Scene.h Updates the Doc about the new signal. 2016-06-14 15:28:58 +02:00
Scene_basic_objects_config.h
Scene_c2t3_item.cpp
Scene_c2t3_item.h Update supportsRenderingMode for affected items. 2016-10-05 09:48:19 +02:00
Scene_c2t3_item_config.h
Scene_c3t3_item.cpp Merge pull request #1562 from afabri/Kernel_Compute_dihedral_angle-GF 2016-10-20 09:48:05 +02:00
Scene_c3t3_item.h Merge pull request #1579 from maxGimeno/Polyhedron_demo-save_c3t3_state_when_reload-GF 2016-10-20 09:47:32 +02:00
Scene_c3t3_item_config.h
Scene_config.h
Scene_find_items.h
Scene_group_item.cpp Fix the rebase 2016-05-06 12:15:04 +02:00
Scene_image_item.cpp Fix display and convert Double to Float types when an image is loaded to alow its meshing. 2016-10-07 09:53:38 +02:00
Scene_image_item.h Merge branch 'Polyhedron_demo-Use_d_pointers-GF-old' into Polyhedron_demo-Use_d_pointers-GF 2016-06-03 10:38:05 +02:00
Scene_image_item_config.h Addition of the missing files 2016-05-20 15:32:26 +02:00
Scene_implicit_function_item.cpp Add WaitCursors to items. 2016-06-30 15:34:21 +02:00
Scene_implicit_function_item.h Merge branch 'Three_doc_for_review_rebase-GF' into Polyhedron_demo-Use_d_pointers-GF 2016-05-06 16:03:30 +02:00
Scene_implicit_function_item_config.h
Scene_item.cpp Merge pull request #1323 from maxGimeno/Polyhedron_demo-Add_shaded_points-GF 2016-10-17 10:01:44 +02:00
Scene_nef_polyhedron_item.cpp add missing () 2016-07-05 16:47:11 +02:00
Scene_nef_polyhedron_item.h Update supportsRenderingMode for affected items. 2016-10-05 09:48:19 +02:00
Scene_nef_polyhedron_item_config.h
Scene_plane_item.cpp Merge pull request #1227 from maxGimeno/Multiple_fix-GF 2016-07-12 11:16:57 +02:00
Scene_plane_item.h use the boolean are_buffers_filled from Scene_item 2016-07-20 15:00:24 +02:00
Scene_points_with_normal_item.cpp Update file with latest review of Point_set_3 2016-10-21 14:40:22 +02:00
Scene_points_with_normal_item.h Update polyhedron demo plugins with new Point_set_3 API 2016-10-21 10:28:34 +02:00
Scene_points_with_normal_item_config.h
Scene_polygon_soup_item.cpp Fix Waitcursors bugs in point_set plugins and revert fix for Convex_decomposition (will be done in a separated PR). 2016-07-21 14:07:21 +02:00
Scene_polygon_soup_item.h Update supportsRenderingMode for affected items. 2016-10-05 09:48:19 +02:00
Scene_polygon_soup_item_config.h
Scene_polyhedron_item.cpp Merge pull request #1428 from sloriot/AABB_tree-fix_Closest_point 2016-10-17 10:03:20 +02:00
Scene_polyhedron_item.h Update supportsRenderingMode for affected items. 2016-10-05 09:48:19 +02:00
Scene_polyhedron_item_config.h
Scene_polyhedron_item_decorator.cpp Plugin API made in CamelCase 2016-05-06 11:12:09 +02:00
Scene_polyhedron_item_decorator.h Plugin API made in CamelCase 2016-05-06 11:12:09 +02:00
Scene_polyhedron_item_decorator_config.h
Scene_polyhedron_item_k_ring_selection.cpp
Scene_polyhedron_item_k_ring_selection.h Fix merge. 2016-06-22 17:40:02 +02:00
Scene_polyhedron_item_k_ring_selection_config.h
Scene_polyhedron_selection_item.cpp Clean up other flat_map in normal calculation. 2016-07-13 09:51:47 +02:00
Scene_polyhedron_selection_item.h Clean up other flat_map in normal calculation. 2016-07-13 09:51:47 +02:00
Scene_polyhedron_selection_item_config.h
Scene_polyhedron_shortest_path_item_config.h
Scene_polyhedron_transform_item_config.h
Scene_polylines_item.cpp Merge pull request #1567 from maxGimeno/Polyhedron_demo-Polylines_upgrades-GF 2016-10-20 09:48:12 +02:00
Scene_polylines_item.h Add statistics to the polyline. 2016-10-11 12:01:25 +02:00
Scene_polylines_item_config.h
Scene_spheres_item.cpp Enhancement 2016-10-04 17:05:00 +02:00
Scene_spheres_item.h Enhancement 2016-10-04 17:05:00 +02:00
Scene_surface_mesh_item.cpp Update polyhedron demo plugins with new Point_set_3 API 2016-10-21 10:28:34 +02:00
Scene_surface_mesh_item.h Fix for Scene_surface_mesh_item 2016-06-13 16:33:29 +02:00
Scene_surface_mesh_item_config.h Surface_mesh_item drawing functions 2016-05-12 17:09:43 +02:00
Scene_textured_polyhedron_item.cpp Add WaitCursors to items. 2016-06-30 15:34:21 +02:00
Scene_textured_polyhedron_item.h Update supportsRenderingMode for affected items. 2016-10-05 09:48:19 +02:00
Scene_textured_polyhedron_item_config.h
Show_point_dialog.cpp
Show_point_dialog.h
Show_point_dialog.ui Rename Dialogs with no name. 2016-07-04 11:24:12 +02:00
Statistics_on_item_dialog.ui
TODO.txt
TextRenderer.cpp Print the information on screen. 2016-05-27 17:02:08 +02:00
Textured_polyhedron_type.h
Textured_polyhedron_type_fwd.h
Travel_isolated_components.h
UseCGAL_polyhedron_demo.cmake
Viewer.cpp Merge pull request #1358 from maxGimeno/Polyhedron_demo-D_pointer_for_the_viewer-GF 2016-10-17 10:01:05 +02:00
Viewer.h Move all the concerned code from Viewer.h to the Viewer_impl struct. 2016-08-23 16:24:04 +02:00
cgal_test_with_cmake Fix the long list of targets 2016-07-12 16:48:02 +02:00
concurrent_mesher_config.cfg
config.h
create_sphere.h
opengl_tools.h
polyhedron_demo_macros.cmake
texture.cpp Fix a warning 2016-10-11 11:15:27 +02:00
texture.h
triangulate_primitive.h Clean up other flat_map in normal calculation. 2016-07-13 09:51:47 +02:00