Sébastien Loriot
|
8350dea94a
|
char* -> std::string
|
2021-10-04 09:49:24 +02:00 |
Sébastien Loriot
|
47028cd184
|
automatically move data files in data dir + update paths
Done for OFF/OBJ/STL/XYZ/PWN/PLY
|
2021-10-04 09:42:49 +02:00 |
Sébastien Loriot
|
fb6f703b55
|
IO namespace for files in IO directories
|
2021-05-04 14:36:06 +02:00 |
Mael Rouxel-Labbé
|
9cca59ba36
|
Actually use the new IO functions + some example improvements
|
2020-06-23 18:24:39 +02:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Mael Rouxel-Labbé
|
3307561dd7
|
Cleaned off #1 in example
|
2017-06-22 16:17:13 +02:00 |
Andreas Fabri
|
531496b72f
|
Use CGAL_SEAM_MESH_INSERT_OPERATOR in example
|
2017-06-22 16:17:13 +02:00 |
Mael Rouxel-Labbé
|
c71d8285d0
|
Updated the examples of the SMP to work with the new Seam mesh
Also a small change in the Polyhedron demo
|
2017-06-22 16:14:55 +02:00 |
Andreas Fabri
|
a6a62bc4f6
|
index vertices inside parameterize()
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
e1089a9168
|
WIP: Add vertex_descriptor which is a kind of canonical halfede_descriptor
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
c746425f8c
|
Authalic parametrization works with a Surface_mesh with border
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
e00500fe5c
|
a shy beginning of a graph with edges marked as seam edges
|
2017-06-22 16:11:38 +02:00 |