Graphviz
14.0.2~dev.20251008.0253
Loading...
Searching...
No Matches
multispline.h
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
#pragma once
12
13
#include <
render.h
>
14
#include <
pathutil.h
>
15
#include <
util/api.h
>
16
17
typedef
struct
router_s
router_t
;
18
19
PRIVATE
void
freeRouter
(
router_t
* rtr);
20
PRIVATE
router_t
*
mkRouter
(
Ppoly_t
**
obs
,
int
npoly);
21
PRIVATE
int
makeMultiSpline
(
edge_t
* e,
router_t
* rtr,
int
);
api.h
macro for API hiding/exposing
PRIVATE
#define PRIVATE
Definition
api.h:16
makeMultiSpline
PRIVATE int makeMultiSpline(edge_t *e, router_t *rtr, int)
Definition
multispline.c:1199
mkRouter
PRIVATE router_t * mkRouter(Ppoly_t **obs, int npoly)
Definition
multispline.c:583
freeRouter
PRIVATE void freeRouter(router_t *rtr)
Definition
multispline.c:573
pathutil.h
render.h
Agedge_s
Definition
cgraph.h:268
Ppoly_t
Definition
pathgeom.h:45
router_s
Definition
multispline.c:390
router_s::obs
int * obs
Definition
multispline.c:393
lib
neatogen
multispline.h
Generated by
1.9.8