mirror of https://github.com/CGAL/cgal
capitalize file name in the #include (VC++ did not care)
This commit is contained in:
parent
5ff48521d1
commit
e1c1e1fbb6
|
|
@ -86,7 +86,7 @@ namespace CGAL {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup PkgPolygonMeshProcessingRef
|
* \ingroup PkgPolygonMeshProcessingRef
|
||||||
* This class provides a test whether a query point, segment, or triangle
|
* This class can be used to check if a query point, segment, or triangle
|
||||||
* is inside or outside a polyhedral envelope of a triangle mesh.
|
* is inside or outside a polyhedral envelope of a triangle mesh.
|
||||||
*
|
*
|
||||||
* @tparam GeomTraits a geometric traits class, model of `Kernel`
|
* @tparam GeomTraits a geometric traits class, model of `Kernel`
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
#define CGAL_SURFACE_MESH_SIMPLIFICATION_POLICIES_EDGE_COLLAPSE_BOUNDED_NORMAL_CHANGE_FILTER_H
|
#define CGAL_SURFACE_MESH_SIMPLIFICATION_POLICIES_EDGE_COLLAPSE_BOUNDED_NORMAL_CHANGE_FILTER_H
|
||||||
|
|
||||||
#include <CGAL/license/Surface_mesh_simplification.h>
|
#include <CGAL/license/Surface_mesh_simplification.h>
|
||||||
#include<CGAL/Surface_mesh_simplification/internal/common.h>
|
#include<CGAL/Surface_mesh_simplification/internal/Common.h>
|
||||||
#include <CGAL/property_map.h>
|
#include <CGAL/property_map.h>
|
||||||
|
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
#include <CGAL/Default.h>
|
#include <CGAL/Default.h>
|
||||||
#include <CGAL/intersections.h>
|
#include <CGAL/intersections.h>
|
||||||
#include <CGAL/boost/graph/named_params_helper.h>
|
#include <CGAL/boost/graph/named_params_helper.h>
|
||||||
#include<CGAL/Surface_mesh_simplification/internal/common.h>
|
#include<CGAL/Surface_mesh_simplification/internal/Common.h>
|
||||||
|
|
||||||
#include <CGAL/Envelope.h>
|
#include <CGAL/Envelope.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue