| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_HEAP |
lept.L_HEAP.array(int i,
Pointer array) |
lept.L_HEAP |
lept.L_HEAP.direction(int direction) |
static lept.L_HEAP |
lept.lheapCreate(int nalloc,
int direction) |
lept.L_HEAP |
lept.L_HEAP.n(int n) |
lept.L_HEAP |
lept.L_HEAP.nalloc(int nalloc) |
lept.L_HEAP |
lept.L_HEAP.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.lheapAdd(lept.L_HEAP lh,
Pointer item) |
static void |
lept.lheapDestroy(lept.L_HEAP plh,
int freeflag) |
static int |
lept.lheapGetCount(lept.L_HEAP lh) |
static int |
lept.lheapPrint(Pointer fp,
lept.L_HEAP lh) |
static Pointer |
lept.lheapRemove(lept.L_HEAP lh) |
static int |
lept.lheapSort(lept.L_HEAP lh) |
static int |
lept.lheapSortStrictOrder(lept.L_HEAP lh) |
static int |
lept.lheapSwapDown(lept.L_HEAP lh) |
static int |
lept.lheapSwapUp(lept.L_HEAP lh,
int index) |
Copyright © 2016. All rights reserved.