areaAverage(const Area &area) const | cinder::ChannelT< T > | |
ChannelT() | cinder::ChannelT< T > | |
ChannelT(int32_t width, int32_t height) | cinder::ChannelT< T > | |
ChannelT(int32_t width, int32_t height, int32_t rowBytes, uint8_t increment, T *data) | cinder::ChannelT< T > | |
ChannelT(int32_t width, int32_t height, int32_t rowBytes, uint8_t increment, T *data, const std::shared_ptr< T > &dataStore) | cinder::ChannelT< T > | |
ChannelT(const ChannelT &rhs) | cinder::ChannelT< T > | |
ChannelT(ChannelT &&rhs) | cinder::ChannelT< T > | |
ChannelT(const ImageSourceRef &imageSource) | cinder::ChannelT< T > | |
clone(bool copyPixels=true) const | cinder::ChannelT< T > | |
clone(const Area &area, bool copyPixels=true) const | cinder::ChannelT< T > | |
copyFrom(const ChannelT< T > &srcChannel, const Area &srcArea, const ivec2 &relativeOffset=ivec2()) | cinder::ChannelT< T > | |
create(int32_t width, int32_t height) | cinder::ChannelT< T > | static |
create(int32_t width, int32_t height, int32_t rowBytes, uint8_t increment, T *data) | cinder::ChannelT< T > | static |
create(int32_t width, int32_t height, int32_t rowBytes, uint8_t increment, T *data, const std::shared_ptr< T > &dataStore) | cinder::ChannelT< T > | static |
create(const ChannelT &rhs) | cinder::ChannelT< T > | static |
create(const ImageSourceRef &imageSource) | cinder::ChannelT< T > | static |
getAspectRatio() const | cinder::ChannelT< T > | |
getBounds() const | cinder::ChannelT< T > | |
getData() | cinder::ChannelT< T > | |
getData() const | cinder::ChannelT< T > | |
getData(const ivec2 &offset) | cinder::ChannelT< T > | |
getData(const ivec2 &offset) const | cinder::ChannelT< T > | |
getData(int32_t x, int32_t y) | cinder::ChannelT< T > | |
getData(int32_t x, int32_t y) const | cinder::ChannelT< T > | |
getDataStore() const | cinder::ChannelT< T > | |
getHeight() const | cinder::ChannelT< T > | |
getIncrement() const | cinder::ChannelT< T > | |
getIter() | cinder::ChannelT< T > | |
getIter(const Area &area) | cinder::ChannelT< T > | |
getIter() const | cinder::ChannelT< T > | |
getIter(const Area &area) const | cinder::ChannelT< T > | |
getRowBytes() const | cinder::ChannelT< T > | |
getSize() const | cinder::ChannelT< T > | |
getValue(ivec2 pos) const | cinder::ChannelT< T > | |
getWidth() const | cinder::ChannelT< T > | |
isPlanar() const | cinder::ChannelT< T > | |
mData | cinder::ChannelT< T > | protected |
mDataStore | cinder::ChannelT< T > | protected |
mHeight | cinder::ChannelT< T > | protected |
mIncrement | cinder::ChannelT< T > | protected |
mRowBytes | cinder::ChannelT< T > | protected |
mWidth | cinder::ChannelT< T > | protected |
operator ImageSourceRef() const | cinder::ChannelT< T > | |
operator=(const ChannelT &rhs) | cinder::ChannelT< T > | |
operator=(ChannelT &&rhs) | cinder::ChannelT< T > | |
setValue(ivec2 pos, T v) | cinder::ChannelT< T > | |