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

Class interface for cl_sampler. More...

#include <cl.hpp>

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

Public Member Functions

template<typename T >
cl_int getInfo (cl_sampler_info name, T *param) const
 Wrapper for clGetSamplerInfo(). More...
 
template<cl_int name>
detail::param_traits< detail::cl_sampler_info, name >::param_type getInfo (cl_int *err=NULL) const
 Wrapper for clGetSamplerInfo() that returns by value. More...
 
Sampleroperator= (const cl_sampler &rhs)
 Assignment operator from cl_sampler - takes ownership. More...
 
Sampleroperator= (const Sampler &sam)
 Copy assignment to forward copy to the superclass correctly. Required for MSVC. More...
 
 Sampler ()
 Default constructor - initializes to NULL. More...
 
 Sampler (const Context &context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *err=NULL)
 Constructs a Sampler in a specified context. More...
 
__CL_EXPLICIT_CONSTRUCTORS Sampler (const cl_sampler &sampler)
 Constructor from cl_sampler - takes ownership. More...
 
 Sampler (const Sampler &sam)
 Copy constructor to forward copy to the superclass correctly. Required for MSVC. More...
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_sampler >
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 ()
 

Additional Inherited Members

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

Detailed Description

Class interface for cl_sampler.

Note
Copies of these objects are shallow, meaning that the copy will refer to the same underlying cl_sampler as the original. For details, see clRetainSampler() and clReleaseSampler().
See also
cl_sampler

Definition at line 4627 of file cl.hpp.

Constructor & Destructor Documentation

cl::Sampler::Sampler ( )
inline

Default constructor - initializes to NULL.

Definition at line 4631 of file cl.hpp.

cl::Sampler::Sampler ( const Context context,
cl_bool  normalized_coords,
cl_addressing_mode  addressing_mode,
cl_filter_mode  filter_mode,
cl_int *  err = NULL 
)
inline

Constructs a Sampler in a specified context.

Wraps clCreateSampler().

Definition at line 4637 of file cl.hpp.

__CL_EXPLICIT_CONSTRUCTORS cl::Sampler::Sampler ( const cl_sampler &  sampler)
inline

Constructor from cl_sampler - takes ownership.

This effectively transfers ownership of a refcount on the cl_sampler into the new Sampler object.

Definition at line 4663 of file cl.hpp.

cl::Sampler::Sampler ( const Sampler sam)
inline

Copy constructor to forward copy to the superclass correctly. Required for MSVC.

Definition at line 4679 of file cl.hpp.

Member Function Documentation

template<typename T >
cl_int cl::Sampler::getInfo ( cl_sampler_info  name,
T *  param 
) const
inline

Wrapper for clGetSamplerInfo().

Definition at line 4708 of file cl.hpp.

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

Wrapper for clGetSamplerInfo() that returns by value.

Definition at line 4718 of file cl.hpp.

Sampler& cl::Sampler::operator= ( const cl_sampler &  rhs)
inline

Assignment operator from cl_sampler - takes ownership.

This effectively transfers ownership of a refcount on the rhs and calls clReleaseSampler() on the value previously held by this instance.

Definition at line 4670 of file cl.hpp.

Sampler& cl::Sampler::operator= ( const Sampler sam)
inline

Copy assignment to forward copy to the superclass correctly. Required for MSVC.

Definition at line 4684 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