Commit Graph

41206 Commits

Author SHA1 Message Date
Sylvain Pion 23f1b98350 typos and related. 2009-04-08 11:40:21 +00:00
Monique Teillaud ba9b7b7143 incident_vertices(vertex) renamed as adjacent_vertices()
old name left for backward compatibility (and old functions still tested)
2009-04-08 10:06:32 +00:00
Menelaos Karavelas b079e36d1a fixed bug created by renaming directory with traits by Delage from new_traits to Delage_traits 2009-04-08 08:28:52 +00:00
Sylvain Pion df0a8ed51a Update comment. 2009-04-08 07:36:06 +00:00
Sylvain Pion 13337c8313 the the -> the (I love this one) 2009-04-07 20:30:22 +00:00
Sylvain Pion 0af43079b5 weigth -> weight 2009-04-07 19:35:03 +00:00
Sylvain Pion 55b427d531 lenght -> length 2009-04-07 19:30:59 +00:00
Sylvain Pion 6eee8cf950 Typo. 2009-04-07 19:26:00 +00:00
Sylvain Pion 7d4e871fb3 Fix \ccGeneralizes -> \ccRefines. 2009-04-07 19:25:04 +00:00
Daniel Russel d1a3054557 update with PDB reader 2009-04-07 17:36:51 +00:00
Laurent Saboret d31da484d4 Merge with experimental-packages\Polyhedron_demo-refactoring r48693:
- Rename back Point_set_demo_types.h as Polyhedron_type.h and Point_set_demo_types_fwd.h as Polyhedron_type_fwd.h (=> ease comparison).
- Move kernel declaration to new Kernel_type.h (=> avoid duplicating code).
2009-04-07 15:48:59 +00:00
Laurent Saboret 3a84182753 Port to g++ 2009-04-07 14:59:28 +00:00
Sylvain Pion 687a8c800b typo 2009-04-07 14:52:40 +00:00
Laurent Saboret b95b41f7ab Large rewrite of the OpenGL rendering mode management:
* New OpenGL rendering modes: 
- New modes "points", "points+normals" and "Gouraud". 
- "fill" mode is renamed "flat". 
- "Superimpose edges" menu item replaced by "flat+edges" mode.

* New Scene_item::supportsRenderingMode() method allows or not each rendering mode for each item.
- Point_set_scene_item supports "points" and "points+normals".
- Scene_polyhedron_item supports new modes points" and "Gouraud".

* New Scene_item::draw_points() and draw_normals() methods to implement the "points" and "points+normals" modes. 

* New Scene_item::renderingModeName() method to factorize code to write the "rendering mode" field.
2009-04-07 14:30:17 +00:00
Laurent Saboret 5fefaf52a4 Merge with experimental-packages\Polyhedron_demo-refactoring r48660 2009-04-07 14:03:45 +00:00
Laurent Saboret 425cc63967 Fixed compilation warnings with VC++ 2009-04-07 14:01:14 +00:00
Daniel Russel 34a474f1a9 more tests work and cmakelists is fixed 2009-04-07 13:56:30 +00:00
Daniel Russel 217bee88fe update to new pdb 2009-04-07 13:35:53 +00:00
Fernando Cacciola 1d2d7a3428 Removed totally useless cmake_policy (VERSION) command 2009-04-07 13:30:47 +00:00
Nader Salman 9e4d56ec47 Bug corrections (03/04/2009) 2009-04-07 13:03:42 +00:00
Laurent Saboret 88264bc2df Create Qt Point Set demo from Qt Polyhedron demo and Poisson MFC demo.
Step 5:
- added "Edit >> Convert to Point Set" menu item to convert a mesh to a point set
2009-04-06 15:21:22 +00:00
Fernando Cacciola 6fcfa43cd7 Fixed find_package bug in 2.6.3 2009-04-06 13:34:12 +00:00
Laurent Rineau 69cc456852 typo : lenght -> length
(Thanks to Sylvain Pion.)
2009-04-06 12:25:12 +00:00
Laurent Rineau 9b9d32c208 The polyhedral oracle can now be used by Mesh_3. 2009-04-06 12:10:42 +00:00
Laurent Rineau 85bd8c4adb Add a member function AABB_tree::count_intersections 2009-04-06 12:10:09 +00:00
Laurent Rineau d51fcf2fa2 Make AABB_node::max_lenght public, so that AABB_tree can use it. 2009-04-06 12:09:32 +00:00
Laurent Saboret 206c29a68a Create Qt Point Set demo from Qt Polyhedron demo and Poisson MFC demo.
Step 4:
- added xyz_plugin to load/save .xyz/.pwn point set files
2009-04-06 11:53:44 +00:00
Laurent Saboret 0760ac6624 Create Qt Point Set demo from Qt Polyhedron demo and Poisson MFC demo.
Step 3:
- Revert filenames of files identical in the Polyhedron demo (=> easier comparison)
- Merge changes in Polyhedron_demo-refactoring up to r48617
2009-04-06 08:40:03 +00:00
Mariette Yvinec fab1413d4f added an entry for documentation
of the use of constrained triangulation
for polygonal regions.
2009-04-06 07:52:19 +00:00
Daniel Russel 543bdc81b4 don't use boost/foreach directly 2009-04-05 04:00:56 +00:00
Daniel Russel 06bcf7a870 boost::iterator_range::size is broken 2009-04-05 03:57:29 +00:00
Daniel Russel a9375a5e0c most everything working 2009-04-04 00:09:11 +00:00
Daniel Russel 236e133a3b test work 2009-04-03 22:32:57 +00:00
Daniel Russel 0a4e8e4c5f tests work 2009-04-03 22:32:43 +00:00
Daniel Russel f834735654 forgot to commit files 2009-04-03 19:27:39 +00:00
Laurent Saboret f6ddd6ae06 Port to Linux/g++ 2009-04-03 17:51:59 +00:00
Laurent Saboret cb2644dab9 Revert revision 48625 that does not compile with g++ 2009-04-03 17:26:19 +00:00
Laurent Saboret e15091df91 Create Qt Point Set demo from Qt Polyhedron demo and Poisson MFC demo.
Step 3:
- Revert filenames of files identical in the Polyhedron demo (=> easier comparison)
- Merge changes in Polyhedron_demo-refactoring up to r48617
2009-04-03 17:15:13 +00:00
Laurent Saboret 9cea4c0899 Create Qt Point Set demo from Qt Polyhedron demo and Poisson MFC demo.
Step 2:
- Can load and save point sets (OFF format)
- Draw point sets
2009-04-03 15:44:48 +00:00
Laurent Saboret a2878834ac Changes after submission review by AF (1):
* Port to Linux/g++
2009-04-03 13:53:27 +00:00
Laurent Saboret de79e51cf4 Ignore more files generated by Qt: *.moc_parameters *.cpp_parameters *_moc.cpp ui_*.h qrc_*.cxx 2009-04-03 13:50:59 +00:00
Laurent Saboret 8556fa0452 Changes after submission review by AF (1):
* Point_set_processing_3 IO functions take now as parameter a std::istream instead of a filename.
* Removed read/write_pwn_point_set() which are replaced by read/write_xyz_point_set().
* Removed read_pnb_point_set() which obsolete.
2009-04-03 12:47:33 +00:00
Laurent Saboret 7d659c7483 Fixed compilation warnings with VC++ 2009-04-03 12:38:46 +00:00
Nader Salman 9fe8881ed7 New algorithm to smooth 3D point cloud inspired y Improved Laplacian smoothing of noisy surface meshes 2009-04-02 16:27:01 +00:00
Laurent Rineau ee527de50f Attempt to fix the compilation in the testsuite.
I do not really understand what is the rule the extend the Intersect_3
functor of the kernel.
2009-04-02 12:43:43 +00:00
Sylvain Pion 2907b46b13 Remove log messages when using "-n". 2009-04-02 11:07:21 +00:00
Ophir Setter c6fe5e3d8b added arr_with_history to the classes section in the reference manual 2009-04-02 06:43:47 +00:00
Daniel Russel 3efe9b092b use ranges 2009-04-01 23:17:20 +00:00
Daniel Russel 3b0dedaf63 updated to fix broken/unused headers. The interator interface has changed majorly 2009-04-01 21:24:33 +00:00
Pedro Machado Manhaes de Castro 8d950c04b5 Spherical kernel with CORE::BigRat 2009-03-31 17:42:55 +00:00