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
Philipp Möller
7bb310767c
Fix type_traits includes in Combinatorial_map
...
Make sure every header is complete and only brings in the minimal
requirements.
2012-12-17 17:32:49 +01:00
Guillaume Damiand
d28bf9d655
Bugfix: On_merge -> On_split (!)
2012-12-17 08:07:45 +01:00
Philipp Möller
75f69570dc
Change the titles of mainpages to "User Manual"
...
This leads to a slightly odd result in the search for "User Manual",
but makes the pages themselves more consistent.
2012-12-13 14:47:09 +01:00
Guillaume Damiand
703e5d4149
Remove warnings.
...
Unused typedef, variable; unitialized type.
2012-11-28 10:10:48 +01:00
Guillaume Damiand
9143c7cc08
Merge branch 'Combinatorial_map_improve_iterators-gdamiand'
...
Approved by the release manager.
2012-11-27 11:16:00 +01:00
Sébastien Loriot
9576be3c3b
add doc in dont_submit
2012-11-27 08:42:02 +01:00
Sébastien Loriot
920eb63882
backporting documentation changes of master@9fcc5b57 into doxy-port-pmoeller
...
Conflicts:
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h
Installation/doc_tex/Installation/usage.tex
Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h
Mesh_2/doc/Mesh_2/Concepts/ConformingDelaunayTriangulationTraits_2.h
Spatial_searching/doc/Spatial_searching/CGAL/Incremental_neighbor_search.h
Spatial_searching/doc/Spatial_searching/CGAL/K_neighbor_search.h
Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_incremental_neighbor_search.h
2012-11-23 22:54:31 +01:00
Sébastien Loriot
6cc7d66415
Revert "Replace tex-style quotes with quotes that you would expect, as there"
...
This reverts commit e65a8028ea .
Conflicts:
Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex
Approximate_min_ellipsoid_d/documentation/mel.tex
Documentation/doxyassist.xml
Installation/doc_tex/Installation/usage.tex
Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex
Optimisation_doc/doc_tex/Bounding_volumes/user_part.tex
Optimisation_doc/doc_tex/Inscribed_areas/user_part.tex
Width_3/doc_tex/Polytope_distance_d_ref/Width_3.tex
2012-11-23 18:08:13 +01:00
Sébastien Loriot
61fa49b242
Revert "break apart multi-cites, TO BE UNMERGED"
...
This reverts commit 5688d58b1b .
Conflicts:
Matrix_search/doc_tex/Bounding_volumes_ref/spec_rectangular_p_centers.tex
2012-11-23 18:01:10 +01:00
Sébastien Loriot
ae8362b7d6
replace \cgalModels ::FOO by \cgalModels `FOO`
...
using:
perl -pi -e 's/\\cgalModels\s+::([A-Za-z0-9_:]+)\s*$/\\cgalModels `$1`\n/'
2012-11-23 09:37:53 +01:00
Guillaume Damiand
bf573f35d3
End of modifs of iterators that use marks.
2012-11-22 20:33:45 +01:00
Guillaume Damiand
3d0d6817e0
Update iterators: mark null_dart to use it as sentinel.
2012-11-22 19:12:55 +01:00
Andreas Fabri
eb41ac1765
typo
2012-11-22 09:54:22 +01:00
Guillaume Damiand
5ac344ec48
Use null_dart as sentinel durint interators.
2012-11-21 16:47:24 +01:00
Guillaume Damiand
e5e1bec620
Improve iterator which use mark.
2012-11-20 10:20:53 +01:00
Guillaume Damiand
9a20e0e0c7
Modify iterators that use marks.
...
Mark darts when they are push in the stack instead of when they are pop. This avoid to push a same dart several times in the stack.
2012-11-19 21:40:25 +01:00
Sébastien Loriot
0f69c2a512
remove cpp0x namespace from documentation pages
2012-11-14 16:16:15 +01:00
Guillaume Damiand
15e07360a7
Correct a link (and test git commit ;)
2012-11-14 09:00:51 +01:00
Sébastien Loriot
128b02abb8
update CGAL custom doxygen macros
...
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
2012-11-14 00:31:05 +01:00
Sébastien Loriot
974621b58f
start using new figure macros.
...
For Combinatorial maps, I reintroduced the original anchor names as they
were still in use in the reference manual.
2012-11-08 10:55:09 +00:00
Sébastien Loriot
ae159cbdf3
replace markup #, ##, ### by \section, \subsection and \subsubsection
...
(script replacement)
2012-11-06 22:02:15 +00:00
Andreas Fabri
87c689b35f
use \link\endlink
2012-10-31 20:25:04 +00:00
Andreas Fabri
7a6634b5a7
No need for CGAL:: in user manuals
2012-10-31 20:11:16 +00:00
Andreas Fabri
7736798599
linking unlinking
2012-10-30 13:09:46 +00:00
Philipp Möller
31e9eadf8b
Fix all PackageDescriptions to a newer layout
2012-10-19 15:52:31 +00:00
Guillaume Damiand
40be2c8ff6
Links in CMap concept; almost finished...
2012-10-19 14:09:01 +00:00
Guillaume Damiand
d22b3862de
de math
2012-10-19 11:42:09 +00:00
Guillaume Damiand
535a8e4c87
Brief
2012-10-19 09:39:41 +00:00
Guillaume Damiand
2c86697333
Improve brief; remove named instance.
2012-10-19 09:30:43 +00:00
Guillaume Damiand
8153358ae7
Improve brief; remove named instance.
2012-10-19 09:24:51 +00:00
Guillaume Damiand
69034abfbe
Correction of some refs.
2012-10-19 08:39:23 +00:00
Guillaume Damiand
9b87fb5db8
Link to LCC in CMap doc is now ok.
2012-10-19 08:09:06 +00:00
Guillaume Damiand
6705d63432
Add group for concept CombinatorialMap. This has no effect on the generated doc but could have if we set the INLINE_GROUPED_CLASSES option.
2012-10-19 08:01:31 +00:00
Guillaume Damiand
09106a3d51
Links in CMap user manual: almost finished (and it is very nice ;)
2012-10-18 19:52:27 +00:00
Guillaume Damiand
145e411fae
Add CGAL namespace in example.
2012-10-18 19:37:39 +00:00
Philipp Möller
81c8c662d6
Fix some PkgDependsOn to stay inside the package overview, fix an
...
off-by-one in hacks.js, add a missing dependency
2012-10-18 16:31:12 +00:00
Philipp Möller
6615bcee09
Fix some minor glitches in headings
2012-10-18 12:55:17 +00:00
Philipp Möller
c48ef2954c
Small fixes
2012-10-17 08:36:09 +00:00
Guillaume Damiand
c79f36cd5d
Try to not document nested classes for attributes.
2012-10-12 12:13:28 +00:00
Guillaume Damiand
b3b37441e5
wip for CMap doc: pb for links on methods.
2012-10-12 11:54:03 +00:00
Guillaume Damiand
14f9308497
Doxygenization of CMap user manual
2012-10-12 09:32:01 +00:00
Guillaume Damiand
2d1e4b6ac0
remove double bold
2012-10-12 07:38:50 +00:00
Guillaume Damiand
552bd95206
remove ldots
2012-10-12 07:35:34 +00:00
Guillaume Damiand
d6e4eba819
No demo in CMap
2012-10-12 07:19:54 +00:00
Guillaume Damiand
a217d29539
Indend inlined example
2012-10-09 19:12:59 +00:00
Guillaume Damiand
421c02cda3
Section links
2012-10-09 19:11:58 +00:00
Guillaume Damiand
14fe1b1cd7
Refs for figures
2012-10-09 18:21:34 +00:00
Philipp Möller
bc48dfe5a0
Be consistent about author/authors
2012-10-03 16:40:16 +00:00
Philipp Möller
bdf6f2e47d
Small fixes for some awkward back-ticks and correctly link in Polygon.
2012-10-03 13:19:39 +00:00
Philipp Möller
c9fdbf3edb
Add an anchor to each level one heading, so we get a nice tree in the
...
user manuals.
2012-10-02 11:53:01 +00:00
Philipp Möller
37778547bf
Fix example to point to paths similar to a flat layout
2012-10-01 18:02:44 +00:00
Philipp Möller
b64ba48134
The changes to move the package overview labels into the
...
PackageDescription.
2012-09-25 17:17:49 +00:00
Philipp Möller
1954eff3d6
* build normalized mainpage anchors
...
* better naming for Pkg commands
* User and Reference Manual links from the PackageOverview
2012-09-20 15:30:03 +00:00
Philipp Möller
1b3a78a08f
Salvage the demo information from the old package description.
2012-09-20 13:30:49 +00:00
Guillaume Damiand
311b28b46a
Merge 2 figures in one: ok for user manual.
2012-09-18 18:49:17 +00:00
Guillaume Damiand
4efb3ffec3
Start to merge 2 figures in one.
2012-09-18 18:14:47 +00:00
Andreas Fabri
6f61e2b2ee
Downsize headings
2012-09-17 14:53:05 +00:00
Philipp Möller
51e0b8e9d1
move type docs to the right place
2012-09-13 16:37:28 +00:00
Andreas Fabri
75548fddb9
various fixes
2012-09-13 14:48:53 +00:00
Philipp Möller
53ef8d0290
spacing between number \f$
2012-09-13 13:55:43 +00:00
Philipp Möller
ecf6634f8e
Add Combinatorial_map doc
2012-09-13 13:15:32 +00:00
Philipp Möller
864aebe2e5
Merge next.
...
This commit also updates the respective mock-headers when the
corresponding .tex documentation has changed. This has been the case for:
AABB_tree/doc_tex/AABB_tree_ref/AABBGeomTraits.tex
AABB_tree/doc_tex/AABB_tree_ref/AABBTraits.tex
AABB_tree/doc_tex/AABB_tree_ref/AABB_traits.tex
Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex
Mesh_3/doc_tex/Mesh_3_ref/parameters_no_features.tex
Number_types/doc_tex/NumberTypeSupport_ref/Interval_nt.tex
Number_types/doc_tex/NumberTypeSupport_ref/Lazy_exact_nt.tex
Spatial_searching/doc_tex/Spatial_searching_ref/Search_traits_2.tex
Spatial_searching/doc_tex/Spatial_searching_ref/Search_traits_3.tex
Triangulation_2/doc_tex/Triangulation_2_ref/Constrained_Delaunay_triangulation_2.tex
2012-09-12 14:14:22 +00:00
Guillaume Damiand
c871aa06b4
* Add generic beta in CMap (small feature);
...
* Add generic create_dart and create_attribute in CMap (small feature);
* Add generic create_vertex_attribute in LCC (small feature);
* BugFix in LCC doc (wrong concept for item class).
2012-09-06 11:42:50 +00:00
Guillaume Damiand
ca3dd4848b
Add preconditions
2012-08-28 07:15:15 +00:00
Guillaume Damiand
22dbb72bfd
Correction in the doc
2012-08-28 05:58:13 +00:00
Guillaume Damiand
7c6df75942
start the modifs
2012-08-27 19:33:34 +00:00
Philipp Möller
5688d58b1b
break apart multi-cites, TO BE UNMERGED
2012-08-17 13:17:11 +00:00
Philipp Möller
e65a8028ea
Replace tex-style quotes with quotes that you would expect, as there
...
is no way to handle them in the converter.
Needs to be revert before this is being merged into next.
2012-08-02 12:55:15 +00:00
Guillaume Damiand
bfe3c6032d
Replace assert with CGAL_assertion
2012-07-05 13:49:48 +00:00
Guillaume Damiand
44d29a5c8f
* Add a second subdvision method in LCC demo
...
* Add two basic usefull functions (internal as undocumented)
* Add an example showing how to customize the type of point used in LCC
2012-07-02 09:20:14 +00:00
Philipp Möller
c8e1559b2b
Fix another clang 3.1 compilation error by supplying the default argument.
2012-06-26 10:56:54 +00:00
Philipp Möller
d8270400a2
Added some missing 'template' keywords to member function calls, that
...
gcc and MSVC silently swallowed.
2012-06-20 11:05:59 +00:00
Guillaume Damiand
1041faed99
More warnings
2012-05-09 11:25:38 +00:00
Guillaume Damiand
084dc9e99c
Small errors and warning
2012-05-09 10:45:32 +00:00
Guillaume Damiand
bdb8619c5a
Bug fix in some asserts; update some comments; replace some static_assert by assert.
2012-05-04 11:53:07 +00:00
Guillaume Damiand
78baede34b
continue
2012-05-04 09:14:09 +00:00
Guillaume Damiand
8da05e315f
Replace functor by if: cont...
2012-05-04 07:18:54 +00:00
Guillaume Damiand
0e03d6b824
Restore the previous commit in my branch.
2012-05-03 20:20:51 +00:00
Guillaume Damiand
1ed058b105
Add a condition in is_valid method => update the code of insert vertex operation
2012-03-27 12:31:08 +00:00
Guillaume Damiand
cce01ff0c6
Bug fix.
2012-03-26 20:11:32 +00:00
Guillaume Damiand
b10d4766fc
Bug fix in removal operation
2012-03-26 11:44:37 +00:00
Guillaume Damiand
e5a6f3705f
add test on degroup darts
2012-03-26 10:16:44 +00:00
Laurent Rineau
a37c74d534
Add license files, per package
2012-01-16 15:54:22 +00:00
Laurent Rineau
5b5dd33848
merge changes from next
2012-01-09 12:33:39 +00:00
Guillaume Damiand
f07f987030
Move the assert before the use.
2011-12-20 14:52:14 +00:00
Guillaume Damiand
01e12fd082
Split dual in two parts (combinatorial and geometrical parts).
2011-12-19 19:40:55 +00:00
Guillaume Damiand
a32aadb219
Bug fix in the doc (missing the precise dart which is return).
2011-12-15 13:52:29 +00:00
Guillaume Damiand
13edaf302b
private -> protected.
2011-11-25 14:54:08 +00:00
Guillaume Damiand
643719dc6e
Doc to solve the problem of cross references between LCC and CMap.
...
Items and Items_ as template parameters are rename CMItems.
2011-11-25 12:10:08 +00:00
Guillaume Damiand
9b489ba4a9
Modifs of local macro to avoid conflicts between CMap and LCC.
2011-11-24 11:59:26 +00:00
Guillaume Damiand
75afba4df1
Revert Combinatorial_map.h to r66434: there was a problem during the reintegrate...
2011-11-23 21:33:45 +00:00
Guillaume Damiand
95ef49628f
Merge with next.
2011-11-23 16:35:45 +00:00
Guillaume Damiand
a34448f6b8
End of modifs of copy of iterator with mark.
2011-11-18 10:53:21 +00:00
Guillaume Damiand
c3477873af
Add example using for_each with iterator using marks.
2011-11-18 10:52:21 +00:00
Guillaume Damiand
1473c3e382
Start of modifications of copy constructor and operator= for iterators that use marks.
2011-11-17 20:56:59 +00:00
Guillaume Damiand
ed877946ce
Replace the bitset of reserved marks by an array of number of times each mark is reserved.
2011-11-17 20:27:11 +00:00
Laurent Rineau
93486787c3
The inside of ccPkgDescription must not contain black lines between macros
...
Otherwise that inserts a buggy "<p>" tag in the package overview where the
doctype does not allow it.
2011-11-15 19:16:23 +00:00
Guillaume Damiand
7414673b78
Remove two unused variables.
2011-11-09 06:36:07 +00:00
Guillaume Damiand
ed25a632bf
Merge with branches/candidate-packages/Combinatorial_map.
2011-11-08 09:56:54 +00:00
Guillaume Damiand
94cdfc234a
Bug fix
2011-11-03 20:51:13 +00:00
Guillaume Damiand
ba47a434c9
Re-Indent the modified part.
2011-11-03 11:48:51 +00:00
Guillaume Damiand
18557e5fda
Merge with next
2011-11-03 11:43:41 +00:00
Guillaume Damiand
79001c1cc5
Re-indent
2011-11-03 11:04:36 +00:00
Guillaume Damiand
e6dc52038a
Bug fix
2011-11-02 19:36:54 +00:00
Guillaume Damiand
e584d175a3
Bug fix.
2011-11-02 08:23:25 +00:00
Guillaume Damiand
38c3af20d8
Bug fix
2011-11-01 19:06:16 +00:00
Guillaume Damiand
2a3e4429d4
Add a method counting all the cells.
2011-10-31 08:28:59 +00:00
Guillaume Damiand
81b14d2012
Bug fix in unsew functors.
2011-10-31 08:07:51 +00:00
Guillaume Damiand
2924685e71
Add a missing friend
2011-10-31 08:07:01 +00:00
Laurent Rineau
27383e7ee1
merge from next
2011-10-17 16:18:46 +00:00
Guillaume Damiand
e8a14e3303
Typo in name of Bernd
2011-10-14 18:47:20 +00:00
Laurent Rineau
fcd1bc0677
merge from next
...
And modify the licenses to LGPLv3+ for the following new files:
include/CGAL/Combinatorial_map_iterators_base.h
include/CGAL/internal/Combinatorial_map_utility_novariadic.h
2011-10-11 12:54:32 +00:00
Guillaume Damiand
63aecbeba4
Licence in CMap tests
2011-10-10 14:46:03 +00:00
Guillaume Damiand
f26fe49316
Licence for Combinatorial_map
2011-10-10 14:39:37 +00:00
Sébastien Loriot
5d420a9c2c
undo license change in Cmap package
2011-10-10 14:06:06 +00:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Guillaume Damiand
151d87d83a
Copyright.
2011-10-10 10:56:46 +00:00
Guillaume Damiand
721c337de6
Add missing file.
2011-10-10 10:43:34 +00:00
Guillaume Damiand
f871da7c99
* replace some assert by static_assert;
...
* add all the ranges and refactoring of code to clarify it.
2011-10-07 15:10:30 +00:00
Guillaume Damiand
867a8733cf
* replace some assertion by static_assertion
...
* refactoring of Combinatorial_map_utility.h => move all novariadic struct in Combinatorial_map_utility_novariadic. The file can now be read easier.
2011-10-07 14:15:06 +00:00
Laurent Rineau
fdb7ea6c6b
prepare ccPkgHowToCiteCgal for CGAL-3.10 (in 2012)
2011-09-28 16:15:05 +00:00
Sébastien Loriot
dad46fe794
remove not need CMakeLists.txt's
2011-09-27 08:51:49 +00:00
Sébastien Loriot
afe2d565b6
remove commited CMakeLists
2011-09-08 09:58:37 +00:00
Guillaume Damiand
a29c905ee0
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion.
2011-08-31 14:30:07 +00:00
Guillaume Damiand
e706ed3b6e
Small corrections in ref manual after a last proofread.
2011-07-21 18:29:28 +00:00
Guillaume Damiand
856ee3d90f
Small corrections in user manual after a last proofreading.
2011-07-21 11:28:23 +00:00
Guillaume Damiand
385a2d9a0b
comment in example
2011-07-21 11:11:46 +00:00
Guillaume Damiand
6fed37a4f6
simplification of the example for the same result.
2011-07-21 10:16:27 +00:00
Guillaume Damiand
7dadf80efd
typo in comments
2011-07-21 09:16:04 +00:00
Guillaume Damiand
45c862b778
bug fix in example
2011-07-21 08:53:44 +00:00
Guillaume Damiand
6eb3375347
replace Dart_base by Dart in the figure Diagramme_class.
2011-07-21 08:08:48 +00:00
Guillaume Damiand
77c34e95b5
bugfix in setminus
2011-07-06 12:17:37 +00:00
Guillaume Damiand
00c1d03507
Enf of modifs to remove $$ in html.
2011-07-06 11:46:27 +00:00
Guillaume Damiand
1ddfdc5246
cleanup + small corrections
2011-07-05 20:26:36 +00:00
Guillaume Damiand
48fae5c18d
Replace all the $\beta_x$.
2011-07-05 20:14:01 +00:00
Guillaume Damiand
89ec6bdfab
Replace $\beta$ in html mode.
2011-07-05 13:18:26 +00:00
Guillaume Damiand
b78de6abe3
bugfix in figure
2011-07-05 11:11:45 +00:00
Guillaume Damiand
6ab2d88809
replace $$
2011-07-05 10:59:16 +00:00
Guillaume Damiand
645abaf43e
fig
2011-07-04 15:50:15 +00:00