HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cl::Image3DGL Class Reference

#include <cl.hpp>

+ Inheritance diagram for cl::Image3DGL:

Public Member Functions

 Image3DGL (const Context &context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int *err=NULL)
 
 Image3DGL ()
 
 Image3DGL (const Image3DGL &image)
 
 Image3DGL (const cl_mem &image)
 
Image3DGLoperator= (const Image3DGL &rhs)
 
Image3DGLoperator= (const cl_mem &rhs)
 
- Public Member Functions inherited from 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)
 
 Image3D ()
 
 Image3D (const Image3D &image3D)
 
 Image3D (const cl_mem &image3D)
 
Image3Doperator= (const Image3D &rhs)
 
Image3Doperator= (const cl_mem &rhs)
 
- Public Member Functions inherited from cl::Image
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)
 
 Memory (const cl_mem &memory)
 
Memoryoperator= (const Memory &rhs)
 
Memoryoperator= (const cl_mem &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 cl_type &obj)
 
 Wrapper (const Wrapper< cl_type > &rhs)
 
 ~Wrapper ()
 
Wrapper< cl_type > & operator= (const Wrapper< cl_type > &rhs)
 
Wrapper< cl_type > & operator= (const cl_type &rhs)
 
cl_type operator() () const
 
cl_typeoperator() ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 2331 of file cl.hpp.

Constructor & Destructor Documentation

cl::Image3DGL::Image3DGL ( const Context context,
cl_mem_flags  flags,
GLenum  target,
GLint  miplevel,
GLuint  texobj,
cl_int err = NULL 
)
inline

Definition at line 2334 of file cl.hpp.

cl::Image3DGL::Image3DGL ( )
inline

Definition at line 2367 of file cl.hpp.

cl::Image3DGL::Image3DGL ( const Image3DGL image)
inline

Definition at line 2369 of file cl.hpp.

cl::Image3DGL::Image3DGL ( const cl_mem image)
inline

Definition at line 2371 of file cl.hpp.

Member Function Documentation

Image3DGL& cl::Image3DGL::operator= ( const Image3DGL rhs)
inline

Definition at line 2373 of file cl.hpp.

Image3DGL& cl::Image3DGL::operator= ( const cl_mem rhs)
inline

Definition at line 2381 of file cl.hpp.


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