Base class interface for all images. More...
#include <cl.hpp>
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 |
Protected Member Functions | |
Image () | |
Image (const Image &image) | |
Image & | operator= (const Image &rhs) |
Base class interface for all images.
cl::Image::Image | ( | ) | [inline, protected] |
cl::Image::Image | ( | const Image & | image | ) | [inline, protected] |
detail::param_traits<detail::cl_image_info, name>::param_type cl::Image::getImageInfo | ( | cl_int * | err = NULL |
) | const [inline] |
cl_int cl::Image::getImageInfo | ( | cl_image_info | name, | |
T * | param | |||
) | const [inline] |
Reimplemented from cl::Memory.
Reimplemented in cl::Image2D, cl::Image2DGL, cl::Image3D, and cl::Image3DGL.