Guillaume Damiand
5def71590e
Merge branch 'Combinatorial_map_contractions_v2-gdamiand'
...
Several bug fixes; modification of the way onsplit/onmerge are tested as all the cases were not considered before; update all the operations to use this new tests.
Merge approved by Laurent (released manager).
2013-02-20 17:43:06 +01:00
Guillaume Damiand
55a4a143b3
Bugfix for call_attribute, when user defines operator() with different const (and add tests in the testsuite).
2013-02-19 17:36:56 +01:00
Laurent Rineau
26a7e70785
New license.txt files (eol changes)
...
The new version 2.13.0 of licensecheck has changed the spaces at eol.
2013-02-19 16:46:39 +01:00
Guillaume Damiand
6b9eadaf80
Remove unused variables
2013-02-19 07:29:58 +01:00
Guillaume Damiand
b8eef9c6b3
cpp0x -> cpp11
2013-02-18 15:53:53 +01:00
Guillaume Damiand
43848090e6
Internal functions for attributes
2013-02-18 12:14:35 +01:00
Guillaume Damiand
9f0d0ec2a7
Add missing typedef
2013-02-18 10:44:53 +01:00
Guillaume Damiand
35509487a9
On split can now be called with a cmap as parameter.
2013-02-17 21:19:17 +01:00
Guillaume Damiand
bf70c5b8e5
* Bug fix in is_sewable for i>3.
...
* replace some assert by CGAL_assertion.
* add composition of beta, static version when no c++11.
2013-02-15 13:25:51 +01:00
Guillaume Damiand
f6cc273d7f
add template keyword
2013-02-15 09:20:31 +01:00
Guillaume Damiand
3a55c3ea3f
Remove unused local typedef; replace two assert with CGAL_assertion
2013-02-15 08:51:43 +01:00
Guillaume Damiand
fbb39f99ec
Remove two unused variables
2013-02-15 08:37:03 +01:00
Guillaume Damiand
7ff4e8f690
Bugfix is_sewable for dim>3
2013-02-14 21:58:18 +01:00
Guillaume Damiand
481908df1f
* Re-add set_attribute method in CMap class (was removed by error).
...
* Make functors Is_removable_functor and Is_contractible_functor to avoid a warning.
2013-02-14 17:21:36 +01:00
Guillaume Damiand
450a07786b
Ok for group/degroup and operations.
...
* clarify all the tests of group/ungroup cases for non void attributes
* create specialized functors allowing to consider all the different cases
(group two edges along their two extremities, only the first or the second...)
* make many cleanup to move functors in different files, and to comment them
* add namespace before global functions
Still to do: sewable for dim>3 (build the isomorphism); try to improve onsplit
test by testing only one out of two modified darts; add a parameter to
operations to do not test group/ungroup; do a functor which updates the
attributes of all the map (avoid do make many small tests, and do only one
big test once).
2013-02-14 16:27:51 +01:00
Guillaume Damiand
6035180c7a
cont...
2013-02-13 22:17:09 +01:00
Guillaume Damiand
173f8bc073
Continue on operations, group and degroup...
2013-02-13 17:57:49 +01:00
Guillaume Damiand
550518a13f
Cont degroup/group and operations
2013-02-12 22:21:57 +01:00
Guillaume Damiand
599d700c65
Wip group/degroup and operations
2013-02-12 17:34:25 +01:00
Guillaume Damiand
0778e0b166
Wip group/degroup
2013-02-11 22:22:14 +01:00
Guillaume Damiand
fbe2a506d7
Continue on group/ungroup: nyf
2013-02-11 22:03:18 +01:00
Guillaume Damiand
6678832c7a
Wip on group/degroup
2013-02-11 17:57:10 +01:00
Guillaume Damiand
af1c3f25fa
Wip
2013-02-11 15:31:43 +01:00
Guillaume Damiand
0558f60b09
Start some cleanup in group/degroup methods.
2013-02-11 13:49:39 +01:00
Guillaume Damiand
9a0b1d17e9
Add test for contraction<3>
2013-02-08 21:36:41 +01:00
Guillaume Damiand
d61ec5bdca
Move tests in LCC, add more tests (nyf)
2013-02-08 17:22:13 +01:00
Guillaume Damiand
2912913964
add tests for contraction<3>
2013-02-08 14:11:05 +01:00
Guillaume Damiand
1db1ddb8c5
Add tests for contraction<2>
2013-02-08 11:25:54 +01:00
Guillaume Damiand
c9a783a74a
Add contraction<i> for i>1
2013-02-05 16:50:22 +01:00
Guillaume Damiand
a384bebac3
End of test for contraction<1>.
2013-02-05 12:57:55 +01:00
Guillaume Damiand
5be11826cb
Onsplit: it seems ok now.
2013-01-30 22:01:36 +01:00
Guillaume Damiand
29039d2fde
wip split...
2013-01-29 16:30:43 +01:00
Guillaume Damiand
bde3be7571
Onsplit, another version
2013-01-29 08:17:38 +01:00
Guillaume Damiand
7f6cf79490
Onsplit again...
2013-01-28 22:13:56 +01:00
Guillaume Damiand
2f19803fb8
Wip
2013-01-28 17:54:28 +01:00
Guillaume Damiand
18aa10a293
Split for removal, special cases.
2013-01-28 15:36:08 +01:00
Guillaume Damiand
e7049ef7e6
Solve conflict with myself.
...
Conflicts:
Combinatorial_map/include/CGAL/Combinatorial_map_operations.h
2013-01-28 13:48:50 +01:00
Guillaume Damiand
ba0e0858ea
Degroup when remove is now ok
2013-01-28 13:34:49 +01:00
Guillaume Damiand
5b36822e76
Bug fix: can be improve later
2013-01-25 21:48:39 +01:00
Guillaume Damiand
78d2ebf342
small correction
2013-01-25 20:41:21 +01:00
Guillaume Damiand
54a27a09c9
Contraction v2 to start a new proper branch.
2013-01-25 17:29:34 +01:00
Sébastien Loriot
9c16cafb80
inline DartWrapper concept that did not exist in the original documentation
...
The page CombinatorialMapItems is now similar to the original one.
2013-01-24 12:37:47 +01:00
Sébastien Loriot
af7dcfbe6d
using template alias declaration to document class Attribute_handle
2013-01-24 07:03:25 +01:00
Sébastien Loriot
57aae7c7bf
using C++11 template alias notation to better document nested template classes
...
The big advantage compared to nested classes is that is it places in the
desired group and it is inline.
2013-01-21 18:22:05 +01:00
Sébastien Loriot
b6c85a19a4
remove linking warning in doxygen doc
2013-01-18 17:36:55 +01:00
Sébastien Loriot
c0289881c2
remove extra space
2013-01-07 18:30:25 +01:00
Sébastien Loriot
5ec28b1cf4
replacing the usage of section in user man by \cgalHeading macro call
2013-01-07 18:04:37 +01:00
Philipp Möller
0c62e021ac
Remove unused doc in CombinatorialMap
2012-12-21 14:07:03 +01:00
Philipp Möller
0f34f2a89e
Merge branch 'Maintenance-include-less-boost-pmoeller'
2012-12-21 09:44:18 +01:00
Sébastien Loriot
82b2ebc865
apply the cpp0x namespace renaming in all files
2012-12-19 11:33:17 +01:00