mirror of https://github.com/CGAL/cgal
changed some file names to match the names of the classes they contain
This commit is contained in:
parent
cbd6fc9417
commit
91c2227d19
|
|
@ -1,3 +1,6 @@
|
|||
1 August 2006: Menelaos Karavelas
|
||||
- changed some file names to match the names of the classes they contain
|
||||
|
||||
31 July 2006: Menelaos Karavelas
|
||||
- renamed storage traits related file names and classes; modified test
|
||||
suite and demo according to changes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
|
||||
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_FINITE_EDGE_INTERIOR_2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_FINITE_EDGE_INTERIOR_2_H
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_FINITE_EDGE_INTERIOR_CONFLICT_C2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_FINITE_EDGE_INTERIOR_CONFLICT_C2_H
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Basic_predicates_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h>
|
||||
|
|
@ -712,4 +712,4 @@ CGAL_SEGMENT_DELAUNAY_GRAPH_2_END_NAMESPACE
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_FINITE_EDGE_INTERIOR_2_H
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_FINITE_EDGE_INTERIOR_CONFLICT_C2_H
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
|
||||
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_INFINITE_EDGE_INTERIOR_2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_INFINITE_EDGE_INTERIOR_2_H
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_INFINITE_EDGE_INTERIOR_CONFLICT_C2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_INFINITE_EDGE_INTERIOR_CONFLICT_C2_H
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Basic_predicates_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h>
|
||||
|
|
@ -115,4 +115,4 @@ CGAL_SEGMENT_DELAUNAY_GRAPH_2_END_NAMESPACE
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_INFINITE_EDGE_INTERIOR_2_H
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_INFINITE_EDGE_INTERIOR_CONFLICT_C2_H
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
|
||||
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_IS_DEGENERATE_EDGE_2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_IS_DEGENERATE_EDGE_2_H
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_IS_DEGENERATE_EDGE_C2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_IS_DEGENERATE_EDGE_C2_H
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Are_same_points_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h>
|
||||
|
|
@ -78,4 +78,4 @@ CGAL_SEGMENT_DELAUNAY_GRAPH_2_END_NAMESPACE
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_IS_DEGENERATE_EDGE_2_H
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_IS_DEGENERATE_EDGE_C2_H
|
||||
|
|
@ -31,10 +31,10 @@
|
|||
#include <CGAL/Segment_Delaunay_graph_2/Are_same_segments_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Orientation_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Oriented_side_of_bisector_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Incircle_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Finite_edge_interior_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Infinite_edge_interior_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Is_degenerate_edge_2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Vertex_conflict_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Finite_edge_interior_conflict_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Infinite_edge_interior_conflict_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Is_degenerate_edge_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Arrangement_type_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Oriented_side_C2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
|
||||
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_INCIRCLE_2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_INCIRCLE_2_H
|
||||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_VERTEX_CONFLICT_C2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_VERTEX_CONFLICT_C2_H
|
||||
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h>
|
||||
#include <CGAL/Segment_Delaunay_graph_2/Are_same_points_C2.h>
|
||||
|
|
@ -489,4 +489,4 @@ CGAL_SEGMENT_DELAUNAY_GRAPH_2_END_NAMESPACE
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_INCIRCLE_2_H
|
||||
#endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_VERTEX_CONFLICT_C2_H
|
||||
Loading…
Reference in New Issue