Laurent Rineau
|
be0d07d150
|
Merge pull request #3979 from afabri/CGAL-null_ptr-GF
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-17 14:10:35 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Andreas Fabri
|
4e1f2cf017
|
Replace BOOST_FOREACH with C++11 for
|
2019-06-04 17:13:53 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Andreas Fabri
|
1a1f336f2c
|
Open with std::ios::binary; isspace needs an unsigned char
|
2019-05-07 11:41:16 +02:00 |
Laurent Rineau
|
008a75d439
|
Merge pull request #3636 from sgiraudot/Surface_mesh-PLY_IO-GF
[Small Feature] Surface Mesh PLY IO
|
2019-05-06 15:46:07 +02:00 |
Maxime Gimeno
|
14ec0d325b
|
Fix OBJ reading.
|
2019-04-24 15:38:28 +02:00 |
Simon Giraudot
|
207a432dfd
|
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
|
2019-04-23 12:08:44 +02:00 |
Sebastien Loriot
|
b87db08b08
|
Merge pull request #3355 from maxGimeno/Demo-Multiple_viewers-GF
Polyhedron demo: Multiple Viewers
|
2019-04-23 10:34:26 +02:00 |
Maxime Gimeno
|
8feb0cbfef
|
Comment cerr in OBJ_reader
|
2019-04-23 10:29:51 +02:00 |
Andreas Fabri
|
864ba4249d
|
Merge branch 'Surface_mesh-PLY_IO-GF-old' into Surface_mesh-PLY_IO-GF
|
2019-04-12 16:19:53 +02:00 |
Sébastien Loriot
|
efc2084360
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-12 15:42:14 +02:00 |
Simon Giraudot
|
717137e48f
|
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
|
2019-04-09 15:11:58 +02:00 |
Maxime Gimeno
|
de47fb3348
|
Fix conflicts
|
2019-04-09 10:31:10 +02:00 |
Andreas Fabri
|
44f52f436a
|
Add include of sstream
|
2019-04-08 16:16:51 +02:00 |
Sébastien Loriot
|
93f9a83ad3
|
STL writer is now under LGPL
|
2019-04-04 14:24:07 +02:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01: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 |
Maxime Gimeno
|
94541df835
|
Update to master
|
2019-03-07 14:33:10 +01:00 |
Simon Giraudot
|
1f54c5e0af
|
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
|
2019-02-26 14:03:27 +01:00 |
Maxime Gimeno
|
c650f26c23
|
Fix OFF reader to detect sooner the flux errors.
|
2019-02-11 12:45:27 +01:00 |
Simon Giraudot
|
12dfbd6353
|
Reorganize PLY IO functions/files
|
2019-01-22 10:00:23 +01:00 |
Maxime Gimeno
|
c71d1066a2
|
Fix conflicts
|
2019-01-11 13:59:08 +01:00 |
Sébastien Loriot
|
61169b394e
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-01-04 17:19:19 +01:00 |
Sébastien Loriot
|
45066e7d91
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
|
2019-01-04 17:17:03 +01:00 |
Maxime Gimeno
|
9e8bfa3ded
|
Fix code in ply_writer
|
2018-12-21 09:18:03 +01:00 |
Maxime Gimeno
|
1f961fa27b
|
Replace template name in write_ply to show it only works with surface_mesh
|
2018-12-20 14:11:53 +01:00 |
Simon Giraudot
|
1cfcb1ba5b
|
Fix stream status handling everywhere PLY reader is used
|
2018-12-18 15:28:02 +01:00 |
Maxime Gimeno
|
a4022d5445
|
Add hedge uv management to the ply_reader and incorporate it to the ply_io_plugin. IO for textured_surface_mesh
|
2018-12-18 14:35:32 +01:00 |
Simon Giraudot
|
f7366b0118
|
Improve PLY element handling and thus fix bug when reading unknown element
|
2018-12-18 09:35:02 +01:00 |
Maxime Gimeno
|
ebab49ea00
|
Add a PLY writer for textured scene_surface_mesh_items
|
2018-12-17 15:55:52 +01:00 |
Simon Giraudot
|
858d10070b
|
Improve PLY element handling and thus fix bug when reading unknown element
|
2018-12-17 13:07:56 +01:00 |
Maxime Gimeno
|
9112b41b50
|
normalize normals length in display. Also, make them a little bit bigger.
|
2018-12-14 15:48:24 +01:00 |
Laurent Rineau
|
8d0345c373
|
Merge pull request #3372 from afabri/Polyhedron_IO-inline-GF
inline fill_point()
|
2018-10-29 10:42:32 +01:00 |
Andreas Fabri
|
e977ce76b3
|
inline
|
2018-10-04 19:37:11 +02:00 |
Mael Rouxel-Labbé
|
ef6a6af122
|
Made STL reader compatible with SequenceContainers
It's useful to not be constrained to cpp11::arrays when the polygon soup
is to be processed through reparation functions (for example)
|
2018-08-03 14:21:17 +02:00 |
Laurent Rineau
|
0e4e50f2e7
|
Merge pull request #3060 from maxGimeno/BGL-read_write_off_use_np-GF
BGL: Use Named Parameters in OFF I/O
|
2018-06-27 10:21:33 +02:00 |
Maxime Gimeno
|
1cba5df6b6
|
Fix looping overload
|
2018-06-20 08:38:04 +02:00 |
Mael Rouxel-Labbé
|
abfeaf39cd
|
Improved STL reader
|
2018-06-11 14:02:39 +02:00 |
Maxime Gimeno
|
911b6eb4c1
|
Fix error in print_polyhedron
|
2018-06-06 16:44:39 +02:00 |
Maxime Gimeno
|
7a5e821183
|
fixes
|
2018-04-27 15:28:00 +02:00 |
Maxime Gimeno
|
c4da8690cb
|
Add NamedParameters to the off IO functions.
|
2018-04-26 14:00:06 +02:00 |
Sébastien Loriot
|
bdc9377e20
|
fix reading of ASCII STL with a name broken by a previous fix
|
2018-02-26 15:15:59 +01:00 |
Andreas Fabri
|
22bd2815a3
|
Polyhedron
|
2018-01-17 17:13:53 +00:00 |
Andreas Fabri
|
cd7f1af9c4
|
bug fix
|
2017-12-11 16:39:53 +00:00 |
Andreas Fabri
|
49128e332a
|
Also parse headers of binary STL files starting with the keyword 'solid'
|
2017-12-07 14:57:39 +01:00 |
Sébastien Loriot
|
ff26773f7b
|
remove include directive for checking GPL compliance in LGPL headers
|
2017-11-12 10:21:35 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |