this structure encapsulate an object of the grid More...
this structure encapsulate an object of the grid
This structure encapsulate an object of the grid It give the possibility to select the property in a secondary moment
dim | Dimensionality of the grid |
T | type of object the grid store |
Mem | interface used to allocate memory |
#include <Encap.hpp>
Public Types | |
typedef int | yes_i_am_encap |
typedef T | T_type |
Public Member Functions | |
encapg (Mem &data, size_t k) | |
template<unsigned int p> | |
type_gpu_prop< p, Mem > ::type::reference | get () |
template<unsigned int p> | |
const type_gpu_prop< p, Mem > ::type::reference | get () const |
Private Attributes | |
Mem & | data |
size_t | k |