cl::Sampler Class Reference

Sampler interface for cl_sampler. More...

#include <cl.hpp>

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

List of all members.

Public Member Functions

 Sampler ()
 Sampler (const Context &context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *err=NULL)
 Sampler (const Sampler &sampler)
Sampleroperator= (const Sampler &rhs)
template<typename T >
cl_int getInfo (cl_sampler_info name, T *param) const
template<cl_int name>
detail::param_traits
< detail::cl_sampler_info,
name >::param_type 
getInfo (cl_int *err=NULL) const

Detailed Description

Sampler interface for cl_sampler.


Constructor & Destructor Documentation

cl::Sampler::Sampler (  )  [inline]
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]
cl::Sampler::Sampler ( const Sampler sampler  )  [inline]

Member Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

Sampler& cl::Sampler::operator= ( const Sampler rhs  )  [inline]

Reimplemented from cl::detail::Wrapper< cl_sampler >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1