H2Lib
3.0
|
Directional cluster tree. More...
#include <dcluster.h>
Data Fields | |
uint | size |
Number of indices. | |
uint * | idx |
Index array, type uint idx[size] | |
uint | sons |
Number of sons. | |
pdcluster * | son |
Pointers to sons, type pdcluster son[sons] | |
uint | dim |
Dimension of bounding box. | |
real * | bmin |
Minimal coordinates of bounding boxes, type real bmin[dim] | |
real * | bmax |
Maximal coordinates of bounding boxes, type real bmax[dim] | |
uint | directions |
Number of directions. | |
pcreal * | dir |
Directions, type real dir[directions][dim] More... | |
uint ** | dirson |
Corresponding directions in sons, type uint dirson[sons][directions] | |
uint | desc |
Number of descendants in tree. | |
Directional cluster tree.
pcreal* dir |
Directions, type real dir[directions][dim]
This is only a pointer to an array in a leveldir object, so it should not be changed or freed directly.