cgal/Polyhedron/demo/Polyhedron
Maxime Gimeno f46e805c77 Make inherit the usage of TBB in the cmake macro 2018-01-30 14:09:47 +01:00
..
GlSplat fix incorrect LGPL version tags 2017-11-12 10:17:52 +01:00
Plugins Make inherit the usage of TBB in the cmake macro 2018-01-30 14:09:47 +01:00
data readd data removed c305e9a8 2016-12-01 09:36:10 +01:00
implicit_functions Merge pull request #1436 from lrineau/CGAL-new_cmake-GF 2017-12-05 18:20:05 +01:00
include Add trick to get FT right for general PointRange AND for CGAL::Point_set_3 2018-01-11 14:04:19 +01:00
javascript Better test files 2016-11-04 12:10:12 +01:00
resources Fix flat shaders 2017-12-11 14:07:00 +01:00
C2t3_type.h
C3t3_type.h Remove Graph_with_descriptor_with_graph<SM> from the demo as well 2017-09-18 14:56:57 +02:00
CGAL_polyhedron_demoConfig.cmake.in
CMakeLists.txt Add misisng CGAL_target_use_TBB for scene_c3t3_item 2017-12-20 11:51:46 +01:00
Color_map.h remove debug info 2016-06-27 19:36:50 +02:00
Color_ramp.cpp Add dock widget and property scaled jacobian. 2017-09-15 16:48:40 +02:00
Color_ramp.h Add dock widget and property scaled jacobian. 2017-09-15 16:48:40 +02:00
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 #2314 from maxGimeno/Add_plugins_info_in_preferences-GF 2017-12-19 16:30:20 +01:00
MainWindow.h Merge pull request #2314 from maxGimeno/Add_plugins_info_in_preferences-GF 2017-12-19 16:30:20 +01:00
MainWindow.ui capitalize 2017-08-08 16:27:26 +02:00
MainWindow_config.h
Mainpage.md remove extra space 2017-05-04 15:28:20 +02:00
Messages_interface.h
Nef_type.h
Nef_type_fwd.h
One_ring_iterators.h Code factorized and isolated components features added for surface_mesh. 2017-05-29 13:19:38 +02:00
Point_dialog_config.h
Polyhedron_3.cpp
Polyhedron_3.qrc Merge pull request #2538 from sgiraudot/Polyhedron_demo-Improve_point_set_selection_widget-GF 2017-10-17 15:20:36 +02:00
Polyhedron_demo.cpp Add source for focus hack 2017-06-01 16:33:47 +02:00
Polyhedron_demo.h
Polyhedron_demo_config.h
Polyhedron_demo_detect_sharp_edges.h Fix warnings and copy PMaps in detect_features.h 2017-09-05 12:03:35 +02:00
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 Merge pull request #2478 from mtola/master 2017-10-13 17:06:22 +02:00
Polyhedron_type_fwd.h
Preferences.ui Add a hierarchy to the list of plugins in the Preferences dialog base don their location. 2017-07-28 16:10:30 +02:00
SMesh_type.h Fix the demo 2017-05-31 19:50:02 +02:00
Scene.cpp Polyhedron demo: do not use the OpenGL API directly 2017-11-28 17:54:38 +01:00
Scene.h Polyhedron demo: do not use the OpenGL API directly 2017-11-28 17:54:38 +01:00
Scene_basic_objects_config.h
Scene_c2t3_item.cpp
Scene_c2t3_item.h Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Scene_c2t3_item_config.h
Scene_c3t3_item.cpp Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Scene_c3t3_item.h Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Scene_c3t3_item_config.h
Scene_config.h
Scene_facegraph_transform_item_config.h BGLize Affine_transformation_plugin and associated item, add a target for the Surface_mesh case and unify the code. 2017-10-05 15:40:09 +02:00
Scene_find_items.h
Scene_group_item.cpp Fix Group_item draw(). 2017-06-26 12:15:36 +02:00
Scene_image_item.cpp Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Scene_image_item.h Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Scene_image_item_config.h
Scene_implicit_function_item.cpp Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Scene_implicit_function_item.h Fix -Wconversion warnings 2016-12-30 16:44:08 +01:00
Scene_implicit_function_item_config.h
Scene_item.cpp typo 2017-07-10 16:03:09 +02:00
Scene_nef_polyhedron_item.cpp - Change tooltips 2017-07-18 09:28:48 +02:00
Scene_nef_polyhedron_item.h Nef_plugin works with surface_mesh. 2017-05-29 12:12:31 +02:00
Scene_nef_polyhedron_item_config.h
Scene_plane_item.cpp Fix Clip_polyhedron_plugin and add offset support. 2016-12-02 12:04:33 +01:00
Scene_plane_item.h Make Cut_plugin applicable to surface_mesh_items and polyhedron_items. Fix more the diag problem. 2017-06-15 10:45:40 +02:00
Scene_points_with_normal_item.cpp Update demo plugins with new PSP API 2018-01-10 16:39:32 +01:00
Scene_points_with_normal_item.h Add an action to make the point item unicolor if it isn't. 2017-10-16 10:29:15 +02:00
Scene_points_with_normal_item_config.h
Scene_polygon_soup_item.cpp Merge pull request #2303 from maxGimeno/Shuffle_normals_for_SM-GF 2017-09-15 16:32:30 +02:00
Scene_polygon_soup_item.h Merge pull request #2303 from maxGimeno/Shuffle_normals_for_SM-GF 2017-09-15 16:32:30 +02:00
Scene_polygon_soup_item_config.h
Scene_polyhedron_item.cpp set ids in polyhedron_item after creation and in invalidateOpenGLBuffers. 2018-01-08 11:22:18 +01:00
Scene_polyhedron_item.h Add Ids display for SM_items 2017-07-25 10:04:28 +02:00
Scene_polyhedron_item_config.h
Scene_polyhedron_item_decorator.cpp Restore name of the scene_selection_item and tooltip says Selection instead of Polyhedron 2017-07-21 15:44:39 +02:00
Scene_polyhedron_item_decorator.h Fix after rebase 2017-05-29 13:22:36 +02:00
Scene_polyhedron_item_decorator_config.h WIP: make the selection plugin work for Surface_mesh 2017-05-29 13:20:33 +02:00
Scene_polyhedron_item_k_ring_selection.cpp
Scene_polyhedron_item_k_ring_selection.h FIx Polyhedron_demo for QGLViewer v2.7.0 2017-07-10 16:14:03 +02:00
Scene_polyhedron_item_k_ring_selection_config.h fix export/import 2017-06-12 16:35:18 +02:00
Scene_polyhedron_selection_item.cpp Merge pull request #1436 from lrineau/CGAL-new_cmake-GF 2017-12-05 18:20:05 +01:00
Scene_polyhedron_selection_item.h Add path length in mw messages. 2017-10-26 14:02:02 +02:00
Scene_polyhedron_selection_item_config.h WIP: make the selection plugin work for Surface_mesh 2017-05-29 13:20:33 +02:00
Scene_polyhedron_shortest_path_item_config.h Fix config for shortest_path_item (poly OR sm) 2017-06-20 09:55:05 +02:00
Scene_polylines_item.cpp Merge pull request #1436 from lrineau/CGAL-new_cmake-GF 2017-12-05 18:20:05 +01: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 Make the spheres color editable at runtime 2017-06-02 14:56:09 +02:00
Scene_spheres_item.h fix warnings 2017-06-07 11:18:51 +02:00
Scene_surface_mesh_item.cpp Merge pull request #1436 from lrineau/CGAL-new_cmake-GF 2017-12-05 18:20:05 +01:00
Scene_surface_mesh_item.h Fix after rebase 2017-07-25 10:39:19 +02:00
Scene_surface_mesh_item_config.h
Scene_textured_polyhedron_item.cpp Polyhedron demo: do not use the OpenGL API directly 2017-11-28 17:54:38 +01:00
Scene_textured_polyhedron_item.h Clean-up 2017-06-22 16:14:55 +02:00
Scene_textured_polyhedron_item_config.h
Scene_textured_surface_mesh_item.cpp Polyhedron demo: do not use the OpenGL API directly 2017-11-28 17:54:38 +01:00
Scene_textured_surface_mesh_item.h Add a SM version for the Parameterization_plugin. 2017-07-12 10:28:28 +02:00
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 Add polyline's length info in polyline item and remove "on Polyhedron" form the statistics dialog. 2017-10-25 17:09:00 +02:00
TODO use a uniform name for TODO files 2017-11-16 17:10:05 +01:00
TextRenderer.cpp Selection_items keep displaying their polyhedron_items ids and zoomToId doesn't override the sceneCenterPoint anymore. 2017-07-25 10:01:28 +02:00
Textured_polyhedron_type.h
Textured_polyhedron_type_fwd.h
Travel_isolated_components.h WIP: make the selection plugin work for Surface_mesh 2017-05-29 13:20:33 +02:00
UseCGAL_polyhedron_demo.cmake
Viewer.cpp Remove the #include of OpenGL headers 2017-11-28 18:19:39 +01:00
Viewer.h Rename recentFunctions; 2017-08-30 10:27:00 +02:00
cgal_test_with_cmake remove the remeshing_plugin from the cgal_test_with_cmake file 2018-01-18 12:15:32 +01:00
concurrent_mesher_config.cfg
config.h Use standard deprecation tools + minor fixes 2018-01-10 16:39:31 +01:00
create_sphere.h
opengl_tools.h Merge pull request #1436 from lrineau/CGAL-new_cmake-GF 2017-12-05 18:20:05 +01:00
polyhedron_demo_macros.cmake Add compilation tests for demos 2017-11-16 18:38:15 +01:00
properties.h Move selection properties to the Polyhedron demo directory as it is demo specific 2017-05-31 16:05:24 +02:00
texture.cpp Fix a warning 2016-10-11 11:15:27 +02:00
texture.h
triangulate_primitive.h Fixes and Clean-up. 2017-05-29 13:20:39 +02:00