mirror of https://github.com/CGAL/cgal
Added pathname to example program header line.
This commit is contained in:
parent
6720ccca36
commit
77f8df9ffb
|
|
@ -1,5 +1,10 @@
|
|||
Halfedge_DS Package: Release changes:
|
||||
---------------------------------------------------------------------
|
||||
|
||||
2.13 (29 Jun 2001)
|
||||
|
||||
- Added pathname to example program header line.
|
||||
|
||||
2.12 (18 Jun 2001)
|
||||
|
||||
- Moved manual to deprecated_basic.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_color.C
|
||||
// -------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_color.C
|
||||
// -------------------------------------
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/IO/Color.h>
|
||||
#include <CGAL/Halfedge_data_structure_bases.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_compact.C
|
||||
// ---------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_compact.C
|
||||
// ---------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_bases.h>
|
||||
#include <CGAL/Halfedge_data_structure_using_vector.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_compact2.C
|
||||
// -------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_compact2.C
|
||||
// ----------------------------------------
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_default.C
|
||||
// ------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_default.C
|
||||
// ---------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_default.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_edge_iterator.C
|
||||
// ------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_edge_iterator.C
|
||||
// ---------------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_default.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
#include <CGAL/N_step_adaptor.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_graph.C
|
||||
// -------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_graph.C
|
||||
// -------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_bases.h>
|
||||
#include <CGAL/Halfedge_data_structure_using_list.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_graph2.C
|
||||
// -------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_graph2.C
|
||||
// --------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_bases.h>
|
||||
#include <CGAL/Halfedge_data_structure_using_list.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_halfedge_iterator.C
|
||||
// ------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_halfedge_iterator.C
|
||||
// -------------------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_default.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// hds_prog_simple.C
|
||||
// ---------------------------------------------------
|
||||
// examples/Halfedge_DS/hds_prog_simple.C
|
||||
// --------------------------------------
|
||||
#include <CGAL/Halfedge_data_structure_bases.h>
|
||||
#include <CGAL/Halfedge_data_structure_using_vector.h>
|
||||
#include <CGAL/Halfedge_data_structure_decorator.h>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.12 (18 Jun 2001)
|
||||
2.13 (29 Jun 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue