Image interface for 3D images. More...
#include <cl.hpp>
Public Member Functions | |
Image3D (const Context &context, cl_mem_flags flags, ImageFormat format,::size_t width,::size_t height,::size_t depth,::size_t row_pitch=0,::size_t slice_pitch=0, void *host_ptr=NULL, cl_int *err=NULL) | |
Image3D () | |
Image3D (const Image3D &image3D) | |
Image3D & | operator= (const Image3D &rhs) |
Image interface for 3D images.
cl::Image3D::Image3D | ( | const Context & | context, | |
cl_mem_flags | flags, | |||
ImageFormat | format, | |||
::size_t | width, | |||
::size_t | height, | |||
::size_t | depth, | |||
::size_t | row_pitch = 0 , |
|||
::size_t | slice_pitch = 0 , |
|||
void * | host_ptr = NULL , |
|||
cl_int * | err = NULL | |||
) | [inline] |
cl::Image3D::Image3D | ( | ) | [inline] |
cl::Image3D::Image3D | ( | const Image3D & | image3D | ) | [inline] |
Reimplemented from cl::Image.
Reimplemented in cl::Image3DGL.