Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
convert.h
Go to the documentation of this file.
1
6/*************************************************************************
7 * Copyright (c) 2011 AT&T Intellectual Property
8 * All rights reserved. This program and the accompanying materials
9 * are made available under the terms of the Eclipse Public License v1.0
10 * which accompanies this distribution, and is available at
11 * https://www.eclipse.org/legal/epl-v10.html
12 *
13 * Contributors: Details at https://graphviz.org
14 *************************************************************************/
15
16#pragma once
17
18#include "config.h"
19
20#include <stdio.h>
21#include <stdlib.h>
22#include <string.h>
23
24#include <cgraph/cgraph.h>
25#include <cgraph/cghdr.h>
26
27 extern void gv_to_gxl(Agraph_t *, FILE *);
28#ifdef HAVE_EXPAT
29 extern Agraph_t *gxl_to_gv(FILE *);
30#endif
cgraph.h additions
abstract graph C library, Cgraph API
void gv_to_gxl(Agraph_t *, FILE *)
Definition gv2gxl.c:761
graph or subgraph
Definition cgraph.h:425