|
Graphviz 14.0.5~dev.20251126.0104
|
#include <block.h>
Data Fields | |
| Agnode_t * | child |
| block_t * | next |
| Agraph_t * | sub_graph |
| double | radius |
| double | rad0 |
| nodelist_t | circle_list |
| blocklist_t | children |
| double | parent_pos |
| int | flags |
| blocklist_t block::children |
Definition at line 33 of file block.h.
Referenced by applyDelta(), doBlock(), freeBlocktree(), mkBlock(), and position().
| nodelist_t block::circle_list |
Definition at line 32 of file block.h.
Referenced by doBlock(), freeBlock(), getRotation(), and positionChildren().
| block_t* block::next |
Definition at line 28 of file block.h.
Referenced by appendBlock(), applyDelta(), createBlocktree(), doBlock(), freeBlock(), freeBlocktree(), getCell(), getInfo(), insertBlock(), newBlock(), and positionChildren().
| double block::parent_pos |
Definition at line 34 of file block.h.
Referenced by doBlock(), getRotation(), and layout_block().
| double block::rad0 |
Definition at line 31 of file block.h.
Referenced by getRotation(), and layout_block().
| double block::radius |
Definition at line 30 of file block.h.
Referenced by getInfo(), getRotation(), layout_block(), position(), and positionChildren().
| Agraph_t* block::sub_graph |
Definition at line 29 of file block.h.
Referenced by addNode(), applyDelta(), block_graph(), blockSize(), createBlocktree(), createOneBlock(), getRotation(), layout_block(), and mkBlock().