OpenCL C++ Bindings
Loading...
Searching...
No Matches
cl::ImageFormat Struct Reference

Adds constructors and member functions for cl_image_format. More...

#include <opencl.hpp>

Inheritance diagram for cl::ImageFormat:

Public Member Functions

 ImageFormat ()
 Default constructor - performs no initialization.
 
 ImageFormat (cl_channel_order order, cl_channel_type type)
 Initializing constructor.
 
 ImageFormat (const ImageFormat &other)
 Copy constructor.
 
ImageFormatoperator= (const ImageFormat &rhs)
 Assignment operator.
 

Detailed Description

Adds constructors and member functions for cl_image_format.

\stuct ImageFormat

See also
cl_image_format

Definition at line 2116 of file opencl.hpp.

Constructor & Destructor Documentation

◆ ImageFormat() [1/3]

cl::ImageFormat::ImageFormat ( )
inline

Default constructor - performs no initialization.

Definition at line 2119 of file opencl.hpp.

◆ ImageFormat() [2/3]

cl::ImageFormat::ImageFormat ( cl_channel_order  order,
cl_channel_type  type 
)
inline

Initializing constructor.

Definition at line 2122 of file opencl.hpp.

◆ ImageFormat() [3/3]

cl::ImageFormat::ImageFormat ( const ImageFormat other)
inline

Copy constructor.

Definition at line 2129 of file opencl.hpp.

Member Function Documentation

◆ operator=()

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

Assignment operator.

Definition at line 2132 of file opencl.hpp.


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