#include <assert.h>
#include <vector>
#include <list>
#include <iostream>
#include <CGAL/Triangulation_2.h>
#include <CGAL/Triangulation_face_base_with_info_2.h>
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
#include "global.hpp"
#include "random.hpp"
#include "handle.hpp"
#include "store.hpp"
#include "properties.hpp"
#include "geometry.hpp"
#include "grid.hpp"
Include dependency graph for coloring.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | CGAL |
| namespace | Arak |
Defines | |
| #define | GRID_EDGE_INDEX |
|
|
Definition at line 20 of file coloring.hpp. |
1.3.6