Image Component Library (ICL)
|
This is the complete list of members for icl::core::PixelRef< T >, including all inherited members.
asVec() const | icl::core::PixelRef< T > | inline |
getChannels() const | icl::core::PixelRef< T > | inline |
isNull() const | icl::core::PixelRef< T > | inline |
m_data | icl::core::PixelRef< T > | private |
operator=(const PixelRef &other) | icl::core::PixelRef< T > | inline |
operator=(const std::vector< T > &vec) | icl::core::PixelRef< T > | inline |
operator=(const math::FixedMatrix< MT, COLS, ROWS > &mat) | icl::core::PixelRef< T > | inline |
operator[](unsigned int channel) | icl::core::PixelRef< T > | inline |
operator[](unsigned int channel) const | icl::core::PixelRef< T > | inline |
PixelRef() | icl::core::PixelRef< T > | inline |
PixelRef(int x, int y, int width, std::vector< utils::SmartArray< T > > &data) | icl::core::PixelRef< T > | inline |
PixelRef(const PixelRef &other) | icl::core::PixelRef< T > | inline |
set(const T &v0) | icl::core::PixelRef< T > | inline |
set(const T &v0, const T &v1) | icl::core::PixelRef< T > | inline |
set(const T &v0, const T &v1, const T &v2) | icl::core::PixelRef< T > | inline |
set(const T &v0, const T &v1, const T &v2, const T &v3) | icl::core::PixelRef< T > | inline |
setFromRange(ForwardIterator begin, ForwardIterator end) | icl::core::PixelRef< T > | inline |