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

Go to the source code of this file.

Typedefs

typedef CGAL::Cartesian< double > Kernel
 
typedef CGAL::Polyhedron_3< Kernel, CGAL::Polyhedron_items_with_id_3 > Polyhedron
 
typedef Polyhedron G
 

Functions

int main (void)
 

Typedef Documentation

◆ G

typedef Polyhedron G

Definition at line 26 of file test_complying_concepts_polyhedron.cpp.

◆ Kernel

typedef CGAL::Cartesian< double > Kernel

Definition at line 20 of file test_complying_concepts_polyhedron.cpp.

◆ Polyhedron

typedef CGAL::Polyhedron_3< Kernel, CGAL::Polyhedron_items_with_id_3 > Polyhedron

Definition at line 22 of file test_complying_concepts_polyhedron.cpp.

Function Documentation

◆ main()

int main ( void  )

Definition at line 29 of file test_complying_concepts_polyhedron.cpp.

Here is the call graph for this function: