LoAdSG
|
#include <index.h>
Static Private Member Functions | |
static int | internDepth (int index) |
| |
Elementary base class for one dimensional data
Tree structure depth 0 --------------- 1 0 / / / / / / / / 10 1 / \ / \ 100 101 2 this means: left adds 0, right adds 1 / \ / \ 0 1 Indices (and coordinates) 0 --------------- 1 / / / / / / / / 2 (0.5) / \ / \ 4 5 (0.25) (0.75)