@Name(value="L_DnaHash")
public static class lept.L_DNAHASH
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_DNAHASH()
Default native constructor.
|
L_DNAHASH(long size)
Native array allocator.
|
L_DNAHASH(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
dna() |
lept.L_DNA |
dna(int i)
array of L_Dna
|
lept.L_DNAHASH |
dna(int i,
lept.L_DNA dna) |
lept.L_DNAHASH |
dna(org.bytedeco.javacpp.PointerPointer dna) |
int |
initsize()
initial size of each dna that is made
|
lept.L_DNAHASH |
initsize(int initsize) |
int |
nbuckets() |
lept.L_DNAHASH |
nbuckets(int nbuckets) |
lept.L_DNAHASH |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_DNAHASH()
public L_DNAHASH(long size)
Pointer.position(long).public L_DNAHASH(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_DNAHASH position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nbuckets()
public lept.L_DNAHASH nbuckets(int nbuckets)
@Cast(value="l_int32") public int initsize()
public lept.L_DNAHASH initsize(int initsize)
public lept.L_DNA dna(int i)
public lept.L_DNAHASH dna(int i, lept.L_DNA dna)
@Cast(value="L_Dna**") public org.bytedeco.javacpp.PointerPointer dna()
public lept.L_DNAHASH dna(org.bytedeco.javacpp.PointerPointer dna)
Copyright © 2018. All rights reserved.