@Namespace(value="cv::ocl") @NoOffset @Properties(inherit=opencv_core.class) public class Queue extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Queue() |
Queue(Context c) |
Queue(Context c,
Device d) |
Queue(long size)
Native array allocator.
|
Queue(Pointer p)
Pointer cast constructor.
|
Queue(Queue q) |
Modifier and Type | Method and Description |
---|---|
boolean |
create() |
boolean |
create(Context c,
Device d) |
boolean |
empty() |
void |
finish() |
static Queue |
getDefault() |
Pointer |
getImpl() |
Queue |
getPointer(long i) |
Queue |
getProfilingQueue()
\brief Returns OpenCL command queue with enable profiling mode support
|
Queue |
position(long position) |
Pointer |
ptr() |
Queue |
put(Queue q) |
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 Queue(Pointer p)
Pointer(Pointer)
.public Queue(long size)
Pointer.position(long)
.public Queue()
public Queue getPointer(long i)
getPointer
in class Pointer
@Cast(value="bool") public boolean create(@Const @ByRef(nullValue="cv::ocl::Context()") Context c, @Const @ByRef(nullValue="cv::ocl::Device()") Device d)
public void finish()
public Pointer ptr()
@Const @ByRef public Queue getProfilingQueue()
Copyright © 2024. All rights reserved.