MEPP2 Project
|
#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"
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 Polyhedron G |
Definition at line 26 of file test_complying_concepts_polyhedron.cpp.
typedef CGAL::Cartesian< double > Kernel |
Definition at line 20 of file test_complying_concepts_polyhedron.cpp.
typedef CGAL::Polyhedron_3< Kernel, CGAL::Polyhedron_items_with_id_3 > Polyhedron |
Definition at line 22 of file test_complying_concepts_polyhedron.cpp.
int main | ( | void | ) |
Definition at line 29 of file test_complying_concepts_polyhedron.cpp.