OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | Static Public Member Functions | Protected Attributes | Friends | List of all members
cv::ocl::Platform Class Reference

#include "ocl.hpp"

Public Member Functions

 Platform ()
 
 Platform (const Platform &p)
 
 ~Platform ()
 
Platformoperator= (const Platform &p)
 
void * ptr () const
 

Static Public Member Functions

static PlatformgetDefault ()
 

Protected Attributes

Impl * p
 

Friends

void initializeContextFromHandle (Context &ctx, void *platform, void *context, void *device)
 

Constructor & Destructor Documentation

cv::ocl::Platform::Platform ( )
cv::ocl::Platform::~Platform ( )
cv::ocl::Platform::Platform ( const Platform p)

Member Function Documentation

static Platform& cv::ocl::Platform::getDefault ( )
static
Platform& cv::ocl::Platform::operator= ( const Platform p)
void* cv::ocl::Platform::ptr ( ) const

Friends And Related Function Documentation

void initializeContextFromHandle ( Context ctx,
void *  platform,
void *  context,
void *  device 
)
friend

Member Data Documentation

Impl* cv::ocl::Platform::p
protected

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