BWAPI
Defines
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Nef_S2/SM_iteration.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define CGAL_forall_iterators(x, S)   for(x = (S).begin(); x != (S).end(); ++x)
#define CGAL_forall_svertices(x, SM)   for(x = (SM).svertices_begin(); x != (SM).svertices_end(); ++x)
#define CGAL_forall_shalfedges(x, SM)   for(x = (SM).shalfedges_begin(); x != (SM).shalfedges_end(); ++x)
#define CGAL_forall_sedges(x, SM)   for(x = (SM).shalfedges_begin(); x != (SM).shalfedges_end(); ++(++x))
#define CGAL_forall_shalfloops(x, SM)   for(x = (SM).shalfloops_begin(); x != (SM).shalfloops_end(); ++x)
#define CGAL_forall_sfaces(x, SM)   for(x = (SM).sfaces_begin(); x != (SM).sfaces_end(); ++x)
#define CGAL_forall_sface_cycles_of(x, F)   for(x = (F)->sface_cycles_begin(); x != (F)->sface_cycles_end(); ++x)

Define Documentation

#define CGAL_forall_iterators (   x,
 
)    for(x = (S).begin(); x != (S).end(); ++x)
#define CGAL_forall_sedges (   x,
  SM 
)    for(x = (SM).shalfedges_begin(); x != (SM).shalfedges_end(); ++(++x))
#define CGAL_forall_sface_cycles_of (   x,
 
)    for(x = (F)->sface_cycles_begin(); x != (F)->sface_cycles_end(); ++x)
#define CGAL_forall_sfaces (   x,
  SM 
)    for(x = (SM).sfaces_begin(); x != (SM).sfaces_end(); ++x)
#define CGAL_forall_shalfedges (   x,
  SM 
)    for(x = (SM).shalfedges_begin(); x != (SM).shalfedges_end(); ++x)
#define CGAL_forall_shalfloops (   x,
  SM 
)    for(x = (SM).shalfloops_begin(); x != (SM).shalfloops_end(); ++x)
#define CGAL_forall_svertices (   x,
  SM 
)    for(x = (SM).svertices_begin(); x != (SM).svertices_end(); ++x)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines