cinder::ChannelT< T > Member List
This is the complete list of members for
cinder::ChannelT< T >, including all inherited members.
| 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(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 Vec2i &relativeOffset=Vec2i::zero()) | cinder::ChannelT< T > | |
| getAspectRatio() const | cinder::ChannelT< T > | |
| getBounds() const | cinder::ChannelT< T > | |
| getData() | cinder::ChannelT< T > | |
| getData() const | cinder::ChannelT< T > | |
| getData(const Vec2i &offset) | cinder::ChannelT< T > | |
| getData(const Vec2i &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 > | |
| 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(Vec2i pos) const | cinder::ChannelT< T > | |
| getWidth() const | cinder::ChannelT< T > | |
| isPlanar() const | cinder::ChannelT< T > | |
| mObj | cinder::ChannelT< T > | [protected] |
| operator ImageSourceRef() const | cinder::ChannelT< T > | |
| operator unspecified_bool_type() const | cinder::ChannelT< T > | |
| reset() | cinder::ChannelT< T > | |
| setDeallocator(void(*aDeallocatorFunc)(void *), void *aDeallocatorRefcon) | cinder::ChannelT< T > | |
| setValue(Vec2i pos, T v) | cinder::ChannelT< T > | |
| unspecified_bool_type typedef | cinder::ChannelT< T > | |