Uses of Class
net.sourceforge.lept4j.L_Queue
| Package | Description |
|---|---|
| net.sourceforge.lept4j |
-
Uses of L_Queue in net.sourceforge.lept4j
Subclasses of L_Queue in net.sourceforge.lept4j Modifier and Type Class Description static classL_Queue.ByReferencestatic classL_Queue.ByValueMethods in net.sourceforge.lept4j that return L_Queue Modifier and Type Method Description static L_QueueLeptonica1. lqueueCreate(int nalloc)Original signature :L_QUEUE* lqueueCreate(l_int32)Methods in net.sourceforge.lept4j with parameters of type L_Queue Modifier and Type Method Description static intLeptonica1. lqueueAdd(L_Queue lq, com.sun.jna.Pointer item)Original signature :l_ok lqueueAdd(L_QUEUE*, void*)static intLeptonica1. lqueueGetCount(L_Queue lq)Original signature :l_int32 lqueueGetCount(L_QUEUE*)static intLeptonica1. lqueuePrint(ILeptonica.FILE fp, L_Queue lq)Original signature :l_ok lqueuePrint(FILE*, L_QUEUE*)static com.sun.jna.PointerLeptonica1. lqueueRemove(L_Queue lq)Original signature :void* lqueueRemove(L_QUEUE*)