@Name(value="FPix") @Properties(inherit=leptonica.class) public class FPIX extends AbstractFPIX
AbstractFPIX.DestroyDeallocator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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
|
FPIX |
data(FloatPointer setter) |
FPIX |
getPointer(long i) |
int |
h()
height in pixels
|
FPIX |
h(int setter) |
FPIX |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
FPIX |
refcount(int setter) |
int |
w()
width in pixels
|
FPIX |
w(int setter) |
int |
wpl()
32-bit words/line
|
FPIX |
wpl(int setter) |
int |
xres()
(use 0 if unknown)
|
FPIX |
xres(int setter) |
int |
yres()
(use 0 if unknown)
|
FPIX |
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 FPIX()
public FPIX(long size)
Pointer.position(long)
.public FPIX(Pointer p)
Pointer(Pointer)
.public FPIX getPointer(long i)
getPointer
in class Pointer
public FPIX w(int setter)
public FPIX h(int setter)
public FPIX wpl(int setter)
public FPIX refcount(int setter)
public FPIX xres(int setter)
public FPIX yres(int setter)
@Cast(value="l_float32*") public FloatPointer data()
public FPIX data(FloatPointer setter)
Copyright © 2024. All rights reserved.