OpenCV 4.13.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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

Constructor & Destructor Documentation

◆ Platform() [1/3]

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

◆ ~Platform()

cv::ocl::Platform::~Platform ( )
Here is the call graph for this function:

◆ Platform() [2/3]

cv::ocl::Platform::Platform ( const Platform & p)
Here is the call graph for this function:

◆ Platform() [3/3]

cv::ocl::Platform::Platform ( Platform && p)
Here is the call graph for this function:

Member Function Documentation

◆ empty()

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

◆ getDefault()

Platform & cv::ocl::Platform::getDefault ( )
static
Deprecated
Here is the call graph for this function:

◆ getImpl()

Impl * cv::ocl::Platform::getImpl ( ) const
inline
Here is the call graph for this function:

◆ operator=() [1/2]

Platform & cv::ocl::Platform::operator= ( const Platform & p)
Here is the call graph for this function:

◆ operator=() [2/2]

Platform & cv::ocl::Platform::operator= ( Platform && p)
Here is the call graph for this function:

◆ ptr()

void * cv::ocl::Platform::ptr ( ) const
Here is the call graph for this function:

Member Data Documentation

◆ p

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

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