Files
cgal/Installation/include/CGAL/Polyhedron_3_fwd.h
T
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00

40 lines
839 B
C++

// Copyright (C) 2018 GeometryFactory Sarl
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
#ifndef CGAL_POLYHEDRON_3_FWD_H
#define CGAL_POLYHEDRON_3_FWD_H
#include <CGAL/memory.h>
/// \file Polyhedron_3_fwd.h
/// Forward declarations of the Polyhedron_3 package.
#ifndef DOXYGEN_RUNNING
namespace CGAL {
class Polyhedron_items_3;
template < class T, class I, class A>
class HalfedgeDS_default;
template < class PolyhedronTraits_3,
class PolyhedronItems_3 = Polyhedron_items_3,
template < class T, class I, class A>
class T_HDS = HalfedgeDS_default,
class Alloc = CGAL_ALLOCATOR(int)
>
class Polyhedron_3;
} // CGAL
#endif
#endif /* CGAL_POLYHEDRON_3_FWD_H */