@Properties(inherit=opencv_core.class) public abstract class AbstractArray extends Pointer implements Indexable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AbstractArray(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
arrayChannels() |
abstract BytePointer |
arrayData() |
abstract int |
arrayDepth() |
abstract int |
arrayHeight() |
abstract int |
arrayOrigin() |
abstract void |
arrayOrigin(int origin) |
abstract IplROI |
arrayROI() |
abstract long |
arraySize() |
abstract long |
arrayStep() |
abstract int |
arrayWidth() |
<B extends Buffer> |
createBuffer() |
<B extends Buffer> |
createBuffer(int index) |
<I extends Indexer> |
createIndexer() |
<I extends Indexer> |
createIndexer(boolean direct) |
CvSize |
cvSize() |
ByteBuffer |
getByteBuffer()
Deprecated.
|
ByteBuffer |
getByteBuffer(int index)
Deprecated.
|
DoubleBuffer |
getDoubleBuffer()
Deprecated.
|
DoubleBuffer |
getDoubleBuffer(int index)
Deprecated.
|
FloatBuffer |
getFloatBuffer()
Deprecated.
|
FloatBuffer |
getFloatBuffer(int index)
Deprecated.
|
IntBuffer |
getIntBuffer()
Deprecated.
|
IntBuffer |
getIntBuffer(int index)
Deprecated.
|
ShortBuffer |
getShortBuffer()
Deprecated.
|
ShortBuffer |
getShortBuffer(int index)
Deprecated.
|
double |
highValue() |
String |
toString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AbstractArray(Pointer p)
public abstract int arrayChannels()
public abstract int arrayDepth()
public abstract int arrayOrigin()
public abstract void arrayOrigin(int origin)
public abstract int arrayWidth()
public abstract int arrayHeight()
public abstract IplROI arrayROI()
public abstract long arraySize()
public abstract BytePointer arrayData()
public abstract long arrayStep()
public <B extends Buffer> B createBuffer()
createBuffer(0)public <B extends Buffer> B createBuffer(int index)
arrayData() wrapped in a Buffer of appropriate type starting at given indexpublic <I extends Indexer> I createIndexer()
createIndexer(true)public <I extends Indexer> I createIndexer(boolean direct)
createIndexer in interface Indexablepublic double highValue()
public CvSize cvSize()
@Deprecated public ByteBuffer getByteBuffer(int index)
createBuffer(int)@Deprecated public ShortBuffer getShortBuffer(int index)
createBuffer(int)@Deprecated public IntBuffer getIntBuffer(int index)
createBuffer(int)@Deprecated public FloatBuffer getFloatBuffer(int index)
createBuffer(int)@Deprecated public DoubleBuffer getDoubleBuffer(int index)
createBuffer(int)@Deprecated public ByteBuffer getByteBuffer()
createBuffer()@Deprecated public ShortBuffer getShortBuffer()
createBuffer()@Deprecated public IntBuffer getIntBuffer()
createBuffer()@Deprecated public FloatBuffer getFloatBuffer()
createBuffer()@Deprecated public DoubleBuffer getDoubleBuffer()
createBuffer()Copyright © 2020. All rights reserved.