OpenCV  2.4.13.2
Open Source Computer Vision
cv::ocl::PlatformInfo Struct Reference

#include <ocl.hpp>

Public Member Functions

 PlatformInfo ()
 
 ~PlatformInfo ()
 

Public Attributes

int _id
 
std::string platformProfile
 
std::string platformVersion
 
std::string platformName
 
std::string platformVendor
 
std::string platformExtensons
 
int platformVersionMajor
 
int platformVersionMinor
 
std::vector< const DeviceInfo * > devices
 

Constructor & Destructor Documentation

§ PlatformInfo()

cv::ocl::PlatformInfo::PlatformInfo ( )

§ ~PlatformInfo()

cv::ocl::PlatformInfo::~PlatformInfo ( )

Member Data Documentation

§ _id

int cv::ocl::PlatformInfo::_id

§ devices

std::vector<const DeviceInfo*> cv::ocl::PlatformInfo::devices

§ platformExtensons

std::string cv::ocl::PlatformInfo::platformExtensons

§ platformName

std::string cv::ocl::PlatformInfo::platformName

§ platformProfile

std::string cv::ocl::PlatformInfo::platformProfile

§ platformVendor

std::string cv::ocl::PlatformInfo::platformVendor

§ platformVersion

std::string cv::ocl::PlatformInfo::platformVersion

§ platformVersionMajor

int cv::ocl::PlatformInfo::platformVersionMajor

§ platformVersionMinor

int cv::ocl::PlatformInfo::platformVersionMinor

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