ASL  0.1.7
Advanced Simulation Library
Public Member Functions | List of all members
cl::ImageFormat Struct Reference

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

#include <cl.hpp>

Inheritance diagram for cl::ImageFormat:
Inheritance graph
[legend]
Collaboration diagram for cl::ImageFormat:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Adds constructors and member functions for cl_image_format.

\stuct ImageFormat

See also
cl_image_format

Definition at line 1876 of file cl.hpp.

Constructor & Destructor Documentation

◆ ImageFormat() [1/2]

cl::ImageFormat::ImageFormat ( )
inline

Default constructor - performs no initialization.

Definition at line 1879 of file cl.hpp.

◆ ImageFormat() [2/2]

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

Initializing constructor.

Definition at line 1882 of file cl.hpp.

Member Function Documentation

◆ operator=()

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

Assignment operator.

Definition at line 1889 of file cl.hpp.


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