H2Lib
3.0
|
Directional block tree. More...
#include <dblock.h>
Data Fields | |
pdcluster | rc |
Row cluster. | |
pdcluster | cc |
Column cluster. | |
uint | rd |
Row direction. | |
uint | cd |
Column direction. | |
bool | adm |
Admissibility flag. | |
uint | rsons |
Number of row sons. | |
uint | csons |
Number of column sons. | |
pdblock * | son |
Pointers to sons. More... | |
uint | desc |
Number of descendants, including this block. | |
Directional block tree.
pdblock* son |
Pointers to sons.
son[i+j*rsons]
points to the son in row i
and column j
.