39 #define PK_COL_MAJOR (1 << 0)
40 #define PK_USER_VALS (1 << 1)
41 #define PK_LEFT_ALIGN (1 << 2)
42 #define PK_RIGHT_ALIGN (1 << 3)
43 #define PK_TOP_ALIGN (1 << 4)
44 #define PK_BOT_ALIGN (1 << 5)
45 #define PK_INPUT_ORDER (1 << 6)
63 #define extern __declspec(dllimport)
int packRects(int ng, boxf *bbs, pack_info *pinfo)
int nodeInduce(Agraph_t *g)
Agraph_t ** pccomps(Agraph_t *g, int *ncc, char *pfx, boolean *pinned)
Agraph_t ** cccomps(Agraph_t *g, int *ncc, char *pfx)
pack_mode getPackInfo(Agraph_t *g, pack_mode dflt, int dfltMargin, pack_info *pinfo)
int packGraphs(int ng, Agraph_t **gs, Agraph_t *root, pack_info *info)
int shiftGraphs(int ng, Agraph_t **gs, point *pp, Agraph_t *root, int doSplines)
pack_mode getPackMode(Agraph_t *g, pack_mode dflt)
pack_mode getPackModeInfo(Agraph_t *g, pack_mode dflt, pack_info *pinfo)
int pack_graph(int ng, Agraph_t **gs, Agraph_t *root, boolean *fixed)
point * putRects(int ng, boxf *bbs, pack_info *pinfo)
int packSubgraphs(int ng, Agraph_t **gs, Agraph_t *root, pack_info *info)
int getPack(Agraph_t *g, int not_def, int dflt)
point * putGraphs(int ng, Agraph_t **gs, Agraph_t *root, pack_info *pinfo)
pack_mode parsePackModeInfo(char *p, pack_mode dflt, pack_info *pinfo)
Agraph_t ** ccomps(Agraph_t *g, int *ncc, char *pfx)
int isConnected(Agraph_t *g)
Agraph_t * mapClust(Agraph_t *cl)