@Name(value="FPix") public static class lept.FPIX extends lept.AbstractFPIX
lept.AbstractFPIX.DestroyDeallocatorPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FPIX()
Default native constructor.
|
FPIX(long size)
Native array allocator.
|
FPIX(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
data()
the float image data
|
lept.FPIX |
data(FloatPointer data) |
int |
h()
height in pixels
|
lept.FPIX |
h(int h) |
lept.FPIX |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.FPIX |
refcount(int refcount) |
int |
w()
width in pixels
|
lept.FPIX |
w(int w) |
int |
wpl()
32-bit words/line
|
lept.FPIX |
wpl(int wpl) |
int |
xres()
(use 0 if unknown)
|
lept.FPIX |
xres(int xres) |
int |
yres()
(use 0 if unknown)
|
lept.FPIX |
yres(int yres) |
clone, create, createBuffer, createBuffer, createIndexer, createIndexer, createTemplate, destroyaddress, 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 FPIX()
public FPIX(long size)
Pointer.position(long).public FPIX(Pointer p)
Pointer.Pointer(Pointer).public lept.FPIX w(int w)
public lept.FPIX h(int h)
public lept.FPIX wpl(int wpl)
public lept.FPIX refcount(int refcount)
public lept.FPIX xres(int xres)
public lept.FPIX yres(int yres)
@Cast(value="l_float32*") public FloatPointer data()
public lept.FPIX data(FloatPointer data)
Copyright © 2019. All rights reserved.