Main Page | Alphabetical List | Class List | File List | Class Members | File Members

clean.c File Reference

#include "bary.h"
#include "bary_macros.h"

Include dependency graph for clean.c:

Include dependency graph

Go to the source code of this file.

Defines

#define STATIC

Functions

STATIC int compare_pos (const GNODE *a, const GNODE *b)
STATIC void checkcrossing (int j)

Variables

STATIC int phase2_startlevel = 0
int maxdepth
int G_timelimit


Define Documentation

#define STATIC
 

Definition at line 8 of file clean.c.


Function Documentation

STATIC void checkcrossing int  j  ) 
 

Definition at line 14 of file clean.c.

References calc_all_layers_crossings(), graph_crossings(), nr_crossings, and STATIC.

00015 {
00016     calc_all_layers_crossings();
00017     assert((j==graph_crossings()));
00018     printf("Phase2_down: nr_crossings old: %d new: %d\n",nr_crossings,j);
00019 }

int compare_pos const GNODE a,
const GNODE b
 

Definition at line 12 of file clean.c.

References GNODE, and STATIC.

Referenced by predmedian(), and succmedian().

00012 { if (((*a)->position) > ((*b)->position)) return (1); if (((*a)->position) < ((*b)->position)) return (-1); return (0);}


Variable Documentation

int G_timelimit
 

Definition at line 28 of file clean.c.

int maxdepth
 

Definition at line 27 of file clean.c.

STATIC int phase2_startlevel = 0
 

Definition at line 26 of file clean.c.


Generated on Sat Aug 6 11:49:20 2005 for VCGIntrospector by doxygen 1.3.6