OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
cv::ocl::Queue Class Reference

#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 ()
 
Queueoperator= (const Queue &q)
 
void * ptr () const
 

Static Public Member Functions

static QueuegetDefault ()
 

Protected Attributes

Impl * p
 

Constructor & Destructor Documentation

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

Member Function Documentation

bool cv::ocl::Queue::create ( const Context c = Context(),
const Device d = Device() 
)
void cv::ocl::Queue::finish ( )
static Queue& cv::ocl::Queue::getDefault ( )
static
Queue& cv::ocl::Queue::operator= ( const Queue q)
void* cv::ocl::Queue::ptr ( ) const

Member Data Documentation

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

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