Graphviz 12.0.1~dev.20240716.0800
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
29boxf *partition(cell *cells, int ncells, size_t *nrects, boxf bb);
makes maze with mkMaze for routing orthogonal edges
boxf * partition(cell *cells, int ncells, size_t *nrects, boxf bb)
partitions space around cells (nodes) into rectangular tiles
Definition partition.c:687
Definition geom.h:41
result of partitioning available space, part of maze
Definition grid.h:33