MEPP2 Project
Typedefs | Functions
test_complying_concepts_surfacemesh.cpp File Reference
#include <CGAL/Surface_mesh.h>
#include <CGAL/Cartesian.h>
#include <boost/graph/graph_concepts.hpp>
#include "Testing/Concepts/CGALConceptsCheck.h"
Include dependency graph for test_complying_concepts_surfacemesh.cpp:

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)
 

Typedef Documentation

◆ G

typedef Mesh G

Definition at line 21 of file test_complying_concepts_surfacemesh.cpp.

◆ Kernel

typedef CGAL::Cartesian< double > Kernel

Definition at line 16 of file test_complying_concepts_surfacemesh.cpp.

◆ Mesh

typedef CGAL::Surface_mesh< Kernel::Point_3 > Mesh

Definition at line 17 of file test_complying_concepts_surfacemesh.cpp.

Function Documentation

◆ main()

int main ( void  )

Definition at line 24 of file test_complying_concepts_surfacemesh.cpp.

Here is the call graph for this function: