mirror of https://github.com/CGAL/cgal
Move Halfedge_and_face_graph_property_maps.h to BGL.
This commit is contained in:
parent
709f3984c1
commit
35a328b1bf
|
|
@ -23,7 +23,7 @@
|
|||
#define CGAL_AABB_FACE_GRAPH_TRIANGLE_PRIMITIVE_H
|
||||
|
||||
#include <CGAL/AABB_primitive.h>
|
||||
#include <CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h>
|
||||
#include <CGAL/boost/graph/Halfedge_and_face_graph_property_maps.h>
|
||||
#include <CGAL/Default.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#define CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H
|
||||
|
||||
#include <CGAL/AABB_primitive.h>
|
||||
#include <CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h>
|
||||
#include <CGAL/boost/graph/Halfedge_and_face_graph_property_maps.h>
|
||||
|
||||
#include <iterator>
|
||||
#include <boost/mpl/and.hpp>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,16 @@
|
|||
// Copyright (c) 2012 GeometryFactory (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org).
|
||||
// You can redistribute it and/or modify it under the terms of the GNU
|
||||
// General Public License as published by the Free Software Foundation,
|
||||
// either version 3 of the License, or (at your option) any later version.
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Lesser General Public License as
|
||||
// published by the Free Software Foundation; either version 3 of the License,
|
||||
// or (at your option) any later version.
|
||||
//
|
||||
// Licensees holding a valid commercial license may use this file in
|
||||
// accordance with the commercial license agreement provided with the software.
|
||||
//
|
||||
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
||||
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
//
|
||||
// $URL$
|
||||
// $Id$
|
||||
//
|
||||
//
|
||||
// Author(s) : Sebastien Loriot
|
||||
//
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#include <CGAL/internal/Generic_random_point_generator.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h>
|
||||
#include <CGAL/boost/graph/Halfedge_and_face_graph_property_maps.h>
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/Polyhedron_3.h>
|
||||
#include <CGAL/Surface_mesh.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue