Moka libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
corefine-2d-sweeping.cc File Reference
#include "corefine-2d-sweeping.hh"
#include "g-map-vertex.hh"
#include "geometry.hh"
#include <cassert>

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

#define GET_V (   DART)    FMap->getDirectInfoAsAttributeVertex((DART), directVertex)

Definition at line 360 of file corefine-2d-sweeping.cc.

#define GET_V (   DART)    FMap->getDirectInfoAsAttributeVertex((DART), ADirectVertex)

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.