H2Lib  3.0
Data Fields
_dcluster Struct Reference

Directional cluster tree. More...

#include <dcluster.h>

Data Fields

uint size
 Number of indices.
 
uintidx
 Index array, type uint idx[size]
 
uint sons
 Number of sons.
 
pdclusterson
 Pointers to sons, type pdcluster son[sons]
 
uint dim
 Dimension of bounding box.
 
realbmin
 Minimal coordinates of bounding boxes, type real bmin[dim]
 
realbmax
 Maximal coordinates of bounding boxes, type real bmax[dim]
 
uint directions
 Number of directions.
 
pcrealdir
 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.
 

Detailed Description

Directional cluster tree.

Field Documentation

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.


The documentation for this struct was generated from the following file: