/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/fdpgen/dbg.h

Go to the documentation of this file.
00001 /* $Id: dbg.h,v 1.1.1.1 2004/12/23 04:05:07 ellson Exp $ $Revision: 1.1.1.1 $ */
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 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00021 #ifndef FDPDBG_H
00022 #define FDPDBG_H
00023 
00024 #ifdef DEBUG
00025 
00026 #include <fdp.h>
00027 #include <stdio.h>
00028 #include <graph.h>
00029 
00030     extern double Scale;
00031     extern void outputGraph(Agraph_t *, FILE *, int);
00032 
00033     extern void incInd(void);
00034     extern void decInd(void);
00035     extern void prIndent(void);
00036 
00037     extern void dump(graph_t * g, int doAll, int doBB);
00038     extern void dumpE(graph_t * g, int derived);
00039     extern void dumpG(graph_t * g, char *fname, int);
00040 
00041 #endif
00042 
00043 #endif
00044 
00045 #ifdef __cplusplus
00046 }
00047 #endif

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