cgal/BGL/include/CGAL/boost/graph/properties_PolyMesh_ArrayKe...

19 lines
563 B
C++

// Copyright (c) 2014 GeometryFactory (France). All rights reserved.
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Philipp Möller
#ifndef CGAL_PROPERTIES_POLYMESH_ARRAYKERNELT_H
#define CGAL_PROPERTIES_POLYMESH_ARRAYKERNELT_H
#include <OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh>
#define OPEN_MESH_CLASS OpenMesh::PolyMesh_ArrayKernelT<K>
#include <CGAL/boost/graph/properties_OpenMesh.h>
#endif /* CGAL_PROPERTIES_POLYMESH_ARRAYKERNELT_H */