Graphviz  2.41.20171026.1811
Data Structures | Typedefs | Functions
tree_map.h File Reference
#include <SparseMatrix.h>
Include dependency graph for tree_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rectangle_struct
 

Typedefs

typedef struct rectangle_struct rectangle
 

Functions

rectangletree_map (int n, real *area, rectangle fillrec)
 
rectangle rectangle_new (real x, real y, real width, real height)
 

Typedef Documentation

typedef struct rectangle_struct rectangle

Function Documentation

rectangle rectangle_new ( real  x,
real  y,
real  width,
real  height 
)

Definition at line 120 of file tree_map.c.

References rectangle_struct::size, and rectangle_struct::x.

Referenced by patchworkLayout().

rectangle* tree_map ( int  n,
real area,
rectangle  fillrec 
)

Definition at line 100 of file tree_map.c.

References N_NEW, NULL, real, and rectangle_struct::size.