/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/neatogen/neato.h

Go to the documentation of this file.
00001 /* $Id: neato.h,v 1.5 2006/06/22 19:16:35 erg Exp $ $Revision: 1.5 $ */
00002 /* vim:set shiftwidth=4 ts=8: */
00003 
00004 /**********************************************************
00005 *      This software is part of the graphviz package      *
00006 *                http://www.graphviz.org/                 *
00007 *                                                         *
00008 *            Copyright (c) 1994-2004 AT&T Corp.           *
00009 *                and is licensed under the                *
00010 *            Common Public License, Version 1.0           *
00011 *                      by AT&T Corp.                      *
00012 *                                                         *
00013 *        Information and Software Systems Research        *
00014 *              AT&T Research, Florham Park NJ             *
00015 **********************************************************/
00016 
00017 
00018 #ifndef         NEATO_H
00019 #define         NEATO_H
00020 
00021 #ifdef HAVE_CONFIG_H
00022 #include "config.h"
00023 #endif
00024 
00025 #define MODEL_SHORTPATH      0
00026 #define MODEL_CIRCUIT        1
00027 #define MODEL_SUBSET         2
00028 
00029 #define MODE_KK          0
00030 #define MODE_MAJOR       1
00031 #define MODE_HIER        2
00032 #define MODE_IPSEP       3
00033 
00034 #define INIT_ERROR       -1
00035 #define INIT_SELF        0
00036 #define INIT_REGULAR     1
00037 #define INIT_RANDOM      2
00038 
00039 #include        "render.h"
00040 #include        "pathplan.h"
00041 #include        "neatoprocs.h"
00042 #include        "adjust.h"
00043 
00044 #endif                          /* NEATO_H */

Generated on Mon Mar 31 19:03:27 2008 for Graphviz by  doxygen 1.5.1