|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Public Types | |
| typedef T | cl_type |
Public Member Functions | |
| Wrapper (const cl_type &obj) | |
| Wrapper (const Wrapper< cl_type > &rhs) | |
| Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
| Wrapper< cl_type > & | operator= (const cl_type &rhs) |
| cl_type | operator() () const |
| cl_type & | operator() () |
Protected Member Functions | |
| cl_int | retain () const |
| cl_int | release () const |
Protected Attributes | |
| cl_type | object_ |
Friends | |
| template<typename Func , typename U > | |
| cl_int | getInfoHelper (Func, cl_uint, U *, int, typename U::cl_type) |