|
Graphviz 14.0.3~dev.20251029.0425
|
#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | Rect |
Typedefs | |
| typedef struct Rect | Rect_t |
Functions | |
| void | InitRect (Rect_t *r) |
| uint64_t | RectArea (const Rect_t) |
| bool | Overlap (const Rect_t, const Rect_t) |
| Rect_t | CombineRect (const Rect_t, const Rect_t) |
| Rect_t | NullRect (void) |
Definition at line 84 of file rectangle.c.
References Rect::boundary, NUMDIMS, and Undefined().
Referenced by Classify(), GetBranches(), MethodZero(), NodeCover(), PickBranch(), PickSeeds(), and RTreeInsert2().
| void InitRect | ( | Rect_t * | r | ) |
Definition at line 30 of file rectangle.c.
References Rect::boundary, and NUMSIDES.
Referenced by InitBranch(), and NodeCover().
| Rect_t NullRect | ( | void | ) |
Definition at line 40 of file rectangle.c.
References Rect::boundary, and NUMDIMS.
Referenced by InitPVars().
Definition at line 103 of file rectangle.c.
References Rect::boundary, and NUMDIMS.
Referenced by aabbaabb(), and RTreeSearch().
| uint64_t RectArea | ( | const Rect_t | r | ) |
Definition at line 64 of file rectangle.c.
References agerrorf(), Rect::boundary, dim, graphviz_exit(), NUMDIMS, and Undefined().
Referenced by Classify(), GetBranches(), MethodZero(), PickBranch(), and PickSeeds().