BWAPI
|
#include <CGAL/Sweep_line_2/Sweep_line_event.h>
#include <CGAL/Sweep_line_2/Sweep_line_subcurve.h>
#include <CGAL/Sweep_line_2/Sweep_line_2_utils.h>
#include <CGAL/Sweep_line_empty_visitor.h>
#include <vector>
#include <iterator>
Go to the source code of this file.
Classes | |
class | Sweep_line_points_visitor< Traits_, OutputIerator_ > |
class | Sweep_line_subcurves_visitor< Traits_, OutputIerator_ > |
class | Sweep_line_do_curves_x_visitor< Traits_ > |
Definition of the basic sweep-line visitors, for the usage of the global sweep-line functions.