public abstract static class lept.AbstractDPIX
extends org.bytedeco.javacpp.Pointer
implements org.bytedeco.javacpp.indexer.Indexable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
lept.AbstractDPIX.DestroyDeallocator |
| Constructor and Description |
|---|
AbstractDPIX(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
lept.DPIX |
clone()
Calls dpixClone(), and registers a deallocator.
|
static lept.DPIX |
create(int width,
int height)
Calls dpixCreate(), and registers a deallocator.
|
DoubleBuffer |
createBuffer() |
DoubleBuffer |
createBuffer(int index) |
org.bytedeco.javacpp.indexer.DoubleIndexer |
createIndexer() |
org.bytedeco.javacpp.indexer.DoubleIndexer |
createIndexer(boolean direct) |
static lept.DPIX |
createTemplate(lept.DPIX dpixs)
Calls dpixCreateTemplate(), 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.DPIX create(int width, int height)
public static lept.DPIX createTemplate(lept.DPIX dpixs)
public lept.DPIX clone()
public DoubleBuffer createBuffer()
createBuffer(0)public DoubleBuffer createBuffer(int index)
lept.DPIX.data() wrapped in a DoubleBuffer starting at given byte index.public org.bytedeco.javacpp.indexer.DoubleIndexer createIndexer()
createIndexer(true)public org.bytedeco.javacpp.indexer.DoubleIndexer createIndexer(boolean direct)
createIndexer in interface org.bytedeco.javacpp.indexer.Indexablepublic void destroy()
Copyright © 2018. All rights reserved.