MEPP2 Project
|
#include <CGAL/Surface_mesh.h>
#include <CGAL/Cartesian.h>
#include <boost/graph/graph_concepts.hpp>
#include "Testing/Concepts/CGALConceptsCheck.h"
Go to the source code of this file.
Typedefs | |
typedef CGAL::Cartesian< double > | Kernel |
typedef CGAL::Surface_mesh< Kernel::Point_3 > | Mesh |
typedef Mesh | G |
Functions | |
int | main (void) |
Definition at line 21 of file test_complying_concepts_surfacemesh.cpp.
typedef CGAL::Cartesian< double > Kernel |
Definition at line 16 of file test_complying_concepts_surfacemesh.cpp.
typedef CGAL::Surface_mesh< Kernel::Point_3 > Mesh |
Definition at line 17 of file test_complying_concepts_surfacemesh.cpp.
int main | ( | void | ) |
Definition at line 24 of file test_complying_concepts_surfacemesh.cpp.