Loading...
Searching...
No Matches
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
Friends |
List of all members
cv::ocl::Queue Class Reference
#include <opencv2/core/ocl.hpp>
Public Member Functions | |
Queue () CV_NOEXCEPT | |
Queue (const Context &c, const Device &d=Device()) | |
Queue (const Queue &q) | |
Queue (Queue &&q) CV_NOEXCEPT | |
~Queue () | |
bool | create (const Context &c=Context(), const Device &d=Device()) |
bool | empty () const |
void | finish () |
Impl * | getImpl () const |
const Queue & | getProfilingQueue () const |
Returns OpenCL command queue with enable profiling mode support. | |
Queue & | operator= (const Queue &q) |
Queue & | operator= (Queue &&q) CV_NOEXCEPT |
void * | ptr () const |
Static Public Member Functions | |
static Queue & | getDefault () |
Protected Attributes | |
Impl * | p |
Friends | |
struct | Impl |
Constructor & Destructor Documentation
◆ Queue() [1/4]
cv::ocl::Queue::Queue | ( | ) |
◆ Queue() [2/4]
◆ ~Queue()
cv::ocl::Queue::~Queue | ( | ) |
◆ Queue() [3/4]
cv::ocl::Queue::Queue | ( | const Queue & | q | ) |
◆ Queue() [4/4]
cv::ocl::Queue::Queue | ( | Queue && | q | ) |
Member Function Documentation
◆ create()
◆ empty()
|
inline |
◆ finish()
void cv::ocl::Queue::finish | ( | ) |
◆ getDefault()
|
static |
◆ getImpl()
|
inline |
◆ getProfilingQueue()
const Queue & cv::ocl::Queue::getProfilingQueue | ( | ) | const |
Returns OpenCL command queue with enable profiling mode support.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ptr()
void * cv::ocl::Queue::ptr | ( | ) | const |
Friends And Related Function Documentation
◆ Impl
|
friend |
Member Data Documentation
◆ p
|
protected |
The documentation for this class was generated from the following file:
- opencv2/core/ocl.hpp