Simon Giraudot
|
3955da6b6e
|
Fix API of property maps (get and put in same class + other minor corrections)
|
2016-05-09 11:35:10 +02:00 |
Simon Giraudot
|
2d412823ef
|
Use built-in std::stack instead of system stack
|
2016-05-06 14:02:41 +02:00 |
Simon Giraudot
|
e69411533a
|
Correction of collect_garbage (using quick sort)
|
2016-05-06 12:34:49 +02:00 |
Simon Giraudot
|
2d41ea7aba
|
Simplify API and handle removed points more nicely
|
2016-05-04 11:12:08 +02:00 |
Simon Giraudot
|
8a5a4efd5b
|
Remove useless includes
|
2016-05-03 09:40:18 +02:00 |
Simon Giraudot
|
be39736905
|
Document Point_set_3
|
2016-05-03 08:38:26 +02:00 |
Simon Giraudot
|
a1c8ec9c3f
|
Merge branch 'Polyhedron_demo-Enhance_point_set_properties-GF-old-old' into Polyhedron_demo-Enhance_point_set_properties-GF-old
|
2016-04-25 17:35:25 +02:00 |
Simon Giraudot
|
02632a035f
|
Add size methods
|
2016-04-25 17:32:05 +02:00 |
Laurent Rineau
|
d4e8c9089c
|
Merge pull request #988 from janetournois/Point_set_processing-fix_runtime_error_bis-jtournois
(Merge branch 'releases/CGAL-4.8-branch')
|
2016-04-11 15:42:35 +02:00 |
Jane Tournois
|
061df89383
|
skip the infinite vertex to avoid computing stuff on associated points
|
2016-04-05 14:26:20 +02:00 |
Laurent Rineau
|
a67bc9822e
|
Merge pull request #895 from afabri/CGAL-LGPL-GF
Move infrastructure files into infrastructure packages and change their license
|
2016-03-29 11:08:43 +02:00 |
Andreas Fabri
|
324daa0b78
|
move value_traits
|
2016-03-09 16:35:49 +01:00 |
Andreas Fabri
|
eb90e8e3e1
|
Include consistently <CGAL/property_map.h>
|
2016-02-24 12:09:36 +01:00 |
Simon Giraudot
|
e03b1cb077
|
Bugfix: use property map to access content on Input_type
|
2016-02-18 16:19:25 +01:00 |
Simon Giraudot
|
fdfebe43f8
|
Correction of push_back and clear functions
|
2016-02-17 14:44:59 +01:00 |
Simon Giraudot
|
d243980a73
|
Add useful accessors and modifiers to Point_set_3
|
2016-02-17 11:53:20 +01:00 |
Simon Giraudot
|
1ebe99f9de
|
Bugfix: check multiple swaps when applying indices change
|
2016-02-10 10:51:32 +01:00 |
Simon Giraudot
|
3413680a23
|
Bugfix: if test was inverted
|
2016-02-10 08:09:01 +01:00 |
Simon Giraudot
|
66c9b18012
|
WIP: use directly Properties instead of Surface_mesh in Point_set_3
|
2016-02-09 14:46:05 +01:00 |
Sebastien Loriot
|
4f737d4682
|
Merge pull request #702 from afabri/CGAL-source-GF
Use source() not prefixed with boost::
|
2016-02-03 09:45:01 +01:00 |
Andreas Fabri
|
b126649f37
|
less boost::
|
2016-02-01 20:12:43 +01:00 |
Andreas Fabri
|
4c9c668dc9
|
deal with deprecated code
|
2016-02-01 15:52:52 +01:00 |
Andreas Fabri
|
c772598ae6
|
Use source() not prefixed with boost::
|
2016-02-01 09:56:57 +01:00 |
Simon Giraudot
|
fd2e2e6395
|
Update namespaces with Properties moved out of Surface_mesh
|
2016-01-29 15:18:37 +01:00 |
Simon Giraudot
|
490b90650b
|
Improve readability of class Point set
|
2016-01-28 09:59:54 +01:00 |
Simon Giraudot
|
c9bf1e1d12
|
Remove useless debug display
|
2016-01-28 08:44:48 +01:00 |
Simon Giraudot
|
6d16b5cb12
|
Bugfix: use reference on pmap for points instead of copy
|
2016-01-28 07:20:47 +01:00 |
Andreas Fabri
|
6af27d6033
|
Add a typedef
|
2016-01-25 17:28:27 +01:00 |
Simon Giraudot
|
3e09542e0e
|
Replace push_pmap with generalized template version
|
2016-01-25 15:28:32 +01:00 |
Andreas Fabri
|
59a2acf16b
|
Add const to &
|
2016-01-25 12:56:01 +01:00 |
Andreas Fabri
|
006dcf0c97
|
cast to get rid of warnings
|
2016-01-25 11:31:33 +01:00 |
Simon Giraudot
|
262c697fb5
|
Fix how to access points and normals
|
2016-01-25 10:26:37 +01:00 |
Simon Giraudot
|
28f879eddf
|
Use iterator on indices as default
|
2016-01-25 09:54:49 +01:00 |
Simon Giraudot
|
ba40408f67
|
Erase function based on indices
|
2016-01-25 09:44:06 +01:00 |
Simon Giraudot
|
b5bbafb2f4
|
Add index property map + functors for back insertion and point/normal push pmap
|
2016-01-22 15:43:52 +01:00 |
Simon Giraudot
|
fdf3857226
|
Separate CGAL::Point_set_3 from Point_set_3 in polyhedron demo
|
2016-01-21 11:41:45 +01:00 |
Simon Giraudot
|
449ce4de7e
|
Bugfix: incorrect types
|
2016-01-21 11:24:11 +01:00 |
Andreas Fabri
|
97134babbf
|
remove/add #includes
|
2016-01-20 10:19:08 +01:00 |
Andreas Fabri
|
993abde037
|
Add header todo: split it in just the point set and what is needed in the Polyhedron demo
|
2016-01-19 15:51:12 +01:00 |
Andreas Fabri
|
2b01b1763e
|
move Point_set_3.h
|
2016-01-19 15:47:29 +01:00 |
Andreas Fabri
|
d497120e5f
|
clean Point_set_processing
|
2016-01-05 17:17:10 +01:00 |
Sébastien Loriot
|
81d638341a
|
prevent internal namespace to be documented
|
2015-12-28 10:51:49 +01:00 |
Simon Giraudot
|
30c352f025
|
Bugfix: OFF reader should accept comments and empty lines
|
2015-11-25 09:18:15 +01:00 |
Simon Giraudot
|
99d4fc84bd
|
Merge branch 'Point_set_processing_3-IO_ply-GF-old' into Point_set_processing_3-IO_ply-GF
|
2015-10-15 14:27:57 +02:00 |
Laurent Rineau
|
18cac48bae
|
Merge pull request #367 from sgiraudot/Point_set_processing-hierarchical_clustering-sgiraudot
New point set processing algorithm: Hierarchical clustering
|
2015-10-14 10:54:37 +02:00 |
Clement Jamin
|
145131e2e6
|
Use Real_timer in PSP3 and T3 since the algorithms might be parallel
|
2015-10-08 15:34:40 +02:00 |
Simon Giraudot
|
09d2c9e5a4
|
Revert removal of hack to handle char properly (std::stream treats boost::int8_t as char)
|
2015-10-08 10:18:16 +02:00 |
Simon Giraudot
|
39eef61847
|
Add headers
|
2015-10-08 10:08:39 +02:00 |
Simon Giraudot
|
f614ce4ea1
|
Remove useless includes
|
2015-10-08 10:08:20 +02:00 |
Simon Giraudot
|
833982a32f
|
Use boost fixed-width integer types for portability (and remove hack for reading ASCII 'char')
|
2015-10-08 09:52:45 +02:00 |