BWAPI
|
#include <CGAL/basic.h>
#include <CGAL/Unique_hash_map.h>
#include <string>
#include <list>
#include <sstream>
#include <CGAL/Nef_2/Object_index.h>
#include <CGAL/Nef_2/iterator_tools.h>
#include <CGAL/Nef_2/debug.h>
Go to the source code of this file.
Classes | |
class | move_halfedge_around_vertex< HE > |
struct | move_halfedge_around_face< HE > |
class | PM_const_decorator< HDS > |
struct | KERNELPNT |
Defines | |
#define | CGAL_NEF_DEBUG 7 |
Functions | |
template<typename Iter , typename Move > | |
CGAL_BEGIN_NAMESPACE CGAL::Circulator_tag | query_circulator_or_iterator (const CircFromIt< Iter, Move > &) |
template<class VH > | |
std::string | PV (VH v) |
template<class HH > | |
std::string | PE (HH e) |
template<typename PMCDEC , typename POINTDA > | |
void | print_as_leda_graph (std::ostream &os, const PMCDEC &D, const POINTDA &P) |
#define CGAL_NEF_DEBUG 7 |
std::string PE | ( | HH | e | ) |
void print_as_leda_graph | ( | std::ostream & | os, |
const PMCDEC & | D, | ||
const POINTDA & | P | ||
) |
std::string PV | ( | VH | v | ) |
CGAL_BEGIN_NAMESPACE CGAL::Circulator_tag query_circulator_or_iterator | ( | const CircFromIt< Iter, Move > & | ) | [inline] |