public abstract static class lept.AbstractFPIX
extends org.bytedeco.javacpp.Pointer
implements org.bytedeco.javacpp.indexer.Indexable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
lept.AbstractFPIX.DestroyDeallocator |
| Constructor and Description |
|---|
AbstractFPIX(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
lept.FPIX |
clone()
Calls fpixClone(), and registers a deallocator.
|
static lept.FPIX |
create(int width,
int height)
Calls fpixCreate(), and registers a deallocator.
|
FloatBuffer |
createBuffer() |
FloatBuffer |
createBuffer(int index) |
org.bytedeco.javacpp.indexer.FloatIndexer |
createIndexer() |
org.bytedeco.javacpp.indexer.FloatIndexer |
createIndexer(boolean direct) |
static lept.FPIX |
createTemplate(lept.FPIX fpixs)
Calls fpixCreateTemplate(), and registers a deallocator.
|
void |
destroy()
Calls the deallocator, if registered, otherwise has no effect.
|
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static lept.FPIX create(int width, int height)
public static lept.FPIX createTemplate(lept.FPIX fpixs)
public lept.FPIX clone()
public FloatBuffer createBuffer()
createBuffer(0)public FloatBuffer createBuffer(int index)
lept.FPIX.data() wrapped in a FloatBuffer starting at given byte index.public org.bytedeco.javacpp.indexer.FloatIndexer createIndexer()
createIndexer(true)public org.bytedeco.javacpp.indexer.FloatIndexer createIndexer(boolean direct)
createIndexer in interface org.bytedeco.javacpp.indexer.Indexablepublic void destroy()
Copyright © 2018. All rights reserved.