mirror of https://github.com/CGAL/cgal
added CGAL_ prefix to all macro statements at the beginning of a header file
This commit is contained in:
parent
fbda62865f
commit
16d9ce14cb
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef CURVE_WITH_HALFEDGE_H
|
#ifndef CGAL_CURVE_WITH_HALFEDGE_H
|
||||||
#define CURVE_WITH_HALFEDGE_H
|
#define CGAL_CURVE_WITH_HALFEDGE_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_AGG_META_TRAITS_H
|
#ifndef CGAL_GPS_AGG_META_TRAITS_H
|
||||||
#define GPS_AGG_META_TRAITS_H
|
#define CGAL_GPS_AGG_META_TRAITS_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_traits_decorator.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_traits_decorator.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GSP_AGG_OP_H
|
#ifndef CGAL_GPS_AGG_OP_H
|
||||||
#define GSP_AGG_OP_H
|
#define CGAL_GPS_AGG_OP_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h>
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_agg_op_sweep.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_agg_op_sweep.h>
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
// Ron Wein <wein@post.tau.ac.il>
|
// Ron Wein <wein@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GSP_AGG_OP_SWEEP_H
|
#ifndef CGAL_GSP_AGG_OP_SWEEP_H
|
||||||
#define GSP_AGG_OP_SWEEP_H
|
#define CGAL_GSP_AGG_OP_SWEEP_H
|
||||||
|
|
||||||
#include <CGAL/Sweep_line_2.h>
|
#include <CGAL/Sweep_line_2.h>
|
||||||
#include <CGAL/Unique_hash_map.h>
|
#include <CGAL/Unique_hash_map.h>
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
// Ron Wein <wein@post.tau.ac.il>
|
// Ron Wein <wein@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GSP_AGG_OP_VISITOR
|
#ifndef CGAL_GSP_AGG_OP_VISITOR_H
|
||||||
#define GSP_AGG_OP_VISITOR
|
#define CGAL_GSP_AGG_OP_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/Unique_hash_map.h>
|
#include <CGAL/Unique_hash_map.h>
|
||||||
#include <CGAL/Sweep_line_2/Arr_construction_visitor.h>
|
#include <CGAL/Sweep_line_2/Arr_construction_visitor.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_BASE_FUNCTOR
|
#ifndef CGAL_GPS_BASE_FUNCTOR_H
|
||||||
#define GPS_BASE_FUNCTOR
|
#define CGAL_GPS_BASE_FUNCTOR_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_BPS_BASE_VISITOR_H
|
#ifndef CGAL_GPS_BPS_BASE_VISITOR_H
|
||||||
#define GPS_BPS_BASE_VISITOR_H
|
#define CGAL_GPS_BPS_BASE_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/Unique_hash_map.h>
|
#include <CGAL/Unique_hash_map.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
#ifndef GPS_BFS_INTERSECTION_VISITOR_H
|
#ifndef CGAL_GPS_BFS_INTERSECTION_VISITOR_H
|
||||||
#define GPS_BFS_INTERSECTION_VISITOR_H
|
#define CGAL_GPS_BFS_INTERSECTION_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_BFS_JOIN_VISITOR_H
|
#ifndef CGAL_GPS_BFS_JOIN_VISITOR_H
|
||||||
#define GPS_BFS_JOIN_VISITOR_H
|
#define CGAL_GPS_BFS_JOIN_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_BFS_SCANNER_H
|
#ifndef CGAL_GPS_BFS_SCANNER_H
|
||||||
#define GPS_BFS_SCANNER_H
|
#define CGAL_GPS_BFS_SCANNER_H
|
||||||
|
|
||||||
#include <queue>
|
#include <queue>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_BFS_XOR_VISITOR_H
|
#ifndef CGAL_GPS_BFS_XOR_VISITOR_H
|
||||||
#define GPS_BFS_XOR_VISITOR_H
|
#define CGAL_GPS_BFS_XOR_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_DCEL_H
|
#ifndef CGAL_GPS_DCEL_H
|
||||||
#define GPS_DCEL_H
|
#define CGAL_GPS_DCEL_H
|
||||||
|
|
||||||
#include <CGAL/Arr_default_dcel.h>
|
#include <CGAL/Arr_default_dcel.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_DEFAULT_TRAITS_H
|
#ifndef CGAL_GPS_DEFAULT_TRAITS_H
|
||||||
#define GPS_DEFAULT_TRAITS_H
|
#define CGAL_GPS_DEFAULT_TRAITS_H
|
||||||
|
|
||||||
#include <CGAL/Polygon_2.h>
|
#include <CGAL/Polygon_2.h>
|
||||||
#include <CGAL/Polygon_with_holes_2.h>
|
#include <CGAL/Polygon_with_holes_2.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_DIFFERENCE_FUNCTOR
|
#ifndef CGAL_GPS_DIFFERENCE_FUNCTOR_H
|
||||||
#define GPS_DIFFERENCE_FUNCTOR
|
#define CGAL_GPS_DIFFERENCE_FUNCTOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_DO_INTERSECT_FUNCTOR
|
#ifndef CGAL_GPS_DO_INTERSECT_FUNCTOR_H
|
||||||
#define GPS_DO_INTERSECT_FUNCTOR
|
#define CGAL_GPS_DO_INTERSECT_FUNCTOR_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_INSERTION_META_TRAITS_H
|
#ifndef CGAL_GPS_INSERTION_META_TRAITS_H
|
||||||
#define GPS_INSERTION_META_TRAITS_H
|
#define CGAL_GPS_INSERTION_META_TRAITS_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_traits_decorator.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_traits_decorator.h>
|
||||||
#include <CGAL/Boolean_set_operations_2/Curve_with_halfedge.h>
|
#include <CGAL/Boolean_set_operations_2/Curve_with_halfedge.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_INTERSECTION_FUNCTOR
|
#ifndef CGAL_GPS_INTERSECTION_FUNCTOR_H
|
||||||
#define GPS_INTERSECTION_FUNCTOR
|
#define CGAL_GPS_INTERSECTION_FUNCTOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_JOIN_FUNCTOR
|
#ifndef CGAL_GPS_JOIN_FUNCTOR_H
|
||||||
#define GPS_JOIN_FUNCTOR
|
#define CGAL_GPS_JOIN_FUNCTOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_MERGE_H
|
#ifndef CGAL_GPS_MERGE_H
|
||||||
#define GPS_MERGE_h
|
#define CGAL_GPS_MERGE_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_agg_op.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_agg_op.h>
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_POLYGON_SIMPILFIER_H
|
#ifndef CGAL_GPS_POLYGON_SIMPILFIER_H
|
||||||
#define GPS_POLYGON_SIMPILFIER_H
|
#define CGAL_GPS_POLYGON_SIMPILFIER_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h>
|
||||||
#include <CGAL/Sweep_line_2.h>
|
#include <CGAL/Sweep_line_2.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_POLYGON_VALIDATION_VISITOR
|
#ifndef CGAL_GPS_POLYGON_VALIDATION_VISITOR_H
|
||||||
#define GPS_POLYGON_VALIDATION_VISITOR
|
#define CGAL_GPS_POLYGON_VALIDATION_VISITOR_H
|
||||||
|
|
||||||
#include <CGAL/Sweep_line_2.h>
|
#include <CGAL/Sweep_line_2.h>
|
||||||
#include <CGAL/Sweep_line_2/Sweep_line_event.h>
|
#include <CGAL/Sweep_line_2/Sweep_line_event.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_SIMPLIFIER_TRAITS_H
|
#ifndef CGAL_GPS_SIMPLIFIER_TRAITS_H
|
||||||
#define GPS_SIMPLIFIER_TRAITS_H
|
#define CGAL_GPS_SIMPLIFIER_TRAITS_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_traits_decorator.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_traits_decorator.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_SYM_DIFF_FUNCTOR
|
#ifndef CGAL_GPS_SYM_DIFF_FUNCTOR_H
|
||||||
#define GPS_SYM_DIFF_FUNCTOR
|
#define CGAL_GPS_SYM_DIFF_FUNCTOR_H
|
||||||
|
|
||||||
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
#include <CGAL/Boolean_set_operations_2/Gps_base_functor.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_TRAITS_ADAPTOR_H
|
#ifndef CGAL_GPS_TRAITS_ADAPTOR_H
|
||||||
#define GPS_TRAITS_ADAPTOR_H
|
#define CGAL_GPS_TRAITS_ADAPTOR_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_TRAITS_DECORATOR_H
|
#ifndef CGAL_GPS_TRAITS_DECORATOR_H
|
||||||
#define GPS_TRAITS_DECORATOR_H
|
#define CGAL_GPS_TRAITS_DECORATOR_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef GPS_UTILS
|
#ifndef CGAL_GPS_UTILS_H
|
||||||
#define GPS_UTILS
|
#define CGAL_GPS_UTILS_H
|
||||||
|
|
||||||
#include <CGAL/Unique_hash_map.h>
|
#include <CGAL/Unique_hash_map.h>
|
||||||
#include <CGAL/iterator.h>
|
#include <CGAL/iterator.h>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef POINT_WITH_VERTEX_H
|
#ifndef CGAL_POINT_WITH_VERTEX_H
|
||||||
#define POINT_WITH_VERTEX_H
|
#define CGAL_POINT_WITH_VERTEX_H
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||||
|
|
||||||
#ifndef CGAL_POLYGON_2_CURVE_ITERATOR_H
|
#ifndef CGAL_CGAL_POLYGON_2_CURVE_ITERATOR_H
|
||||||
#define CGAL_POLYGON_2_CURVE_ITERATOR_H
|
#define CGAL_CGAL_POLYGON_2_CURVE_ITERATOR_H
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue