#include "rounding-vertex.hh"#include "g-map-vertex.hh"#include "geometry.hh"#include <cstdlib>#include <cassert>

Go to the source code of this file.
Defines | |
| #define | GET_KV(DART) |
| #define | GET_KE(DART) |
| #define | GET_KV(DART) (getDartRoundingCoef((DART), 0)) |
| #define | GET_KE(DART) |
| #define | GET_V(DART) |
| #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 | ) | (getDartRoundingCoef((DART), 0)) |
Definition at line 446 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_V | ( | DART | ) |
Value:
(* FMap-> \
getDirectInfoAsAttributeVertex((DART), ADirectIndexOld))
1.5.8