Graphviz 14.1.4~dev.20260320.0055
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 v2.0
10 * which accompanies this distribution, and is available at
11 * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.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, size_t ncells, size_t *nrects, boxf bb);
makes maze with mkMaze for routing orthogonal edges
boxf * partition(cell *cells, size_t ncells, size_t *nrects, boxf bb)
partitions space around cells (nodes) into rectangular tiles
Definition partition.c:719
Definition geom.h:41
result of partitioning available space, part of maze
Definition grid.h:33