Class Array

Inheritance Relationships

Base Type

Class Documentation

class Array : public cu::Wrapper<CUarray>

Public Functions

inline Array(unsigned width, CUarray_format format, unsigned numChannels)
inline Array(unsigned width, unsigned height, CUarray_format format, unsigned numChannels)
inline Array(unsigned width, unsigned height, unsigned depth, CUarray_format format, unsigned numChannels)
inline explicit Array(CUarray &array)