Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_SUDOKU |
L_SUDOKU.current(int setter) |
L_SUDOKU |
L_SUDOKU.failure(int setter) |
L_SUDOKU |
L_SUDOKU.finished(int setter) |
L_SUDOKU |
L_SUDOKU.getPointer(long i) |
L_SUDOKU |
L_SUDOKU.init(IntPointer setter) |
L_SUDOKU |
L_SUDOKU.locs(IntPointer setter) |
L_SUDOKU |
L_SUDOKU.nguess(int setter) |
L_SUDOKU |
L_SUDOKU.num(int setter) |
L_SUDOKU |
L_SUDOKU.position(long position) |
L_SUDOKU |
L_SUDOKU.state(IntPointer setter) |
Modifier and Type | Method and Description |
---|---|
static L_SUDOKU |
leptonica.sudokuCreate(int[] array) |
static L_SUDOKU |
leptonica.sudokuCreate(IntBuffer array) |
static L_SUDOKU |
leptonica.sudokuCreate(IntPointer array) |
static L_SUDOKU |
leptonica.sudokuGenerate(int[] array,
int seed,
int minelems,
int maxtries) |
static L_SUDOKU |
leptonica.sudokuGenerate(IntBuffer array,
int seed,
int minelems,
int maxtries) |
static L_SUDOKU |
leptonica.sudokuGenerate(IntPointer array,
int seed,
int minelems,
int maxtries) |
Modifier and Type | Method and Description |
---|---|
static void |
leptonica.sudokuDestroy(L_SUDOKU psud) |
static int |
leptonica.sudokuOutput(L_SUDOKU sud,
int arraytype) |
static int |
leptonica.sudokuSolve(L_SUDOKU sud) |
Copyright © 2024. All rights reserved.