OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
cv::ocl::Platform Class Reference

#include <opencv2/core/ocl.hpp>

Collaboration diagram for cv::ocl::Platform:

Public Member Functions

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

Static Public Member Functions

static PlatformgetDefault ()
 

Protected Attributes

Impl * p
 

Detailed Description

Deprecated:

Constructor & Destructor Documentation

◆ Platform() [1/3]

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

◆ ~Platform()

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

◆ Platform() [2/3]

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

◆ Platform() [3/3]

cv::ocl::Platform::Platform ( 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=() [1/2]

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

◆ operator=() [2/2]

Platform & cv::ocl::Platform::operator= ( 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: