OpenCV  4.3.0
Open Source Computer Vision
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 ()
 
 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 ()
 
ImplgetImpl () const
 
const QueuegetProfilingQueue () const
 Returns OpenCL command queue with enable profiling mode support. More...
 
Queueoperator= (const Queue &q)
 
void * ptr () const
 

Static Public Member Functions

static QueuegetDefault ()
 

Protected Attributes

Implp
 

Friends

struct Impl
 

Constructor & Destructor Documentation

◆ Queue() [1/3]

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

◆ Queue() [2/3]

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

◆ ~Queue()

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

◆ Queue() [3/3]

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

Member Function Documentation

◆ create()

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

◆ finish()

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

◆ getDefault()

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

◆ getImpl()

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

◆ getProfilingQueue()

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

Returns OpenCL command queue with enable profiling mode support.

◆ operator=()

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

◆ ptr()

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

Friends And Related Function Documentation

◆ Impl

friend struct Impl
friend

Member Data Documentation

◆ p

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

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