![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Base class interface for all images. More...
#include <JETSCAPE/blob/main/external_packages/clvisc_wrapper/include/cl.hpp>
Inheritance diagram for cl::Image:
Collaboration diagram for cl::Image: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 |
Public Member Functions inherited from cl::Memory | |
| Memory () | |
| Memory (const Memory &memory) | |
| Memory & | operator= (const Memory &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 Wrapper< cl_type > &rhs) | |
| ~Wrapper () | |
| Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
| cl_type | operator() () const |
| cl_type & | operator() () |
Protected Member Functions | |
| Image () | |
| Image (const Image &image) | |
| Image & | operator= (const Image &rhs) |
Additional Inherited Members | |
Public Types inherited from cl::detail::Wrapper< cl_mem > | |
| typedef cl_mem | cl_type |
Protected Attributes inherited from cl::detail::Wrapper< cl_mem > | |
| cl_type | object_ |
Base class interface for all images.
Definition at line 1939 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1939 of file cl.hpp
|
inlineprotected |
|
inlineprotected |
|
inline |
Definition at line 1955 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1955 of file cl.hpp
References cl::detail::errHandler(), cl::detail::getInfo(), and cl::detail::Wrapper< cl_mem >::object_.
Referenced by getImageInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1964 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1964 of file cl.hpp
References getImageInfo(), and perf_headwind::name.
Here is the call graph for this function:Definition at line 1946 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1946 of file cl.hpp
References cl::Memory::operator=().
Referenced by cl::Image2D::operator=(), and cl::Image3D::operator=().
Here is the call graph for this function:
Here is the caller graph for this function: