Laurent Rineau
141eed441c
Merge pull request #4508 from MaelRL/BGL-Fix_graph_has_property_doc-GF
...
BGL: fix doc of graph_has_property
2020-02-14 14:39:16 +01:00
Mael Rouxel-Labbé
19d18633ae
Misc doc fixes
2020-02-07 16:11:22 +01:00
Maxime Gimeno
a8820c69a9
Doc.
2020-01-28 13:45:27 +01:00
Maxime Gimeno
0de28e84ff
Undocument
2020-01-28 12:45:31 +01:00
Mael Rouxel-Labbé
fa83880b5e
Document Bounded_distance_placement
2020-01-28 12:45:29 +01:00
Mael Rouxel-Labbé
38b780cdb6
Tiny improvement to GH doc
2020-01-28 12:45:29 +01:00
Mael
ea827e98ec
Fix GH example saying it uses a Polyhedron
2020-01-08 09:02:30 +01:00
Mael
0ae7d32f5f
Add Surface_mesh to SMS's doc dependencies
2020-01-08 08:46:08 +01:00
Mael Rouxel-Labbé
74d86e7e20
Minor doc fixes
2019-11-29 11:37:23 +01:00
Mael Rouxel-Labbé
7587bf5f48
Add missing doc file + add a note about requiring Eigen
2019-10-24 14:34:22 +02:00
Mael Rouxel-Labbé
64ba5fa006
Clarify in the documentation that a null placement means no collapse
2019-10-21 15:30:46 +02:00
Mael Rouxel-Labbé
f152b54a91
Add a few words about implementation history + add new authors
2019-10-21 14:39:03 +02:00
Mael Rouxel-Labbé
784c8b09d2
Fix formatting
2019-10-20 19:45:14 +02:00
Mael Rouxel-Labbé
8a1dd342ea
Tiny doc changes
2019-10-20 12:50:08 +02:00
Mael Rouxel-Labbé
c488a14d96
Regroup both GH policies within a single class
...
Simpler API (users don't have to explicit the vertex cost map) + clearer
that they must go together.
2019-10-19 18:03:01 +02:00
Mael Rouxel-Labbé
09bd731ff9
Finish documentation
2019-10-18 23:09:21 +02:00
Mael Rouxel-Labbé
eb2942bc37
No more lies about the concept EdgeProfile, it does not exist.
...
Users cannot actually set any model, it is hardcoded to be SMS::Edge_profile
2019-10-17 16:19:47 +02:00
Mael Rouxel-Labbé
9e74b606d3
Explicit the fact that GH_cost and GH_placement must be used together
2019-10-17 12:43:25 +02:00
Mael Rouxel-Labbé
e4b2be3e4b
Merge branch 'SMS-Add_GH_simplification-GF-old' into SMS-Add_GH_simplification-GF
2019-10-16 12:32:30 +02:00
Mael Rouxel-Labbé
bcfec4ef89
Remove deleted examples from the list of examples
2019-10-15 13:59:09 +02:00
Mael Rouxel-Labbé
d5a05392b0
Fix type
2019-10-15 13:59:09 +02:00
Mael Rouxel-Labbé
15dae12dcc
Some doc cleaning
2019-10-15 13:59:09 +02:00
Baskin Senbaslar
33bd6ef391
garland&heckbert docs added
2019-10-15 13:58:13 +02:00
Sébastien Loriot
fbafb9d06f
fix remaining mismatches and fix bugs
2019-07-10 11:40:45 +02:00
Mael Rouxel-Labbé
b2cb2e708d
Clean interal code
...
- Get rid of abusive and often useless 'using'
- Rename Detail to internal to align with conventions
- put internal code in 'internal' namespace
- Put include headers where they matter rather than in Common.h
2019-05-09 11:41:58 +02:00
Mael Rouxel-Labbé
6d8d0b564c
Clean SMS code (whitespace, indentation, variable names, clumsy for loops, etc)
2019-05-09 09:31:35 +02:00
Mael Rouxel-Labbé
4747f8ccaf
Improve reader sanity
...
- Re-indent to more normal standards
- Remove usage of *_impl.h
- Clean useless and trailing whitespace
- some minor code readability changes
2019-05-03 14:56:21 +02:00
Laurent Rineau
fc81d3bfec
Merge pull request #3780 from afabri/CGAL-links-GF
...
Some Documentation Fixes for Issue #3457
2019-03-27 18:05:17 +01:00
Andreas Fabri
596661526e
fix (sub)section
2019-03-22 08:46:46 +01:00
Andreas Fabri
60f54882f9
Examples with Surface_mesh
2019-03-21 19:40:08 +01:00
Andreas Fabri
a472c24185
http:/www.boost.org -> https://www.bost.org
2019-03-20 08:59:22 +01:00
Andreas Fabri
e254a770df
Some Fixes for #3457
2019-03-19 19:20:40 +01:00
Sébastien Loriot
59bc453b42
first batch of replacement for level 1 in classified ref man
...
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Sébastien Loriot
c6839a6aea
fixes in the user manual
...
picked from @MaelRL
2018-01-16 10:01:35 +01:00
Sébastien Loriot
20f9ae4ee2
replace ECM by TriangleMesh in the doc
2018-01-16 09:43:01 +01:00
Sébastien Loriot
d93ab6432b
remove EdgeCollapsableSurfaceMesh concepts and use BGL ones
2018-01-16 09:42:53 +01:00
Mael Rouxel-Labbé
ad947da752
Give each package a NamedParameters.txt
2017-12-12 00:07:57 +01:00
Sébastien Loriot
19adf3b05e
make the doc match struct/class with the implementation
2017-11-17 11:34:55 +01:00
Laurent Rineau
4c57786059
Merge pull request #2193 from afabri/SMS-geometrically_valid-GF
...
Surface Mesh Simplification: Introduce placement that bounds change of face normal
2017-07-25 18:17:18 +02:00
Andreas Fabri
6c0323fc8a
fix typos and indentation
2017-07-17 16:39:27 +02:00
Andreas Fabri
2a0dde7956
Document the constructors
2017-07-03 22:37:33 +02:00
Andreas Fabri
26953dce0d
fix doc
2017-06-29 13:43:17 +02:00
Andreas Fabri
01677ccd22
fix typos in doc
2017-06-29 11:14:31 +02:00
Andreas Fabri
b1039d0334
Update Surface_mesh_simplification.txt
...
Fix doc (missing namespace prefix)
2017-06-26 16:25:30 +02:00
Andreas Fabri
ea47806461
chmod -x
2017-06-26 11:12:02 +02:00
Andreas Fabri
6ba44f1595
Finish the sentence
2017-06-26 11:08:34 +02:00
Andreas Fabri
3e8c3e78d1
Add documenation
2017-06-26 11:08:34 +02:00
Andreas Fabri
b394c9812a
Add documenation
2017-06-26 11:08:34 +02:00