Public Member Functions | Static Public Member Functions | List of all members
cl::Platform Class Reference

Class interface for cl_platform_id. More...

#include <cl.hpp>

Inheritance diagram for cl::Platform:
Inheritance graph
[legend]

Public Member Functions

cl_int getDevices (cl_device_type type, VECTOR_CLASS< Device > *devices) const
 Gets a list of devices for this platform. More...
 
cl_int getInfo (cl_platform_info name, STRING_CLASS *param) const
 Wrapper for clGetPlatformInfo(). More...
 
template<cl_int name>
detail::param_traits< detail::cl_platform_info, name >::param_type getInfo (cl_int *err=NULL) const
 Wrapper for clGetPlatformInfo() that returns by value. More...
 
Platformoperator= (const cl_platform_id &rhs)
 Assignment operator from cl_platform_id. More...
 
 Platform ()
 Default constructor - initializes to NULL. More...
 
__CL_EXPLICIT_CONSTRUCTORS Platform (const cl_platform_id &platform)
 Constructor from cl_platform_id. More...
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_platform_id >
cl_type operator() () const
 
cl_typeoperator() ()
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const cl_type &rhs)
 
 Wrapper ()
 
 Wrapper (const cl_type &obj)
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 ~Wrapper ()
 

Static Public Member Functions

static cl_int get (VECTOR_CLASS< Platform > *platforms)
 Gets a list of available platforms. More...
 
static cl_int get (Platform *platform)
 Gets the first available platform. More...
 
static Platform get (cl_int *errResult=NULL)
 Gets the first available platform, returning it by value. More...
 
static Platform getDefault (cl_int *errResult=NULL)
 

Additional Inherited Members

- Public Types inherited from cl::detail::Wrapper< cl_platform_id >
typedef cl_platform_id cl_type
 
- Protected Member Functions inherited from cl::detail::Wrapper< cl_platform_id >
cl_int release () const
 
cl_int retain () const
 
- Protected Attributes inherited from cl::detail::Wrapper< cl_platform_id >
cl_type object_
 

Detailed Description

Class interface for cl_platform_id.

Note
Copies of these objects are inexpensive, since they don't 'own' any underlying resources or data structures.
See also
cl_platform_id

Definition at line 2172 of file cl.hpp.

Constructor & Destructor Documentation

cl::Platform::Platform ( )
inline

Default constructor - initializes to NULL.

Definition at line 2176 of file cl.hpp.

__CL_EXPLICIT_CONSTRUCTORS cl::Platform::Platform ( const cl_platform_id &  platform)
inline

Constructor from cl_platform_id.

This simply copies the platform ID value, which is an inexpensive operation.

Definition at line 2182 of file cl.hpp.

Member Function Documentation

static cl_int cl::Platform::get ( VECTOR_CLASS< Platform > *  platforms)
inlinestatic

Gets a list of available platforms.

Wraps clGetPlatformIDs().

Definition at line 2324 of file cl.hpp.

static cl_int cl::Platform::get ( Platform platform)
inlinestatic

Gets the first available platform.

Wraps clGetPlatformIDs(), returning the first result.

Definition at line 2353 of file cl.hpp.

static Platform cl::Platform::get ( cl_int *  errResult = NULL)
inlinestatic

Gets the first available platform, returning it by value.

Wraps clGetPlatformIDs(), returning the first result.

Definition at line 2382 of file cl.hpp.

static Platform cl::Platform::getDefault ( cl_int *  errResult = NULL)
inlinestatic

Definition at line 2412 of file cl.hpp.

cl_int cl::Platform::getDevices ( cl_device_type  type,
VECTOR_CLASS< Device > *  devices 
) const
inline

Gets a list of devices for this platform.

Wraps clGetDeviceIDs().

Definition at line 2220 of file cl.hpp.

cl_int cl::Platform::getInfo ( cl_platform_info  name,
STRING_CLASS param 
) const
inline

Wrapper for clGetPlatformInfo().

Definition at line 2195 of file cl.hpp.

template<cl_int name>
detail::param_traits<detail::cl_platform_info, name>::param_type cl::Platform::getInfo ( cl_int *  err = NULL) const
inline

Wrapper for clGetPlatformInfo() that returns by value.

Definition at line 2205 of file cl.hpp.

Platform& cl::Platform::operator= ( const cl_platform_id &  rhs)
inline

Assignment operator from cl_platform_id.

This simply copies the platform ID value, which is an inexpensive operation.

Definition at line 2188 of file cl.hpp.


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


kinect2_registration
Author(s):
autogenerated on Wed Jan 3 2018 03:48:04