Commit Graph

17 Commits

Author SHA1 Message Date
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
Sylvain Pion 4cbd1c97c6 - Add missing "this->" spotted by g++ 3.4. 2003-04-10 09:25:43 +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 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 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 6f42904aa9 Changed doc partially to PolyhedronTraits_3. 2001-06-20 06:32:09 +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