#include "corefine-2d-sweeping.hh"#include "g-map-vertex.hh"#include "geometry.hh"#include <cassert>

Go to the source code of this file.
Defines | |
| #define | GET_V(DART) FMap->getDirectInfoAsAttributeVertex((DART), directVertex) |
| #define | IT_PRED(IT, SET) |
| #define | IT_SUCC(IT, SET) |
| #define | GET_V(DART) FMap->getDirectInfoAsAttributeVertex((DART), ADirectVertex) |
| #define GET_V | ( | DART | ) | FMap->getDirectInfoAsAttributeVertex((DART), ADirectVertex) |
Definition at line 360 of file corefine-2d-sweeping.cc.
| #define GET_V | ( | DART | ) | FMap->getDirectInfoAsAttributeVertex((DART), directVertex) |
Definition at line 360 of file corefine-2d-sweeping.cc.
| #define IT_PRED | ( | IT, | |||
| SET | ) |
Value:
(((IT)==(SET).begin()) \
? NULL \
: * (--(IT), (IT)++))
Definition at line 44 of file corefine-2d-sweeping.cc.
| #define IT_SUCC | ( | IT, | |||
| SET | ) |
Value:
(++(IT), \
((IT)==(SET).end()) \
? (--(IT), (CDartVertex *) NULL) \
: (*((IT)--)))
Definition at line 48 of file corefine-2d-sweeping.cc.
1.5.8