dust3d/thirdparty/cgal/CGAL-5.1/include/CGAL/Surface_mesh.h

31 lines
772 B
C
Raw Normal View History

2020-10-13 12:44:25 +00:00
// Copyright (c) 2014 GeometryFactory (France)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL: https://github.com/CGAL/cgal/blob/v5.1/Surface_mesh/include/CGAL/Surface_mesh.h $
// $Id: Surface_mesh.h 2f4e49b 2020-03-23T09:47:01+01:00 Laurent Rineau
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Phlipp Moeller
#ifndef CGAL_TOP_LEVEL_SURFACE_MESH_H
#define CGAL_TOP_LEVEL_SURFACE_MESH_H
#include <CGAL/license/Surface_mesh.h>
#include <CGAL/Surface_mesh/Surface_mesh_fwd.h>
#include <CGAL/Surface_mesh/Surface_mesh.h>
#ifdef DOXYGEN_RUNNING
namespace CGAL {
// fwdS for the public interface
template<typename P>
class Surface_mesh;
}
#endif
#endif /* CGAL_TOP_LEVEL_SURFACE_MESH_H */