Graphviz  2.29.20120523.0446
Defines | Functions
lib/fdpgen/comp.c File Reference
#include <fdp.h>
#include <comp.h>
#include <pack.h>
#include <assert.h>
Include dependency graph for comp.c:

Go to the source code of this file.

Defines

#define FDP_PRIVATE   1
#define MARK(n)   (marks[ND_id(n)])

Functions

graph_t ** findCComp (graph_t *g, int *cnt, int *pinned)

Define Documentation

#define FDP_PRIVATE   1

Definition at line 24 of file comp.c.

#define MARK (   n)    (marks[ND_id(n)])

Definition at line 31 of file comp.c.

Referenced by findCComp().


Function Documentation

graph_t** findCComp ( graph_t g,
int *  cnt,
int *  pinned 
)