Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Protected Member Functions | List of all members
cl::Image Class Reference

Base class interface for all images. More...

#include <cl.hpp>

Inheritance diagram for cl::Image:
[legend]
Collaboration diagram for cl::Image:
[legend]

Public Member Functions

template<typename T >
cl_int getImageInfo (cl_image_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_image_info, name >::param_type getImageInfo (cl_int *err=NULL) const
 
template<typename T >
cl_int getImageInfo (cl_image_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_image_info, name >::param_type getImageInfo (cl_int *err=NULL) const
 
- Public Member Functions inherited from cl::Memory
 Memory ()
 
 Memory (const Memory &memory)
 
Memoryoperator= (const Memory &rhs)
 
template<typename T >
cl_int getInfo (cl_mem_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_mem_info, name >::param_type getInfo (cl_int *err=NULL) const
 
 Memory ()
 
 Memory (const Memory &memory)
 
Memoryoperator= (const Memory &rhs)
 
template<typename T >
cl_int getInfo (cl_mem_info name, T *param) const
 
template<cl_int name>
detail::param_traits< detail::cl_mem_info, name >::param_type getInfo (cl_int *err=NULL) const
 
- Public Member Functions inherited from cl::detail::Wrapper< cl_mem >
 Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 Wrapper ()
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 ~Wrapper ()
 
 ~Wrapper ()
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
cl_type operator() () const
 
cl_typeoperator() ()
 
cl_type operator() () const
 
cl_typeoperator() ()
 

Protected Member Functions

 Image ()
 
 Image (const Image &image)
 
Imageoperator= (const Image &rhs)
 
 Image ()
 
 Image (const Image &image)
 
Imageoperator= (const Image &rhs)
 
- Protected Member Functions inherited from cl::detail::Wrapper< cl_mem >
cl_int retain () const
 
cl_int retain () const
 
cl_int release () const
 
cl_int release () const
 

Additional Inherited Members

- Public Types inherited from cl::detail::Wrapper< cl_mem >
typedef cl_mem cl_type
 
typedef cl_mem cl_type
 
- Protected Attributes inherited from cl::detail::Wrapper< cl_mem >
cl_type object_
 

Detailed Description

Base class interface for all images.

Definition at line 1946 of file cl.hpp.

Constructor & Destructor Documentation

cl::Image::Image ( )
inlineprotected

Definition at line 1949 of file cl.hpp.

cl::Image::Image ( const Image image)
inlineprotected

Definition at line 1951 of file cl.hpp.

cl::Image::Image ( )
inlineprotected

Definition at line 1949 of file cl.hpp.

cl::Image::Image ( const Image image)
inlineprotected

Definition at line 1951 of file cl.hpp.

Member Function Documentation

template<typename T >
cl_int cl::Image::getImageInfo ( cl_image_info  name,
T param 
) const
inline

Definition at line 1962 of file cl.hpp.

Here is the call graph for this function:

template<typename T >
cl_int cl::Image::getImageInfo ( cl_image_info  name,
T param 
) const
inline

Definition at line 1962 of file cl.hpp.

Here is the call graph for this function:

template<cl_int name>
detail::param_traits<detail::cl_image_info, name>::param_type cl::Image::getImageInfo ( cl_int *  err = NULL) const
inline

Definition at line 1971 of file cl.hpp.

template<cl_int name>
detail::param_traits<detail::cl_image_info, name>::param_type cl::Image::getImageInfo ( cl_int *  err = NULL) const
inline

Definition at line 1971 of file cl.hpp.

Image& cl::Image::operator= ( const Image rhs)
inlineprotected

Definition at line 1953 of file cl.hpp.

Here is the call graph for this function:

Image& cl::Image::operator= ( const Image rhs)
inlineprotected

Definition at line 1953 of file cl.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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