#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 |
cv::ocl::PlatformInfo::PlatformInfo | ( | ) |
cv::ocl::PlatformInfo::~PlatformInfo | ( | ) |
int cv::ocl::PlatformInfo::_id |
std::string cv::ocl::PlatformInfo::platformProfile |
std::string cv::ocl::PlatformInfo::platformVersion |
std::string cv::ocl::PlatformInfo::platformName |
std::string cv::ocl::PlatformInfo::platformVendor |
std::string cv::ocl::PlatformInfo::platformExtensons |
int cv::ocl::PlatformInfo::platformVersionMajor |
int cv::ocl::PlatformInfo::platformVersionMinor |
std::vector<const DeviceInfo*> cv::ocl::PlatformInfo::devices |