| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_HEAP |
lept.L_HEAP.array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_HEAP |
lept.L_HEAP.array(org.bytedeco.javacpp.PointerPointer 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,
org.bytedeco.javacpp.Pointer item) |
static void |
lept.lheapDestroy(lept.L_HEAP plh,
int freeflag) |
static int |
lept.lheapGetCount(lept.L_HEAP lh) |
static int |
lept.lheapPrint(org.bytedeco.javacpp.Pointer fp,
lept.L_HEAP lh) |
static org.bytedeco.javacpp.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 © 2018. All rights reserved.