Graphviz  2.29.20120524.0446
lib/gvc/gvplugin_layout.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 #ifndef GVPLUGIN_LAYOUT_H
00015 #define GVPLUGIN_LAYOUT_H
00016 
00017 #include "types.h"
00018 #include "gvplugin.h"
00019 #include "gvcjob.h"
00020 
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024 
00025     struct gvlayout_engine_s {
00026         void (*layout) (graph_t * g);
00027         void (*cleanup) (graph_t * g);
00028     };
00029 
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 #endif                          /* GVPLUGIN_LAYOUT_H */