@Namespace(value="cv::ocl")
@NoOffset
public static class opencv_core.Queue
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Queue() |
Queue(long size)
Native array allocator.
|
Queue(opencv_core.Context c) |
Queue(opencv_core.Context c,
opencv_core.Device d) |
Queue(opencv_core.Queue q) |
Queue(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
create() |
boolean |
create(opencv_core.Context c,
opencv_core.Device d) |
void |
finish() |
static opencv_core.Queue |
getDefault() |
org.bytedeco.javacpp.Pointer |
getImpl() |
opencv_core.Queue |
getProfilingQueue()
\brief Returns OpenCL command queue with enable profiling mode support
|
opencv_core.Queue |
position(long position) |
org.bytedeco.javacpp.Pointer |
ptr() |
opencv_core.Queue |
put(opencv_core.Queue q) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Queue(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Queue(long size)
Pointer.position(long).public Queue()
public Queue(@Const @ByRef
opencv_core.Context c,
@Const @ByRef(nullValue="cv::ocl::Device()")
opencv_core.Device d)
public Queue(@Const @ByRef
opencv_core.Context c)
public Queue(@Const @ByRef
opencv_core.Queue q)
public opencv_core.Queue position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator =") public opencv_core.Queue put(@Const @ByRef opencv_core.Queue q)
@Cast(value="bool")
public boolean create(@Const @ByRef(nullValue="cv::ocl::Context()")
opencv_core.Context c,
@Const @ByRef(nullValue="cv::ocl::Device()")
opencv_core.Device d)
@Cast(value="bool") public boolean create()
public void finish()
public org.bytedeco.javacpp.Pointer ptr()
@ByRef public static opencv_core.Queue getDefault()
@Const @ByRef public opencv_core.Queue getProfilingQueue()
@Cast(value="cv::ocl::Queue::Impl*") public org.bytedeco.javacpp.Pointer getImpl()
Copyright © 2018. All rights reserved.