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