Template Class Channel
Defined in File Channel.hpp
Class Documentation
-
template<typename T>
class Channel Public Types
Public Functions
-
Channel()
-
Channel(size_t n, size_t width)
-
ElementProxy<T> operator[](const unsigned &idx)
-
const ElementProxy<T> operator[](const unsigned &idx) const
-
size_t width() const
-
size_t numElements() const
Public Static Functions
-
static inline std::string typeName()
-
Channel()