Graphviz
14.1.2~dev.20251213.2040
Loading...
Searching...
No Matches
poly.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 <stdbool.h>
14
#include <
util/api.h
>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
#include <
neatogen/geometry.h
>
21
22
typedef
struct
{
23
Point
origin
;
24
Point
corner
;
25
int
nverts
;
26
Point
*
verts
;
27
int
kind
;
28
}
Poly
;
29
30
PRIVATE
bool
polyOverlap
(
Point
,
Poly
*,
Point
,
Poly
*);
31
PRIVATE
int
makePoly
(
Poly
*,
Agnode_t
*,
double
,
double
);
32
PRIVATE
int
makeAddPoly
(
Poly
*,
Agnode_t
*,
double
,
double
);
33
PRIVATE
void
breakPoly
(
Poly
*);
34
35
#ifdef __cplusplus
36
}
37
#endif
api.h
macro for API hiding/exposing
PRIVATE
#define PRIVATE
Definition
api.h:16
geometry.h
polyOverlap
PRIVATE bool polyOverlap(Point, Poly *, Point, Poly *)
Definition
poly.c:406
makePoly
PRIVATE int makePoly(Poly *, Agnode_t *, double, double)
Definition
poly.c:199
breakPoly
PRIVATE void breakPoly(Poly *)
Definition
poly.c:27
makeAddPoly
PRIVATE int makeAddPoly(Poly *, Agnode_t *, double, double)
Definition
poly.c:111
Agnode_s
Definition
cgraph.h:259
Point
Definition
geometry.h:23
Poly
Definition
poly.h:22
Poly::corner
Point corner
Definition
poly.h:24
Poly::nverts
int nverts
Definition
poly.h:25
Poly::verts
Point * verts
Definition
poly.h:26
Poly::kind
int kind
Definition
poly.h:27
Poly::origin
Point origin
Definition
poly.h:23
lib
neatogen
poly.h
Generated by
1.9.8