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
|
||||
* 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.
|
||||
*
|
||||
* @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
|
||||
|
||||
#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 <boost/optional.hpp>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <CGAL/Default.h>
|
||||
#include <CGAL/intersections.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>
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ class Envelope_filter
|
|||
typedef GeomTraits Geom_traits;
|
||||
typedef typename Geom_traits::FT FT;
|
||||
typedef typename Geom_traits::Point_3 Point_3;
|
||||
|
||||
|
||||
typedef CGAL::Envelope<GeomTraits> Envelope;
|
||||
typedef typename Envelope::Vector3i Vector3i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue