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

#include <opencv2/core/ocl.hpp>

Public Member Functions

 Platform ()
 
 Platform (const Platform &p)
 
 ~Platform ()
 
bool empty () const
 
Impl * getImpl () const
 
Platformoperator= (const Platform &p)
 
void * ptr () const
 

Static Public Member Functions

static PlatformgetDefault ()
 

Protected Attributes

Impl * p
 

Detailed Description

Deprecated:

Constructor & Destructor Documentation

◆ Platform() [1/2]

cv::ocl::Platform::Platform ( )

◆ ~Platform()

cv::ocl::Platform::~Platform ( )

◆ Platform() [2/2]

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

Member Function Documentation

◆ empty()

bool cv::ocl::Platform::empty ( ) const
inline

◆ getDefault()

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

◆ getImpl()

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

◆ operator=()

Platform& cv::ocl::Platform::operator= ( const Platform p)

◆ ptr()

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

Member Data Documentation

◆ p

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

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