@Name(value="DPix") @Properties(inherit=leptonica.class) public class DPIX extends AbstractDPIX
AbstractDPIX.DestroyDeallocator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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
|
DPIX |
data(DoublePointer setter) |
DPIX |
getPointer(long i) |
int |
h()
height in pixels
|
DPIX |
h(int setter) |
DPIX |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
DPIX |
refcount(int setter) |
int |
w()
width in pixels
|
DPIX |
w(int setter) |
int |
wpl()
32-bit words/line
|
DPIX |
wpl(int setter) |
int |
xres()
(use 0 if unknown)
|
DPIX |
xres(int setter) |
int |
yres()
(use 0 if unknown)
|
DPIX |
yres(int setter) |
clone, create, createBuffer, createBuffer, createIndexer, createIndexer, createTemplate, destroy
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public DPIX()
public DPIX(long size)
Pointer.position(long)
.public DPIX(Pointer p)
Pointer(Pointer)
.public DPIX getPointer(long i)
getPointer
in class Pointer
public DPIX w(int setter)
public DPIX h(int setter)
public DPIX wpl(int setter)
public DPIX refcount(int setter)
public DPIX xres(int setter)
public DPIX yres(int setter)
@Cast(value="l_float64*") public DoublePointer data()
public DPIX data(DoublePointer setter)
Copyright © 2022. All rights reserved.