OpenCV453
|
公開メンバ関数 | |
Queue (const Context &c, const Device &d=Device()) | |
Queue (const Queue &q) | |
Queue & | operator= (const Queue &q) |
Queue (Queue &&q) CV_NOEXCEPT | |
Queue & | operator= (Queue &&q) CV_NOEXCEPT |
bool | create (const Context &c=Context(), const Device &d=Device()) |
void | finish () |
void * | ptr () const |
const Queue & | getProfilingQueue () const |
Returns OpenCL command queue with enable profiling mode support | |
Impl * | getImpl () const |
bool | empty () const |
静的公開メンバ関数 | |
static Queue & | getDefault () |
限定公開変数類 | |
Impl * | p |
フレンド | |
struct | Impl |