Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
gvlayout_dot_layout.c
Go to the documentation of this file.
1/*************************************************************************
2 * Copyright (c) 2011 AT&T Intellectual Property
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * https://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors: Details at https://graphviz.org
9 *************************************************************************/
10
11
12#include "config.h"
13
14#include <gvc/gvplugin_layout.h>
15
16typedef enum { LAYOUT_DOT, } layout_type;
17
18extern void dot_layout(graph_t * g);
19extern void dot_cleanup(graph_t * g);
20
25
26
30
node NULL
Definition grammar.y:149
#define LAYOUT_USES_RANKDIR
Definition gvcjob.h:125
gvlayout_engine_t dotgen_engine
gvlayout_features_t dotgen_features
@ LAYOUT_DOT
void dot_layout(graph_t *g)
Definition dotinit.c:488
gvplugin_installed_t gvlayout_dot_layout[]
void dot_cleanup(graph_t *g)
Definition dotinit.c:175
graph or subgraph
Definition cgraph.h:425
ingroup plugin_api
Definition gvplugin.h:35