]> granicus.if.org Git - graphviz/commitdiff
cgraph changes
authorellson <devnull@localhost>
Wed, 15 Oct 2008 17:47:24 +0000 (17:47 +0000)
committerellson <devnull@localhost>
Wed, 15 Oct 2008 17:47:24 +0000 (17:47 +0000)
lib/common/macros.h

index a94b97ee966f4515ea53c446c5186d7e86c4c82b..3cbd6aa5b7e367696a11462bd96e1db0336173d4 100644 (file)
 #define SET_CLUST_EDGE(g) (GD_flags(g) |= 1)
 #define EDGE_TYPE(g) (GD_flags(g) & (7 << 1))
 
-#ifdef WITH_CGRAPH
-#define SET_RANKDIR(g,rd) (GD_rankdir2(g) = rd)
-#else
-#define SET_RANKDIR(g,rd) ((g)->u.rankdir = (rd))
-#define agnameof(x) ((x)->name)
-/* warning, agraphof doesn't work for edges */
-#define agraphof(n) ((n)->graph)
-#define agroot(g) ((g)->root)
-#define aghead(e) ((e)->head)
-#define agtail(e) ((e)->tail)
-#define agisdirected(g) ((g)->kind & AGFLAG_DIRECTED)
-#define AGID(x) ((x)->id)
-#endif
-
 #ifndef streq
 #define streq(a,b)             (*(a)==*(b)&&!strcmp(a,b))
 #endif