![]() |
Microscopy Image Browser 2.91
MIB
|
#include "block.h"

Classes | |
| class | Graph< captype, tcaptype, flowtype > |
Macros | |
| #define | NODE_BLOCK_SIZE 512 |
| #define | ARC_BLOCK_SIZE 1024 |
| #define | NODEPTR_BLOCK_SIZE 128 |
| #define | IS_ODD(a) |
| #define | MAKE_ODD(a) |
| #define | MAKE_EVEN(a) |
| #define | MAKE_ODD_REV(a) |
| #define | MAKE_EVEN_REV(a) |
| #define | NEIGHBOR_NODE(i, shift) |
| #define | NEIGHBOR_NODE_REV(i, shift) |
| #define | last_node LAST_NODE.LAST_NODE |
| #define ARC_BLOCK_SIZE 1024 |
Referenced by Graph< captype, tcaptype, flowtype >.Graph().
| #define IS_ODD | ( | a | ) |
| #define last_node LAST_NODE.LAST_NODE |
| #define MAKE_EVEN | ( | a | ) |
| #define MAKE_EVEN_REV | ( | a | ) |
| #define MAKE_ODD | ( | a | ) |
| #define MAKE_ODD_REV | ( | a | ) |
| #define NEIGHBOR_NODE | ( | i, | |
| shift ) |
| #define NEIGHBOR_NODE_REV | ( | i, | |
| shift ) |
| #define NODE_BLOCK_SIZE 512 |
Referenced by Graph< captype, tcaptype, flowtype >.Graph().
| #define NODEPTR_BLOCK_SIZE 128 |
Referenced by Graph< captype, tcaptype, flowtype >.maxflow().