OpenCV  2.4.13
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

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

Member Data Documentation

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

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