MEPP2 Project
Graph_traits_extension_openmesh.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2019 University of Lyon and CNRS (France).
2 // All rights reserved.
3 //
4 // This file is part of MEPP2; you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as
6 // published by the Free Software Foundation; either version 3 of
7 // the License, or (at your option) any later version.
8 //
9 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
10 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11 #pragma once
12 
13 /*
14  * Specialization of graph traits extension
15  * for Openmesh
16  */
17 
18 #include "Graph_traits_extension.h"
19 #include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
20 
21 namespace FEVV {
22 
23 
24 /*
25  * ELO-note:
26  * no known function of OpenMesh giving the right
27  * information ; use generic version from
28  * Graph_traits_extension.h
29  */
30 
31 
32 } // namespace FEVV
33 
34 
35 // ELO note: Clear mesh
36 // see
37 // https://www.openmesh.org/media/Documentations/OpenMesh-5.2-Documentation/a00198.html#details
38 //
39 // void OpenMesh::Concepts::KernelT< FinalMeshItems >::clear()
40 // Delete all items, i.e.
41 // clear all item containers. The properties will also be removed from the
42 // mesh
43 
FEVV
Interfaces for plugins These interfaces will be used for different plugins.
Definition: Assert.h:16
Graph_traits_extension.h