OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
cv::ocl::PlatformInfo Class Reference

#include "ocl.hpp"

Public Member Functions

 PlatformInfo ()
 
 PlatformInfo (void *id)
 
 PlatformInfo (const PlatformInfo &i)
 
 ~PlatformInfo ()
 
int deviceNumber () const
 
void getDevice (Device &device, int d) const
 
String name () const
 
PlatformInfooperator= (const PlatformInfo &i)
 
String vendor () const
 
String version () const
 

Protected Attributes

Impl * p
 

Constructor & Destructor Documentation

cv::ocl::PlatformInfo::PlatformInfo ( )
cv::ocl::PlatformInfo::PlatformInfo ( void *  id)
explicit
cv::ocl::PlatformInfo::~PlatformInfo ( )
cv::ocl::PlatformInfo::PlatformInfo ( const PlatformInfo i)

Member Function Documentation

int cv::ocl::PlatformInfo::deviceNumber ( ) const
void cv::ocl::PlatformInfo::getDevice ( Device device,
int  d 
) const
String cv::ocl::PlatformInfo::name ( ) const
PlatformInfo& cv::ocl::PlatformInfo::operator= ( const PlatformInfo i)
String cv::ocl::PlatformInfo::vendor ( ) const
String cv::ocl::PlatformInfo::version ( ) const

Member Data Documentation

Impl* cv::ocl::PlatformInfo::p
protected

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