MEPP2 Project
|
#include <OpenMesh/Core/IO/MeshIO.hh>
#include <boost/graph/graph_concepts.hpp>
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include "Testing/Concepts/CGALConceptsCheck.h"
Go to the source code of this file.
Macros | |
#define | CGAL_USE_OM_POINTS |
Typedefs | |
typedef OpenMesh::PolyMesh_ArrayKernelT< > | Mesh |
typedef Mesh | G |
Functions | |
int | main (void) |
#define CGAL_USE_OM_POINTS |
Definition at line 19 of file test_complying_concepts_openmesh.cpp.
Definition at line 28 of file test_complying_concepts_openmesh.cpp.
typedef OpenMesh::PolyMesh_ArrayKernelT< > Mesh |
Definition at line 24 of file test_complying_concepts_openmesh.cpp.
int main | ( | void | ) |
Definition at line 31 of file test_complying_concepts_openmesh.cpp.