@Properties(inherit=opencv_core.class) @Name(value="CvArr*") public class CvArrArray extends PointerPointer<CvArr>
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvArrArray(CvArr... array) |
CvArrArray(long size) |
CvArrArray(Pointer p) |
Modifier and Type | Method and Description |
---|---|
CvArr |
get() |
CvArrArray |
position(long position) |
CvArrArray |
put(CvArr... array) |
CvArrArray |
put(CvArr p) |
capacity, get, get, get, getString, getString, getString, limit, put, put, put, put, put, put, put, put, put, putString, putString, putString
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvArrArray(CvArr... array)
public CvArrArray(long size)
public CvArrArray(Pointer p)
public CvArrArray position(long position)
position
in class PointerPointer<CvArr>
public CvArrArray put(CvArr... array)
put
in class PointerPointer<CvArr>
public CvArr get()
get
in class PointerPointer<CvArr>
public CvArrArray put(CvArr p)
Copyright © 2020. All rights reserved.