Commit Graph

2268 Commits

Author SHA1 Message Date
Jane Tournois 90cc72151e remove useless and costly output_to_medit 2015-10-30 13:16:49 +01:00
Jane Tournois 21be30d456 set newly created item to be selected automatically 2015-10-30 13:12:30 +01:00
Jane Tournois aab984cb5e add changed() 2015-10-30 13:01:42 +01:00
Jane Tournois 20c85c74e5 fix conversion between indices 2015-10-30 12:35:48 +01:00
Maxime Gimeno 7cd607686a Some clean-up 2015-10-30 12:02:51 +01:00
Maxime Gimeno c00e87da2d Inclusion of the Io_segmented_image_plugin 2015-10-30 11:59:11 +01:00
Maxime Gimeno fd99da8f87 Compilation errors fix 2015-10-30 10:57:15 +01:00
Jane Tournois 33b687d225 change classification of operations 2015-10-29 16:10:41 +01:00
Jane Tournois ac0fa0b22e rename ui 2015-10-29 15:57:36 +01:00
Jane Tournois b0d59347e6 don't use perturbation nor exudation in the mesh_3_plugin
keep this for mesh_3_optimization_plugin
2015-10-29 15:50:50 +01:00
Jane Tournois 52df6b72cf remove useless include 2015-10-29 15:41:56 +01:00
Jane Tournois adf5c63fb2 add meshing of segmented images 2015-10-29 15:40:43 +01:00
Jane Tournois 8ad83f7597 add meshing of implicit functions 2015-10-29 14:15:49 +01:00
Maxime Gimeno 796f6eca3f Addition of the new files 2015-10-29 10:10:57 +01:00
Maxime Gimeno a0aa8aea05 Addition of elements
- Scene_c3t3_item cleaned
- Segfault for optimizer corrected (another one appeared, see he comment SEGFAULT)
- Scene_segmented_image_item added
- Volume_planes_plugin added
2015-10-28 13:46:18 +01:00
Jane Tournois b12c895a64 add config file for Mesh_3 2015-10-27 16:34:15 +01:00
Jane Tournois 6ddcb9a306 introduce Meshing_thread 2015-10-27 16:23:38 +01:00
Jane Tournois 9257075883 introduce Mesh_3 optimizers 2015-10-27 16:15:44 +01:00
Jane Tournois 14ac8f542a add concurrency config file 2015-10-27 14:57:14 +01:00
Jane Tournois 89159249bb extract Scene_c3t3_item from mesh_3_plugin, and create C3t3_type.h 2015-10-27 14:53:41 +01:00
Jane Tournois 827e94e2d3 fix the use of template parameters 2015-10-27 13:02:53 +01:00
Sebastien Loriot 38558c5af5 Merge pull request #433 from maxGimeno/Polyhedron_demo-Splat_fix_for_mac-GF
Compilation error fix
2015-10-26 09:16:25 +01:00
Sebastien Loriot a6b985c0c3 Merge pull request #432 from maxGimeno/Polyhedron_demo-Mesh_edition_fix-GF
Mesh edition fix
2015-10-23 15:46:50 +02:00
Sebastien Loriot ea8ece44cf Merge pull request #431 from maxGimeno/Polyhedron_demo-Multiple_bug_fixes-GF
Polyhedron demo multiple bug fixes gf
2015-10-23 15:45:12 +02:00
Maxime Gimeno c81a149718 Compilation error fix
- Addition of a typedef for glFramebufferTexture2D.
2015-10-23 15:31:14 +02:00
Sébastien Loriot 258ef34006 vtk version 6 and greater are supported by surface_mesher and polyhedron demos
vtk is strict and only the patch version can differ
(that is 6.1 is not compatible with 6.0)
2015-10-22 16:38:21 +02:00
Sébastien Loriot c54bcbb47c request version of VTK 2015-10-22 12:08:06 +02:00
Sébastien Loriot 3e509ce564 fix typo in doc 2015-10-22 11:38:18 +02:00
Maxime Gimeno 453bee4c04 Nef fix
- Boolean operation convert to nef wasn't working because of a invalidate_buffers problem.
2015-10-22 11:19:30 +02:00
Maxime Gimeno 58ad496b6e Removed the last traces of GLEW in Polyhedron_demo 2015-10-22 11:19:30 +02:00
Maxime Gimeno c4f24f7045 Multiple fixes
- Overloaded virtual functions warnings fixed by making compute_elements not virtual.
- Spheres in polylines display fixed (mesh and wireframe)
- ply_to_xyz plugin fixed
2015-10-22 11:19:30 +02:00
Sébastien Loriot aff4c2839a Adapt the ply plugin to the API of Three 2015-10-22 11:15:36 +02:00
Sebastien Loriot 1dbac9df32 Merge pull request #400 from sgiraudot/Point_set_processing_3-IO_ply-GF
Read and write PLY point clouds
2015-10-22 08:56:10 +02:00
Sébastien Loriot 87a20886b0 Merge pull request #424 from janetournois/Polyhedron_demo-add_vtk_plugin-GF
Polyhedron demo : add vtk_plugin
2015-10-21 15:36:03 +02:00
Sebastien Loriot d7cdff56f5 Merge pull request #410 from sgiraudot/Polyhedron_demo-Enhance_selected_points-GF
Polyhedron demo - Enhance selected points
2015-10-21 15:31:42 +02:00
Sebastien Loriot e54db4580f Merge pull request #405 from janetournois/Polyhedron_demo-add_statistics_plugin-GF
Polyhedron demo : new "statistics" context menu
2015-10-21 15:30:20 +02:00
Sebastien Loriot bfe374cf60 Merge pull request #426 from maxGimeno/Polyhedron_demo-Tetrahedral_mesh_fix-GF
Tetrahedral mesh fix
2015-10-21 15:28:46 +02:00
Sébastien Loriot 873a7f858f comment unused parameter 2015-10-21 15:25:23 +02:00
Sébastien Loriot 582a0393de remove unused typedef 2015-10-21 15:21:31 +02:00
Maxime Gimeno 7e78dc9efd Warning fix 2015-10-21 10:40:56 +02:00
Sebastien Loriot 69f56ea6d1 Merge pull request #428 from maxGimeno/Polyhedron_demo-context_Operation_Menu
Contextual menu changed
2015-10-20 13:00:59 +02:00
Maxime Gimeno c0fe5533b5 Contextual menu changed
- Operations is now part of the item menu, so the first menu does not exists anymore.
  It is quicker to get to an action.
2015-10-20 11:30:49 +02:00
Maxime Gimeno 4b2f12467e Color optimization
- The color of the c3t3 item don't use buffers anymore.
2015-10-20 10:57:30 +02:00
Jane Tournois a00245a443 add missing typenames 2015-10-20 09:56:20 +02:00
Laurent Rineau 1a20952261 Adapt the new vtk_plugin to the API of Three 2015-10-19 16:10:00 +02:00
Simon Giraudot ed6d09ffea Merge branch 'Point_set_processing_3-IO_ply-GF-old' into Point_set_processing_3-IO_ply-GF 2015-10-19 16:00:29 +02:00
Jane Tournois c617fc6519 move statistics to the contextMenu of Scene_polyhedron_item 2015-10-19 15:40:30 +02:00
Laurent Rineau 74342e11f8 Merge pull request #417 from maxGimeno/Polyhedron_demo-Viewer_fix-GF
Warning fix
2015-10-19 15:14:37 +02:00
Laurent Rineau d0105297d1 Merge pull request #423 from maxGimeno/Polyhedron_demo-Selection_tool_edges_fix-GF
Selection tool edges fix
2015-10-19 14:57:51 +02:00
Jane Tournois 2d4cea70a9 precise type of files handled 2015-10-19 11:02:06 +02:00