OpenCV
3.0.0
Open Source Computer Vision
|
#include "ocl.hpp"
Public Member Functions | |
Queue () | |
Queue (const Context &c, const Device &d=Device()) | |
Queue (const Queue &q) | |
~Queue () | |
bool | create (const Context &c=Context(), const Device &d=Device()) |
void | finish () |
Queue & | operator= (const Queue &q) |
void * | ptr () const |
Static Public Member Functions | |
static Queue & | getDefault () |
Protected Attributes | |
Impl * | p |
cv::ocl::Queue::Queue | ( | ) |
cv::ocl::Queue::~Queue | ( | ) |
cv::ocl::Queue::Queue | ( | const Queue & | q | ) |
void cv::ocl::Queue::finish | ( | ) |
|
static |
void* cv::ocl::Queue::ptr | ( | ) | const |
|
protected |