Graphviz  2.29.20120524.0446
lib/fdpgen/xlayout.h
Go to the documentation of this file.
00001 /* $Id$ $Revision$ */
00002 /* vim:set shiftwidth=4 ts=8: */
00003 
00004 /*************************************************************************
00005  * Copyright (c) 2011 AT&T Intellectual Property 
00006  * All rights reserved. This program and the accompanying materials
00007  * are made available under the terms of the Eclipse Public License v1.0
00008  * which accompanies this distribution, and is available at
00009  * http://www.eclipse.org/legal/epl-v10.html
00010  *
00011  * Contributors: See CVS logs. Details at http://www.graphviz.org/
00012  *************************************************************************/
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00018 #ifndef XLAYOUT_H
00019 #define XLAYOUT_H
00020 
00021 #include <fdp.h>
00022 
00023     typedef struct {
00024         int numIters;
00025         double T0;
00026         double K;
00027         double C;
00028         int loopcnt;
00029     } xparams;
00030 
00031     extern void fdp_xLayout(graph_t *, xparams *);
00032 
00033 #endif
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif