Graphviz
13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
partition.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 <
ortho/maze.h
>
19
#include <stddef.h>
20
29
boxf
*
partition
(
cell
*cells,
int
ncells,
size_t
*nrects,
boxf
bb);
maze.h
makes maze with mkMaze for routing orthogonal edges
partition
boxf * partition(cell *cells, int ncells, size_t *nrects, boxf bb)
partitions space around cells (nodes) into rectangular tiles
Definition
partition.c:685
boxf
Definition
geom.h:41
cell
result of partitioning available space, part of maze
Definition
grid.h:33
lib
ortho
partition.h
Generated by
1.9.8