Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

nci/suif/suif2b/suifbrowser/visual/graph_layout.cpp File Reference

#include "graph_layout.h"
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <tcl.h>
#include "suifkernel/suifkernel_forwarders.h"

Defines

#define MIN(x,y)    ((x) < (y) ? (x) : (y))
#define MAX(x,y)    ((x) > (y) ? (x) : (y))
#define DPRIORITY   32
#define FAN_SPACE_FACTOR   2

Functions

bool is_member (layout_node_list *l, layout_node *key)

Define Documentation

#define DPRIORITY   32

#define FAN_SPACE_FACTOR   2

#define MAX( x,
y)   ((x) > (y) ? (x) : (y))

#define MIN( x,
y)   ((x) < (y) ? (x) : (y))


Function Documentation

bool is_member ( layout_node_list * l,
layout_node * key)


Generated at Mon Jul 31 13:42:34 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000