mirror of https://github.com/CGAL/cgal
add missing license include directives
This commit is contained in:
parent
e7c26349f2
commit
c35a1b15d1
|
|
@ -12,8 +12,11 @@
|
|||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_ARR_ALGEBRAIC_SEGMENT_TRAITS
|
||||
#define CGAL_ARR_ALGEBRAIC_SEGMENT_TRAITS
|
||||
#ifndef CGAL_ARR_ALGEBRAIC_SEGMENT_TRAITS_H
|
||||
#define CGAL_ARR_ALGEBRAIC_SEGMENT_TRAITS_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
|
|
@ -655,4 +658,4 @@ public:
|
|||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_ARR_ALGEBRAIC_SEGMENT_TRAITS
|
||||
#endif // CGAL_ARR_ALGEBRAIC_SEGMENT_TRAITS_H
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_ARC_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_ARC_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h
|
||||
*\brief defines class \c Arc_2 that represents an arc on a curve that
|
||||
* can be analyzed.
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_CURVE_INTERVAL_ARCNO_CACHE_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_CURVE_INTERVAL_ARCNO_CACHE_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h
|
||||
* \brief defines \c Curve_interval_arcno_cache functor
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
#ifndef CGAL_CKVA_CURVE_RENDERER_FACADE_H
|
||||
#define CGAL_CKVA_CURVE_RENDERER_FACADE_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
// do not compile curve renderer code (for fast debugging)
|
||||
//#define CGAL_CKVA_DUMMY_RENDERER
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_FUNCTORS_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_FUNCTORS_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h
|
||||
* \brief defines Curved_kernel_via_analysis_2 function objects + class
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_IMPL_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_IMPL_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2.h
|
||||
* \brief defines class \c Curved_kernel_via_analysis_2
|
||||
*
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
#ifndef CGAL_FILTERED_CURVED_KERNEL_VIA_ANALYSIS_2_IMPL_H
|
||||
#define CGAL_FILTERED_CURVED_KERNEL_VIA_ANALYSIS_2_IMPL_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Filtered_curved_kernel_via_analysis_2.h
|
||||
* \brief defines class \c Filtered_curved_kernel_via_analysis_2
|
||||
*
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_GENERIC_ARC_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_GENERIC_ARC_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h
|
||||
* \brief defines class \c Generic_arc_2
|
||||
*
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_GENERIC_POINT_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_GENERIC_POINT_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h
|
||||
* \brief defines class \c Generic_point_2
|
||||
*
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_MAKE_X_MONOTONE_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_MAKE_X_MONOTONE_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h
|
||||
* \brief defines \c Make_x_monotone_2 functor
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_NON_X_MONOTONE_ARC_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_NON_X_MONOTONE_ARC_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h
|
||||
* \brief defines class \c Non_x_monotone_arc_2
|
||||
*
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_POINT_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_POINT_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Point_2.h
|
||||
* \brief defines class \c Point_2 that represents a point on a curve that can
|
||||
* be analyzed.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,10 @@
|
|||
// Author(s) : Pavel Emeliyanenko <asm@mpi-sb.mpg.de>
|
||||
|
||||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_SWEEP_CURVES_ADAPTER_2_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_SWEEP_CURVES_ADAPTER_2_H 1
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_SWEEP_CURVES_ADAPTER_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h
|
||||
* \brief defines class \c Sweep_curves_adapter_2
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
#ifndef CGAL_CKVA_CURVE_RENDERER_2_H
|
||||
#define CGAL_CKVA_CURVE_RENDERER_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#ifndef CGAL_AK_ENABLE_DEPRECATED_INTERFACE
|
||||
#define CGAL_AK_ENABLE_DEPRECATED_INTERFACE 1
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -22,7 +22,10 @@
|
|||
*/
|
||||
|
||||
#ifndef CGAL_CKVA_CURVE_RENDERER_INTERNALS_H
|
||||
#define CGAL_CKVA_CURVE_RENDERER_INTERNALS_H 1
|
||||
#define CGAL_CKVA_CURVE_RENDERER_INTERNALS_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <vector>
|
||||
#include <stack>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_CKVA_CURVE_RENDERER_TRAITS_H
|
||||
#define CGAL_CKVA_CURVE_RENDERER_TRAITS_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,10 @@
|
|||
*/
|
||||
|
||||
#ifndef CGAL_CKVA_SUBDIVISION_1_H
|
||||
#define CGAL_CKVA_SUBDIVISION_1_H 1
|
||||
#define CGAL_CKVA_SUBDIVISION_1_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <vector>
|
||||
#include <boost/multi_index_container.hpp>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,10 @@
|
|||
*/
|
||||
|
||||
#ifndef CGAL_CKVA_SUBDIVISION_2_H
|
||||
#define CGAL_CKVA_SUBDIVISION_2_H 1
|
||||
#define CGAL_CKVA_SUBDIVISION_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#warning this file is considered obsolete
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#ifndef CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_TEST_SIMPLE_MODELS_H
|
||||
#define CGAL_CURVED_KERNEL_VIA_ANALYSIS_2_TEST_SIMPLE_MODELS_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
/*!\file include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h
|
||||
* \brief defines dummy implementations satisfying Curve_kernel_2
|
||||
* concept requirenments
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <CGAL/graph_traits_Arrangement_2.h>
|
||||
|
||||
#endif //CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
#ifndef CGAL_BOOST_GRAPH_GRAPH_TRAITS_DUAL_ARRANGEMENT_2_H
|
||||
#define CGAL_BOOST_GRAPH_GRAPH_TRAITS_ARRANGEMENT_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <CGAL/graph_traits_dual_arrangement_2.h>
|
||||
|
||||
#endif //CGAL_BOOST_GRAPH_GRAPH_TRAITS_DUAL_ARRANGEMENT_2_H
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
#ifndef CGAL_DRAW_ARRANGEMENT_2_H
|
||||
#define CGAL_DRAW_ARRANGEMENT_2_H
|
||||
|
||||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
|
||||
#include <CGAL/config.h>
|
||||
|
||||
#include <unordered_map>
|
||||
|
|
|
|||
Loading…
Reference in New Issue