Class cv::ocl::PlatformInfo#
#include <opencv2/core/ocl.hpp>Collaboration diagram for cv::ocl::PlatformInfo:
Constructor & Destructor Documentation#
PlatformInfo()#
cv::ocl::PlatformInfo::PlatformInfo()
PlatformInfo()#
cv::ocl::PlatformInfo::PlatformInfo(const PlatformInfo & i)
PlatformInfo()#
cv::ocl::PlatformInfo::PlatformInfo(PlatformInfo && i)
PlatformInfo()#
cv::ocl::PlatformInfo::PlatformInfo(void * id)
Parameters
id— pointer cl_platform_id (cl_platform_id*)
~PlatformInfo()#
cv::ocl::PlatformInfo::~PlatformInfo()
Member Function Documentation#
deviceNumber()#
int cv::ocl::PlatformInfo::deviceNumber()
empty()#
bool cv::ocl::PlatformInfo::empty()
getDevice()#
void cv::ocl::PlatformInfo::getDevice(
Device & device,
int d )
name()#
String cv::ocl::PlatformInfo::name()
operator=()#
PlatformInfo & cv::ocl::PlatformInfo::operator=(const PlatformInfo & i)
operator=()#
PlatformInfo & cv::ocl::PlatformInfo::operator=(PlatformInfo && i)
vendor()#
String cv::ocl::PlatformInfo::vendor()
version()#
String cv::ocl::PlatformInfo::version()
See CL_PLATFORM_VERSION.
versionMajor()#
int cv::ocl::PlatformInfo::versionMajor()
versionMinor()#
int cv::ocl::PlatformInfo::versionMinor()
Member Data Documentation#
p#
Impl * cv::ocl::PlatformInfo::p
Source file#
The documentation for this class was generated from the following file:
opencv2/core/ocl.hpp