Commit Graph

35 Commits

Author SHA1 Message Date
Lutz Kettner 037d934641 Added edge_flip() method. 2004-04-07 15:44:51 +00:00
Lutz Kettner 3323f5db6a Added small comment. 2004-04-07 14:34:21 +00:00
Lutz Kettner aec6868f48 Added combinatorial predicates. 2004-04-07 14:33:22 +00:00
Lutz Kettner 44f6761237 Added vertex_degree() and facet_degree(). 2004-03-09 17:33:15 +00:00
Radu Ursu 6c52e7edc0 3.35 (27 Nov 2003) [rursu]
- Moved Polyhedron_iterator_3.h in HalfedgeDS package
2003-11-27 14:11:32 +00:00
Lutz Kettner 7b6c86054d Removed old design header files. 2003-11-17 15:44:59 +00:00
Sylvain Pion ace0a0f1fa - Change all headers to the new format/license. 2003-09-18 10:27:16 +00:00
Lutz Kettner fced6ffa8b Revert to the old header fields. 2003-05-09 10:00:59 +00:00
Lutz Kettner cbd3dc3a89 Try different header fields for new 3.0 release. 2003-05-09 09:59:49 +00:00
Lutz Kettner d0ff807c1f - Removed CGAL_USE_POLYHEDRON_DESIGN_ONE parts.
- Removed include/CGAL/Polyhedron_default_traits_3.h.
2003-05-05 19:24:34 +00:00
Lutz Kettner 213719f6aa - Removed CGAL_USE_POLYHEDRON_DESIGN_ONE parts.
- Incremental builder:
       - Changed ABSOLUTE to ABSOLUTE_INDEXING.
       - Changed RELATIVE to RELATIVE_INDEXING.
       - Made add_vertex(), begin_facet(), and end_facet() return
         useful handles.
       - Added test_facet() to check for valid facets before modifying.
       - Added vertex( size_t i) to return Vertex_handle for index i.
2003-05-05 19:21:56 +00:00
Sylvain Pion 4cbd1c97c6 - Add missing "this->" spotted by g++ 3.4. 2003-04-10 09:25:43 +00:00
Lutz Kettner 484c836e91 - Added template constructors to _Polyhedron_vertex_const_circ
and _Polyhedron_facet_const_circ to accept mutable circulators.
2002-04-22 20:20:46 +00:00
Lutz Kettner d78f3ba2f4 - Relocated some member functions of Polyhedron_incremental_builder_3
into class definition to make VC7 happy.
2002-04-19 14:31:52 +00:00
Lutz Kettner 80579a2633 - Made 'hds' a protected member instead of private.
- Fixed bug in prev() member function of Halfedges. It cannot
  any longer be implemented using the decorator, since HDS
  here referes only to the _types base class that does not have
  the Support... tags.
2002-04-09 17:34:56 +00:00
Lutz Kettner 25f7cf46bc - Extended Polyhedron_incremental_builder with absolute indexing
functionality for David Bourguignon.
2002-04-05 21:19:03 +00:00
Lutz Kettner 1f93cc5e22 - Moved member functions defined outside of the Polyhedron_3 class
back into class body for MSC7.
2002-03-21 14:44:14 +00:00
Lutz Kettner 39d4a5107f - added empty() member function to Polyhedron_3. 2002-03-20 18:30:21 +00:00
Lutz Kettner 493cc642d4 - Changed M_PI to CGAL_PI.
- Cleanup of file headers.
2001-12-20 15:41:39 +00:00
Lutz Kettner 2518b8ea03 Changed template parameter name in I_Polyhedron_vertex,
etc., to make SGI CC happy.
2001-07-17 02:23:04 +00:00
Lutz Kettner 40220f64f5 Added #include <cstddef> whereever std::size_t is used. 2001-07-17 00:12:44 +00:00
Lutz Kettner 0cdaf5b23c Formatted the deprecated manual part. 2001-07-06 05:50:47 +00:00
Lutz Kettner 8129efa26a - Fixed bug with 'typename A::template B<..>' syntax.
- New kernel traits introduced in old design.
2001-07-05 21:09:50 +00:00
Lutz Kettner 6e1d09cfb6 - Updated user manual for polyhedron_prog_subdiv example.
- Added release note about old/new design to documentation.
- Documentation ispelled.
- Added allocators to Polyhedron.
- Stop testing new design with disabled compilers (MSVC6).
- Changed examples to work with bcc.
2001-07-02 20:57:46 +00:00
Lutz Kettner ea6ad25c44 - Smaller corrections in the doc.
- Added pathname to example program header line.
- Added doc for Polyhedron_traits_with_normals_3.
- Replaced __GNUC__ excpetions with new workaround flag
  CGAL_CFG_NO_NESTED_TEMPLATE_KEYWORD.
- Added missing Polyhedron_traits_with_normals_3.h to cvs.
- New example polyhedron_prog_subdiv_with_boundary.C.
2001-06-29 06:16:18 +00:00
Lutz Kettner ab7ea7b9e5 Forgot to check in last release. 2001-06-26 22:34:11 +00:00
Lutz Kettner 2871f62044 Fixed Wrapper<> problem for Borland. 2001-06-25 19:26:45 +00:00
Lutz Kettner aef7f6d158 - Include the renaming of HalfedgeDS_using_... to HalfedgeDS_...
- Fixed typename problem for MSVC in Polyhedron_old/Polyhedron_3.h.
- Removed support for normals.
- Added Plane_iterator.
- New naming scheme for concepts.
- New kernel traits introduced.
- Changed name of Polyhedron_default_traits_3.h to Polyhedron_traits_3.h.
- Revised example files and doc.
2001-06-25 08:14:49 +00:00
Lutz Kettner 95c5cc6784 Revived file for backwards compatibility. 2001-06-25 06:12:38 +00:00
Lutz Kettner 298b2d6b04 Moved file from Polyhedron_default_traits_3.h. 2001-06-25 05:37:28 +00:00
Lutz Kettner b7fb500f7c Moved file to Polyhedron_traits_3.h. 2001-06-25 05:37:20 +00:00
Lutz Kettner 6f42904aa9 Changed doc partially to PolyhedronTraits_3. 2001-06-20 06:32:09 +00:00
Lutz Kettner ef04298bcb Added default template argument for HDS in Polyhedron_3. 2001-06-18 07:21:38 +00:00
Lutz Kettner bcbea5f62a Merged old design files and new design files into one package.
First internal release of new design.
2001-06-17 10:17:41 +00:00
Sylvain Pion d10c0b9700 Initial revision 2001-03-15 17:17:43 +00:00