#include "mesh-generic.hh"#include "g-map-generic.hh"

Go to the source code of this file.
Defines | |
| #define | SIDE(DART) ((((CGMapGeneric*) FMap)->*side)(DART)) |
| #define | TURN(DART) ((((CGMapGeneric*) FMap)->*turn)(DART)) |
| #define | SUCC(DART) ((((CGMapGeneric*) FMap)->*succ)(DART)) |
| #define SIDE | ( | DART | ) | ((((CGMapGeneric*) FMap)->*side)(DART)) |
Definition at line 29 of file mg-cell-identification.cc.
| #define SUCC | ( | DART | ) | ((((CGMapGeneric*) FMap)->*succ)(DART)) |
Definition at line 31 of file mg-cell-identification.cc.
| #define TURN | ( | DART | ) | ((((CGMapGeneric*) FMap)->*turn)(DART)) |
Definition at line 30 of file mg-cell-identification.cc.
1.5.8