BWAPI
Classes | Defines
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/HalfedgeDS_vector.h File Reference
#include <CGAL/basic.h>
#include <CGAL/memory.h>
#include <CGAL/HalfedgeDS_items_decorator.h>
#include <algorithm>
#include <vector>
#include <map>
#include <cstddef>
#include <CGAL/vector.h>
Include dependency graph for HalfedgeDS_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HalfedgeDS_vector_types< Traits_, HalfedgeDSItems, Alloc >
class  HalfedgeDS_vector< Traits_, HalfedgeDSItems, Alloc >

Defines

#define CGAL__HALFEDGEDS_USE_INTERNAL_VECTOR   1
#define CGAL__V_UPDATE(v)
#define CGAL__H_UPDATE(h)
#define CGAL__F_UPDATE(f)

Define Documentation

#define CGAL__F_UPDATE (   f)
Value:
(((f) == Face_handle()) ? (f) : \
                           (f_new + ( Face_CI     (get_f_iter(f)) - f_old)))
#define CGAL__H_UPDATE (   h)
Value:
(((h) == Halfedge_handle()) ? (h) : \
                           (h_new + ( Halfedge_CI (get_h_iter(h)) - h_old)))
#define CGAL__V_UPDATE (   v)
Value:
(((v) == Vertex_handle()) ? (v) : \
                           (v_new + ( Vertex_CI   (get_v_iter(v)) - v_old)))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines