| Package | Description | 
|---|---|
| net.sourceforge.lept4j | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
L_Heap.ByReference  | 
static class  | 
L_Heap.ByValue  | 
| Modifier and Type | Method and Description | 
|---|---|
static L_Heap | 
Leptonica1.lheapCreate(int nalloc,
           int direction)
Original signature :
  
L_HEAP* lheapCreate(l_int32, l_int32)native declaration : allheaders.h:1954  | 
L_Heap | 
Leptonica.lheapCreate(int nalloc,
           int direction)
Original signature :
  
L_HEAP* lheapCreate(l_int32, l_int32)native declaration : allheaders.h:1954  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
Leptonica1.lheapAdd(L_Heap lh,
        com.sun.jna.Pointer item)
Original signature :  
l_int32 lheapAdd(L_HEAP*, void*)native declaration : allheaders.h:1958  | 
int | 
Leptonica.lheapAdd(L_Heap lh,
        com.sun.jna.Pointer item)
Original signature :  
l_int32 lheapAdd(L_HEAP*, void*)native declaration : allheaders.h:1958  | 
static int | 
Leptonica1.lheapGetCount(L_Heap lh)
Original signature :  
l_int32 lheapGetCount(L_HEAP*)native declaration : allheaders.h:1962  | 
int | 
Leptonica.lheapGetCount(L_Heap lh)
Original signature :  
l_int32 lheapGetCount(L_HEAP*)native declaration : allheaders.h:1962  | 
static int | 
Leptonica1.lheapPrint(ILeptonica.FILE fp,
          L_Heap lh)
Original signature :  
l_int32 lheapPrint(FILE*, L_HEAP*)native declaration : allheaders.h:1972  | 
static com.sun.jna.Pointer | 
Leptonica1.lheapRemove(L_Heap lh)
Original signature :  
void* lheapRemove(L_HEAP*)native declaration : allheaders.h:1960  | 
com.sun.jna.Pointer | 
Leptonica.lheapRemove(L_Heap lh)
Original signature :  
void* lheapRemove(L_HEAP*)native declaration : allheaders.h:1960  | 
static int | 
Leptonica1.lheapSort(L_Heap lh)
Original signature :  
l_int32 lheapSort(L_HEAP*)native declaration : allheaders.h:1968  | 
int | 
Leptonica.lheapSort(L_Heap lh)
Original signature :  
l_int32 lheapSort(L_HEAP*)native declaration : allheaders.h:1968  | 
static int | 
Leptonica1.lheapSortStrictOrder(L_Heap lh)
Original signature :
  
l_int32 lheapSortStrictOrder(L_HEAP*)native declaration : allheaders.h:1970  | 
int | 
Leptonica.lheapSortStrictOrder(L_Heap lh)
Original signature :
  
l_int32 lheapSortStrictOrder(L_HEAP*)native declaration : allheaders.h:1970  | 
static int | 
Leptonica1.lheapSwapDown(L_Heap lh)
Original signature :  
l_int32 lheapSwapDown(L_HEAP*)native declaration : allheaders.h:1966  | 
int | 
Leptonica.lheapSwapDown(L_Heap lh)
Original signature :  
l_int32 lheapSwapDown(L_HEAP*)native declaration : allheaders.h:1966  | 
static int | 
Leptonica1.lheapSwapUp(L_Heap lh,
           int index)
Original signature :
  
l_int32 lheapSwapUp(L_HEAP*, l_int32)native declaration : allheaders.h:1964  | 
int | 
Leptonica.lheapSwapUp(L_Heap lh,
           int index)
Original signature :
  
l_int32 lheapSwapUp(L_HEAP*, l_int32)native declaration : allheaders.h:1964  | 
Copyright © 2017. All Rights Reserved.