|
BWAPI
|

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 CGAL_forall_iterators | ( | x, | |
| S | |||
| ) | 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, | |
| F | |||
| ) | 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) |
1.7.6.1