src/lib-rounding/rounding-vertex.cc File Reference

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

Include dependency graph for rounding-vertex.cc:

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


Generated on Tue Jul 7 15:20:55 2009 for Moka libraries by  doxygen 1.5.8