Commit Graph

169 Commits

Author SHA1 Message Date
Sébastien Loriot 98ca0a1a77 remove warnings
fix bug in Construct_iso_box_d
2011-06-29 07:01:01 +00:00
Sébastien Loriot 76fb93e7e8 update copyright date 2011-06-28 13:19:40 +00:00
Sébastien Loriot 5da58ab212 merge from next 2011-06-28 11:51:34 +00:00
Laurent Rineau ac9877372d Update all PkgDescription files to CGAL-3.9 2011-06-27 14:31:45 +00:00
Sébastien Loriot 5ac8c0da8e real call to operator() from base class 2011-06-27 07:01:45 +00:00
Sébastien Loriot 43b7c68dae add missing include 2011-06-27 06:45:46 +00:00
Andreas Fabri 9752df74c8 Bug fix for VC++ (see comment in the file) 2011-06-24 13:04:33 +00:00
Sébastien Loriot de4be5908b boost_property_map include changed in boost 1.40 2011-06-24 10:24:24 +00:00
Sébastien Loriot 70bca1cdea fix warnings 2011-06-23 13:05:54 +00:00
Sébastien Loriot 19852bc659 really use ReadablePropertyMap 2011-05-24 09:54:37 +00:00
Sébastien Loriot 75e3dc8c87 typos:
Gmp_q -> Gmpq
Gmp_z -> Gmpz
2011-05-19 17:44:46 +00:00
Sébastien Loriot 44e58a0754 rephrase requirements on PointPropertyMap 2011-05-19 17:25:57 +00:00
Sébastien Loriot 5a282b08a1 *update html links
*using L-value property map in an example
2011-05-19 17:14:34 +00:00
Sébastien Loriot 5872fb2039 replace:
*Point_with_info -> Key
 *Point_accessor -> PointPropertyMap

Update text and example to emphase the fact that this rely on point property maps
2011-05-19 15:20:46 +00:00
Sébastien Loriot b7d5ca67f0 add see also 2011-05-06 15:14:10 +00:00
Sébastien Loriot 7b783b76de rename files 2011-05-06 15:06:05 +00:00
Sébastien Loriot a8313cc2cb comments of Geert-Jan:
*typos+rephrase doc
*Search_traits_with_info -> Search_traits_adapter
*Distance_for_point_with_info -> Distance_adapter
2011-05-06 15:01:09 +00:00
Sébastien Loriot 01338f1751 merge from next 2011-05-05 11:50:14 +00:00
Laurent Rineau 6f05e72cef Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2
The documentation of CGAL says that the minimal version of CMake must be
CMake-2.6.2.
  - change cmake_minimum_required to VERSION 2.6.2
  - no longer any need for the policy CMP0003 (was for 2.4.x)
  - no longer any need for CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS (was for 2.4)
2011-04-27 18:06:32 +00:00
Sébastien Loriot 9c39d46a35 merge into the branch the branch spatial searching with point with info 2011-04-13 11:12:41 +00:00
Sébastien Loriot fd7e66b512 in modifs of r62100 removed a needed ++i 2011-04-06 14:36:15 +00:00
Laurent Rineau 3d1fd31b75 Bug fix in <CGAL/Fuzzy_sphere.h>
Fuzzy_sphere_3<Search_traits> tried to use Point_d::dimension(), instead of
using Search_traits::Construct_cartesian_const_iterator_d. With a custom
Point_d, there was a compilation error.
2011-04-01 09:47:16 +00:00
Laurent Rineau da95064578 Update the \ccPkgHowToCiteCgal tag for CGAL-3.8 (2011). 2011-02-24 15:21:10 +00:00
Andreas Fabri 6ba8007815 Use CGAL::abs instead of fabs 2011-02-16 14:05:51 +00:00
Laurent Rineau c87b63f1fa Do not submit the demo subdirectory: demo/Spatial_searching is now empty,
but the script that creates the internal release creates an buggy
CMakeList.txt in it.
2011-02-10 14:50:18 +00:00
Laurent Rineau fc581ab7a8 Fix the use of a deprecated function. 2010-12-10 10:18:04 +00:00
Sébastien Loriot b3687d7b64 typo 2010-12-08 16:25:12 +00:00
Sébastien Loriot ffce30c618 typo 2010-12-08 16:20:50 +00:00
Laurent Rineau b6d9716863 According to C++03 [namespace.udecl], a using declaration cannot be about a
type.
2010-12-06 11:43:05 +00:00
Laurent Rineau 6730935f04 Do not use the default constructor of Random_points_in_iso_box_d (not
documented, and should not exist).
2010-11-24 15:05:46 +00:00
Olivier Devillers 76fca27990 remove unused point_generators_d.h in Splitters.cpp 2010-11-22 09:17:05 +00:00
Olivier Devillers f2c77cfb67 remove of include of unused point_generators_d.h in Orthogonal_incremental_neighbor_search 2010-11-22 09:12:12 +00:00
Sébastien Loriot 5ee07db31f operator= of iterator: do nothing when internal ptr are the same. 2010-10-22 13:17:52 +00:00
Sébastien Loriot d07f78578a add parenthesis to indicate how an expression should be evaluated.
This was done so that an assertion of Orthogonal_incremental_nearest_neighbor does
not fail in case new_off == old_off (when using floating point arithmetic).
2010-10-22 11:03:44 +00:00
Sébastien Loriot ece84b02fd iterator of Incremental_nn: add missing const to operator* + types required by std algo
itertator of Ortho_incremental_nn: the iterator tag was incorrect: forward -> input
2010-10-22 10:58:59 +00:00
Sébastien Loriot 97ddcd58ac add missing operator= which was responsible for a double delete
of a ref-counted value.
2010-10-21 14:28:31 +00:00
Andreas Fabri 0c7b263dee avoid log N reallocation steps when inserting N objects in a std::vector and add typedef Traits 2010-09-23 13:52:01 +00:00
Andreas Fabri 6757d2d506 Qt3 -> Qt4 2010-09-22 14:33:43 +00:00
Andreas Fabri 1a47e14de2 Qt3 -> Qt4 2010-09-22 14:33:12 +00:00
Laurent Rineau cdf0322256 Let's remove all makefiles, now. 2010-08-23 11:03:02 +00:00
Sébastien Loriot 9bb873a0cf remove unused variable in Base constructor 2010-08-19 12:24:38 +00:00
Sébastien Loriot 26e4e3ae68 correct bug in postfix++ of interator in incremental neighbor search methods 2010-08-18 12:53:25 +00:00
Sébastien Loriot 677fa29eb8 add operator-> in iterator of incremental neighbor search classes 2010-08-18 09:52:36 +00:00
Sébastien Loriot 975843b44e add clear function that was documented but not implemented 2010-08-18 08:41:40 +00:00
Sébastien Loriot b34f718001 add benchmark to compare ANN STANN and CGAL::Orthogonal_nearest_neighbor 2010-06-28 13:30:59 +00:00
Andreas Fabri beafa441a9 1.0 -> FT(1.0) 2010-06-24 13:45:17 +00:00
Andreas Fabri 7ff07cae2c 0 -> FT(0) 2010-06-22 11:52:55 +00:00
Andreas Fabri 8f720d178f int -> size_t 2010-06-22 10:34:02 +00:00
Andreas Fabri 058ded3975 int -> size_type/std::size_t 2010-06-21 16:22:00 +00:00
Andreas Fabri 803a2dbc0e cleanup 2010-05-21 13:27:10 +00:00