mirror of https://github.com/CGAL/cgal
Capitalize file names
This commit is contained in:
parent
878aef67bf
commit
6574d7f118
|
|
@ -16,7 +16,7 @@
|
||||||
#ifndef CGAL_FRECHET_DISTANCE_INTERNAL_CERTIFICATE_H
|
#ifndef CGAL_FRECHET_DISTANCE_INTERNAL_CERTIFICATE_H
|
||||||
#define CGAL_FRECHET_DISTANCE_INTERNAL_CERTIFICATE_H
|
#define CGAL_FRECHET_DISTANCE_INTERNAL_CERTIFICATE_H
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
#define CGAL_FRECHET_DISTANCE_INTERNAL_CURVE_H
|
#define CGAL_FRECHET_DISTANCE_INTERNAL_CURVE_H
|
||||||
|
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <CGAL/Frechet_distance/internal/id.h>
|
#include <CGAL/Frechet_distance/internal/Id.h>
|
||||||
|
|
||||||
#include <CGAL/Kernel/Type_mapper.h>
|
#include <CGAL/Kernel/Type_mapper.h>
|
||||||
#include <CGAL/Bbox_d.h>
|
#include <CGAL/Bbox_d.h>
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
#define CGAL_FRECHET_DISTANCE_INTERNAL_FILTER_H
|
#define CGAL_FRECHET_DISTANCE_INTERNAL_FILTER_H
|
||||||
|
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <CGAL/Frechet_distance/internal/certificate.h>
|
#include <CGAL/Frechet_distance/internal/Certificate.h>
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
#ifndef CGAL_FRECHET_DISTANCE_INTERNAL_FRECHET_CLASSICAL_H
|
#ifndef CGAL_FRECHET_DISTANCE_INTERNAL_FRECHET_CLASSICAL_H
|
||||||
#define CGAL_FRECHET_DISTANCE_INTERNAL_FRECHET_CLASSICAL_H
|
#define CGAL_FRECHET_DISTANCE_INTERNAL_FRECHET_CLASSICAL_H
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
||||||
#include <CGAL/Frechet_distance/internal/high_level_predicates.h>
|
#include <CGAL/Frechet_distance/internal/high_level_predicates.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@
|
||||||
#ifndef CGAL_INTERNAL_FRECHET_DISTANCE_FRECHET_DISTANCE_H
|
#ifndef CGAL_INTERNAL_FRECHET_DISTANCE_FRECHET_DISTANCE_H
|
||||||
#define CGAL_INTERNAL_FRECHET_DISTANCE_FRECHET_DISTANCE_H
|
#define CGAL_INTERNAL_FRECHET_DISTANCE_FRECHET_DISTANCE_H
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
#include <CGAL/Frechet_distance/internal/frechet_light.h>
|
#include <CGAL/Frechet_distance/internal/Frechet_light.h>
|
||||||
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
||||||
#include <CGAL/Frechet_distance/internal/Frechet_distance_traits.h>
|
#include <CGAL/Frechet_distance/internal/Frechet_distance_traits.h>
|
||||||
#include <CGAL/STL_Extension/internal/Has_nested_type_Has_filtered_predicates_tag.h>
|
#include <CGAL/STL_Extension/internal/Has_nested_type_Has_filtered_predicates_tag.h>
|
||||||
|
|
|
||||||
|
|
@ -17,12 +17,12 @@
|
||||||
#define CGAL_FRECHET_DISTANCE_INTERNAL_FRECHET_LIGHT_H
|
#define CGAL_FRECHET_DISTANCE_INTERNAL_FRECHET_LIGHT_H
|
||||||
|
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <CGAL/Frechet_distance/internal/certificate.h>
|
#include <CGAL/Frechet_distance/internal/Certificate.h>
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
#include <CGAL/Frechet_distance/internal/filter.h>
|
#include <CGAL/Frechet_distance/internal/Filter.h>
|
||||||
#include <CGAL/Frechet_distance/internal/frechet_light_types.h>
|
#include <CGAL/Frechet_distance/internal/Frechet_light_types.h>
|
||||||
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
||||||
#include <CGAL/Frechet_distance/internal/id.h>
|
#include <CGAL/Frechet_distance/internal/Id.h>
|
||||||
#include <CGAL/Frechet_distance/internal/high_level_predicates.h>
|
#include <CGAL/Frechet_distance/internal/high_level_predicates.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -19,9 +19,9 @@
|
||||||
#include <CGAL/license/Frechet_distance.h>
|
#include <CGAL/license/Frechet_distance.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
#include <CGAL/Frechet_distance/internal/geometry_basics.h>
|
||||||
#include <CGAL/Frechet_distance/internal/id.h>
|
#include <CGAL/Frechet_distance/internal/Id.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace Frechet_distance {
|
namespace Frechet_distance {
|
||||||
|
|
@ -29,8 +29,8 @@
|
||||||
#include <CGAL/Root_of_traits.h>
|
#include <CGAL/Root_of_traits.h>
|
||||||
#include <CGAL/Interval_nt.h>
|
#include <CGAL/Interval_nt.h>
|
||||||
|
|
||||||
#include <CGAL/Frechet_distance/internal/id.h>
|
#include <CGAL/Frechet_distance/internal/Id.h>
|
||||||
#include <CGAL/Frechet_distance/internal/curve.h>
|
#include <CGAL/Frechet_distance/internal/Curve.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace Frechet_distance {
|
namespace Frechet_distance {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue