mirror of https://github.com/CGAL/cgal
24 lines
636 B
C++
24 lines
636 B
C++
// Copyright (c) 2007 GeometryFactory (France). All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : Andreas Fabri, Fernando Cacciola
|
|
|
|
#ifndef CGAL_BOOST_GRAPH_PROPERTIES_POLYHEDRON_3_H
|
|
#define CGAL_BOOST_GRAPH_PROPERTIES_POLYHEDRON_3_H
|
|
|
|
#include <CGAL/license/Polyhedron.h>
|
|
|
|
|
|
#define CGAL_HDS_TMPLT Gt, class I, CGAL_HDS_PARAM_, class A
|
|
#define CGAL_HDS_CLASS CGAL::Polyhedron_3<Gt,I,HDS,A>
|
|
|
|
#include <CGAL/boost/graph/properties_HalfedgeDS_base.h>
|
|
|
|
#endif // CGAL_BOOST_GRAPH_PROPERTIES_POLYHEDRON_3_H
|