Commit Graph

123 Commits

Author SHA1 Message Date
Sébastien Loriot 7412cdb650 add all property maps concepts to ease linking to them. Update pages using them 2013-03-14 16:59:27 +01:00
Andreas Fabri c724f2ff9a CGAL_USE 2013-03-01 11:27:39 +01:00
Andreas Fabri ea7b603572 remove unused parameter 2013-02-27 14:26:38 +01:00
Andreas Fabri cfd69b1490 long/int -> size_t 2013-02-27 11:44:55 +01:00
Laurent Rineau e06a6f535b Add or fix license/copyright headers in CGAL headers 2013-02-19 16:45:00 +01:00
Sébastien Loriot 89bf326ecb skip more function from manual 2013-01-07 11:53:17 +01:00
Andreas Fabri a56f3989ec improve Poisson 2012-12-27 21:21:58 +01:00
Philipp Möller 833a32660d Replace boost/random.hpp with more precise headers 2012-12-14 17:29:14 +01:00
Sébastien Loriot 436c0c2e37 implement what is documented
the constructor overload should be available only if iterator value_type
is convertible to Point
2012-11-28 12:39:12 +01:00
Sébastien Loriot cb52bb42be add missing \endcond 2012-11-28 12:38:35 +01:00
Sébastien Loriot a6fe048a25 restore the former API without the visitor introduced in 485d1bc5
Remove the visitor from the documented example
and move to undocumnet section the constructor with visitors
2012-11-28 12:05:03 +01:00
Sébastien Loriot 4ec9529581 Merge branch 'doxy-port-pmoeller'
Conflicts:
	.gitattributes
	Surface_reconstruction_points_3/include/CGAL/Poisson_reconstruction_function.h
	Surface_reconstruction_points_3/include/CGAL/Reconstruction_triangulation_3.h
	Surface_reconstruction_points_3/include/CGAL/k_nearest_neighbor.h
2012-11-27 10:05:41 +01:00
Sébastien Loriot efd13bab22 backport commit in tex file from master into doxygen
In order to keep the history of Poisson_reconstruction_function.h
I simply modified the doc without taking into account code change.
This will be done when merging with master
2012-11-23 22:42:03 +01:00
Sébastien Loriot 84ca36f420 remove forgotten merge conflict mark 2012-11-20 16:27:34 +01:00
Sébastien Loriot 485d1bc5e0 Merge branch 'Surface_reconstruction_points_3-make_it_faster-afabri'
After approval of the release manager

Conflicts:
	Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3_ref/Poisson_reconstruction_function.tex
	Surface_reconstruction_points_3/include/CGAL/Poisson_reconstruction_function.h
2012-11-20 12:37:02 +01:00
Sébastien Loriot 7a2bd97aae make the selection of sample points deterministic 2012-11-19 10:34:21 +01:00
Sébastien Loriot 3254525b17 two_passes -> smoother_hole_filling
update according to the review of the small feature
2012-11-14 12:30:03 +01:00
Sébastien Loriot db087ba7d9 simpler API for the the two-pass trick 2012-11-14 01:15:18 +01:00
Sébastien Loriot b97e7b465b add a default visitor 2012-11-14 01:02:05 +01:00
Sébastien Loriot 128b02abb8 update CGAL custom doxygen macros
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
2012-11-14 00:31:05 +01:00
Sébastien Loriot 634cd7da8a remove point type from insert-of-range-of-point of Reconstruction_triangulation_3
which is now only INPUT (someone using this internal function will get an error
instead of an execution problem)
2012-11-08 10:04:35 +00:00
Sébastien Loriot 2240741b91 fix compilation error and a warning 2012-11-08 09:26:44 +00:00
Sébastien Loriot 61b1fe57e9 remove warnings 2012-11-08 09:07:12 +00:00
Sébastien Loriot 22cf2a9ed7 CGAL_EIGEN3_ENABLED now only controls the default.
The same now holds for CGAL_TAUCS_ENABLED and CGAL_LAPACK_ENABLED
2012-11-08 08:58:33 +00:00
Sébastien Loriot e717523d61 merge from next 2012-11-02 10:53:43 +00:00
Sébastien Loriot 3e74fbd907 package is finished 2012-10-22 16:56:34 +00:00
Sébastien Loriot dfb0513e94 fix linking 2012-10-22 16:08:55 +00:00
Philipp Möller 4a3567c5be port the changes that came with the merge 2012-10-19 16:03:29 +00:00
Philipp Möller 5d28053112 Add Surface_reconstruction_points_3 doc.
Add internal to documented classes that didn't appear in the old doc
and port manual changes into the old doxygen.
2012-09-19 10:29:51 +00:00
Laurent Rineau db194534c7 First big patch to fix -Wunused-local-typedefs
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
 by -Wall since gcc-4.8 (not yet released).

The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Laurent Rineau ac6faf39ff Add comments
- Add comments to <CGAL/Poisson_reconstruction_function.h> and
  <CGAL/poisson_refine_triangulation.h>, to explain the parameters of the
  additional pass

- Fix a use in <CGAL/poisson_refine_triangulation.h>, where the template
  argument default of Poisson_mesh_cell_criteria_3 was was used by
  accident.
2012-05-09 14:46:28 +00:00
Andreas Fabri 96a156fca9 reserve to avoid reallocation 2012-05-02 12:23:04 +00:00
Andreas Fabri 3367cc5450 merged from next 2012-05-01 13:18:18 +00:00
Sébastien Loriot cee248ca54 merge from next 2012-01-13 18:48:35 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sébastien Loriot bdcf26bb20 merge next 2011-12-01 09:19:02 +00:00
Andreas Fabri 09b92e6918 Optimisations like interlacing of the Delaunay construction with Mesh_3 2011-09-27 16:39:28 +00:00
Andreas Fabri 01dda382bc Remove file that does not get incuded 2011-09-27 11:33:10 +00:00
Andreas Fabri b0ce738c82 Add a faster oracle 2011-09-27 11:02:44 +00:00
Andreas Fabri 85dfc17bf2 Remove memory sizer as it slows down and is not cross platform 2011-09-27 09:26:50 +00:00
Andreas Fabri bb61c681a2 reserve in a vector and get end() iterstor once 2011-09-27 09:25:35 +00:00
Sébastien Loriot 896d9e31b0 remove peak_memory_sizer that uses Taucs, slow computation and is not working
on all platforms.

By default poisson now uses Eigen is available and Taucs otherwise
2011-09-22 10:34:04 +00:00
Pierre Alliez 8c356f15e9 Poisson reconstruction: back to un-normalized divergent 2011-04-29 14:39:35 +00:00
Laurent Rineau 407ec06d2b Remove a std::cerr 2011-03-23 15:13:11 +00:00
Marc Glisse f81bded5c7 Remove extra ';'. 2011-03-21 12:42:24 +00:00
Sébastien Loriot a2cec87f46 replace remaing fabs in include files by CGAL::abs 2011-02-18 15:37:40 +00:00
Andreas Fabri c5f08385c4 Add 'using' 2010-12-07 13:12:24 +00:00
Andreas Fabri fc92f30f5f Call the right predicate, as the old one calls circumcenter during the construction of the Sphere 2010-08-31 11:56:22 +00:00
Andreas Fabri 4ae93225bb bugfix: the wrong point was chosen for the triangle 2010-08-27 13:13:14 +00:00
Laurent Rineau eb0339b4cc Change the values of poisson_reconstruction_function when the query point
is outside of the "poisson triangulation" (triangulation that has been
computed internally to the function): now, instead of returning an
arbitrary huge value (whose sign can be wrong), returns the value of one of
the vertex on the convex hull.
2010-08-20 12:51:33 +00:00