FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
cl::size_t< N > Class Template Reference

class used to interface between C++ and OpenCL C calls that require arrays of size_t values, whose size is known statically. More...

#include <cl.hpp>

Public Member Functions

 size_t ()
 Initialize size_t to all 0s.
 
::size_toperator[] (int index)
 
const ::size_toperator[] (int index) const
 
 operator::size_t * ()
 Conversion operator to T*.
 
 operator const ::size_t * () const
 Conversion operator to const T*.
 

Detailed Description

template<int N>
class cl::size_t< N >

class used to interface between C++ and OpenCL C calls that require arrays of size_t values, whose size is known statically.