#define CONE 0 |
#define HOR_LEFT 1 |
#define HOR_RIGHT 2 |
static void CountParents | ( | TopologicalGraph & | G, | |
const SchnyderWood & | SW, | |||
short | c, | |||
tvertex | root, | |||
svector< int > & | Descendants, | |||
svector< int > & | DoubleEdgeDescent, | |||
svector< int > & | DistanceRoot | |||
) | [static] |
static void CountVerticesDoubles | ( | TopologicalGraph & | G, | |
const SchnyderWood & | SW, | |||
short | c, | |||
tvertex | root, | |||
svector< int > & | DescendantsLeft, | |||
svector< int > & | DoubleEdgeDescentLeft, | |||
svector< int > & | SumDesc_Left, | |||
svector< int > & | SumDouble_Left, | |||
svector< int > & | DescendantsRight, | |||
svector< int > & | DoubleEdgeDescentRight, | |||
svector< int > & | SumDesc_Right, | |||
svector< int > & | SumDouble_Right | |||
) | [static] |
int EmbedCCD | ( | TopologicalGraph & | G, | |
bool | compact | |||
) |