BWAPI
|
#include <boost/mpl/assert.hpp>
#include <CGAL/assertions.h>
#include <CGAL/memory.h>
#include <CGAL/Sweep_line_2/Sweep_line_functors.h>
#include <CGAL/Sweep_line_2/Sweep_line_subcurve.h>
#include <CGAL/Sweep_line_2/Sweep_line_event.h>
#include <CGAL/Multiset.h>
#include <CGAL/Arrangement_2/Arr_traits_adaptor_2.h>
#include <CGAL/Arr_tags.h>
#include <vector>
#include <algorithm>
#include <iterator>
#include <CGAL/Sweep_line_2/Basic_sweep_line_2_impl.h>
Go to the source code of this file.
Classes | |
class | Basic_sweep_line_2< Traits_, Visitor_, Subcurve_, Event_, Allocator_ > |
struct | Basic_sweep_line_2< Traits_, Visitor_, Subcurve_, Event_, Allocator_ >::CompEventPtr |
Defines | |
#define | CGAL_SL_DEBUG(a) |
#define | CGAL_PRINT_INSERT(a) |
#define | CGAL_PRINT_ERASE(a) |
#define | CGAL_PRINT_NEW_EVENT(p, e) |
#define | CGAL_PRINT(a) |
Definition of the Basic_sweep_line_2 class.
#define CGAL_PRINT | ( | a | ) |
#define CGAL_PRINT_ERASE | ( | a | ) |
#define CGAL_PRINT_INSERT | ( | a | ) |
#define CGAL_PRINT_NEW_EVENT | ( | p, | |
e | |||
) |
#define CGAL_SL_DEBUG | ( | a | ) |