Class cv::ocl::Queue#

Collaboration diagram for cv::ocl::Queue:

Friends#

Return

Name

Description

struct

Impl

Constructor & Destructor Documentation#

Queue()#

cv::ocl::Queue::Queue()

Queue()#

cv::ocl::Queue::Queue(
const Context & c,
const Device & d = Device() )

Queue()#

cv::ocl::Queue::Queue(const Queue & q)

Queue()#

cv::ocl::Queue::Queue(Queue && q)

~Queue()#

cv::ocl::Queue::~Queue()

Member Function Documentation#

create()#

bool cv::ocl::Queue::create(
const Context & c = Context(),
const Device & d = Device() )

empty()#

bool cv::ocl::Queue::empty()

finish()#

void cv::ocl::Queue::finish()

getImpl()#

Impl * cv::ocl::Queue::getImpl()

getProfilingQueue()#

const Queue & cv::ocl::Queue::getProfilingQueue()

Returns OpenCL command queue with enable profiling mode support.

operator=()#

Queue & cv::ocl::Queue::operator=(const Queue & q)

operator=()#

Queue & cv::ocl::Queue::operator=(Queue && q)

ptr()#

void * cv::ocl::Queue::ptr()

getDefault()#

static Queue & cv::ocl::Queue::getDefault()

Member Data Documentation#

p#

Impl * cv::ocl::Queue::p

Source file#

The documentation for this class was generated from the following file: