@Name(value="Sel") @Properties(inherit=lept.class) public class SEL extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SEL()
Default native constructor.
|
SEL(long size)
Native array allocator.
|
SEL(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cx()
x location of sel origin
|
SEL |
cx(int setter) |
int |
cy()
y location of sel origin
|
SEL |
cy(int setter) |
PointerPointer |
data() |
IntPointer |
data(int i)
{0,1,2}; data[i][j] in [row][col] order
|
SEL |
data(int i,
IntPointer setter) |
SEL |
data(PointerPointer setter) |
BytePointer |
name()
used to find sel by name
|
SEL |
name(BytePointer setter) |
SEL |
position(long position) |
int |
sx()
sel width
|
SEL |
sx(int setter) |
int |
sy()
sel height
|
SEL |
sy(int setter) |
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 SEL()
public SEL(long size)
Pointer.position(long).public SEL(Pointer p)
Pointer.Pointer(Pointer).public SEL sy(int setter)
public SEL sx(int setter)
public SEL cy(int setter)
public SEL cx(int setter)
@Cast(value="l_int32*") public IntPointer data(int i)
public SEL data(int i, IntPointer setter)
@Cast(value="l_int32**") public PointerPointer data()
public SEL data(PointerPointer setter)
@Cast(value="char*") public BytePointer name()
public SEL name(BytePointer setter)
Copyright © 2019. All rights reserved.