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

Go to the source code of this file.

Macros

#define GET_KV(DART)
 
#define GET_KE(DART)
 
#define GET_KV(DART)   (getDartRoundingCoef((DART), 0))
 
#define GET_KE(DART)
 
#define GET_V(DART)
 

Macro Definition Documentation

#define GET_KE (   DART)
Value:
((FMap->isMarked((DART), AMarkInitial)) \
? (getDartRoundingCoef((DART), 1)) \
: 0.0 )

Definition at line 447 of file rounding-vertex.cc.

#define GET_KE (   DART)
Value:
((FMap->isMarked(DART, AMarkInitial)) \
? (getDartRoundingCoef((DART), 1)) \
: 0.0)

Definition at line 447 of file rounding-vertex.cc.

#define GET_KV (   DART)
Value:
((FMap->isMarked((DART), AMarkNumber)) \
? getDartRoundingCoef((DART), 0) \
: 0.0 )

Definition at line 446 of file rounding-vertex.cc.

#define GET_KV (   DART)    (getDartRoundingCoef((DART), 0))

Definition at line 446 of file rounding-vertex.cc.

#define GET_V (   DART)
Value:
(* FMap-> \
getDirectInfoAsAttributeVertex((DART), ADirectIndexOld))