~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to ns/ns.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
void ns_setminlength(Agedge_t *e, int len);
 
2
void ns_setweight(Agedge_t *e, int weight);
 
3
void ns_solve(Agraph_t *g, unsigned int flags);
 
4
int  ns_getrank(Agnode_t *n);
 
5
void ns_setrank(Agnode_t *n, int rank);
 
6
void ns_clean(Agraph_t *g);
 
7
 
 
8
#define  NS_VERBOSE             (1 << 0)
 
9
#define  NS_VALIDATE    (1 << 1)
 
10
#define  NS_ATTACHATTRS (1 << 2)
 
11
#define  NS_DEBUG               (1 << 3)
 
12
#define  NS_NORMALIZE   (1 << 4)