Commit Graph

27 Commits

Author SHA1 Message Date
Laurent Rineau 8531694fe5 Merge pull request #2762 from sloriot/Polygon-doc_missing_functions
Some functions did not appear in the doc
2018-01-29 18:08:41 +01:00
Sébastien Loriot cce1826792 remove incomplete command 2018-01-23 14:23:27 +01:00
Sébastien Loriot 0698f79aff add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +01:00
Laurent Rineau 583ed73fd5 Merge pull request #2296 from sloriot/Polygon_2-fix_RA_for_NRAC
Make random accessor working even if the base container is not random…
2017-07-28 18:45:30 +02:00
Sébastien Loriot 2f3aaa63b9 make random accessor working even if the base container is not random access 2017-07-25 08:26:33 +02:00
Andreas Fabri a7e8772234 Update Polygon_2.h
fix typo
2017-06-07 12:42:31 +02:00
Sébastien Loriot c735e9107e add a precondition 2017-04-27 15:53:49 +02:00
Laurent Rineau 1aefb3b0f3 include <CGAL/config.h>, not <CGAL/basic.h> 2016-09-30 15:23:14 +02:00
Laurent Rineau 9f955e322f Making polygon modification easier
A contribution from a user:
  | Date: Tue, 03 Sep 2013 22:34:20 +0200
  | From: ax487 <ax487@gmx.de>
  | To: cgal-discuss@inria.fr
  | Subject: [cgal-discuss] Suggested patch: Making polygon modification
  |   easier.
  |
  | Hello all,
  |
  | I have been working with polygons now for a while and i noticed that
  | there are some inconveniences regarding the removal of vertices of a
  | polygon: If I remove an iterator from a normal C++ container modeling
  | an ordered sequence, then the method returns an iterator pointing to
  | the next element. This should (?) also be true for the container used
  | in the polygon (at least it is in the case of a std::vector or a
  | std::list).  The attached patch turns this iterator into a
  | Vertex_iterator which can be used in subsequent operations. This change
  | should be downward compatible, so I hope it is possible to include the
  | patch in CGAL.
2013-09-25 15:24:07 +02:00
Sébastien Loriot 9c2f35ed1a using cgalHeading instead of h3 2013-08-07 10:06:49 +02:00
Sébastien Loriot 716f87d2d7 rename Hidden_type to unspecified_type and update its description 2013-06-13 18:48:58 +02: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
Philipp Möller 88a2f0d2db Fix a few warnings 2012-10-09 17:09:25 +00:00
Andreas Fabri e5eeb3e882 finished 2012-10-09 10:12:17 +00:00
Andreas Fabri b8b7a5dad3 get rid of spurious XX 2012-10-03 17:02:54 +00:00
Andreas Fabri 39561475cd cleanup 2012-09-23 15:28:32 +00:00
Philipp Möller fd70d2f0e3 Add Polygon in body-docs from doxygen branch. 2012-09-19 14:42:11 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sébastien Loriot dff6dda8b3 Remove from copyright holder
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +00:00
Andreas Fabri 0960df404b int -> size_t 2010-08-05 13:28:20 +00:00
Andreas Fabri 1a2118098b int -> size_type/std::size_t 2010-06-21 16:52:36 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Sylvain Pion 7a03b91d9e Get rid of CGAL_REP_CLASS_DEFINED 2008-01-03 19:13:08 +00:00
Ron Wein a3ea8fcdb7 Rename the *.C files to *_impl.h files, and removed non-interface include
files under the subfolder Polygon_2/
2006-05-29 07:28:42 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 06cd00bc12 Move packages to trunk root 2006-02-14 08:58:18 +00:00