List of all members.
Public Member Functions |
| Args3D (int _width, int _height, int _depth) |
__device__ __host__ int | getWidth () const |
__device__ __host__ int | getHeight () const |
__device__ __host__ int | getDepth () const |
__device__ __host__ T & | operator() (int x, int y, int z) const |
Public Attributes |
T * | hostArray |
T * | deviceArray |
int | width |
int | height |
int | depth |
template<typename T>
class PSkel::Args3D< T >
The documentation for this class was generated from the following files: