This is the complete list of members for
cinder::ImageSourceCvMat, including all inherited members.
| ABGR | cinder::ImageSource | |
| ARGB | cinder::ImageSource | |
| BGR | cinder::ImageSource | |
| BGRA | cinder::ImageSource | |
| BGRX | cinder::ImageSource | |
| CHAN_ALPHA | cinder::ImageSource | |
| CHAN_CMYK_C | cinder::ImageSource | |
| CHAN_CMYK_K | cinder::ImageSource | |
| CHAN_CMYK_M | cinder::ImageSource | |
| CHAN_CMYK_Y | cinder::ImageSource | |
| CHAN_GRAY | cinder::ImageSource | |
| CHAN_LAB_A | cinder::ImageSource | |
| CHAN_LAB_B | cinder::ImageSource | |
| CHAN_LAB_L | cinder::ImageSource | |
| CHAN_MASK | cinder::ImageSource | |
| CHAN_RGB_B | cinder::ImageSource | |
| CHAN_RGB_G | cinder::ImageSource | |
| CHAN_RGB_R | cinder::ImageSource | |
| CHAN_UNKNOWN | cinder::ImageSource | |
| CHAN_YUV_U | cinder::ImageSource | |
| CHAN_YUV_V | cinder::ImageSource | |
| CHAN_YUV_Y | cinder::ImageSource | |
| ChannelOrder enum name | cinder::ImageSource | |
| ChannelOrder typedef | cinder::ImageSource | |
| channelOrderHasAlpha(ChannelOrder channelOrder) | cinder::ImageSource | [static] |
| channelOrderNumChannels(ChannelOrder channelOrder) | cinder::ImageSource | [static] |
| ChannelType enum name | cinder::ImageSource | |
| ChannelType typedef | cinder::ImageSource | |
| CM_GRAY | cinder::ImageSource | |
| CM_RGB | cinder::ImageSource | |
| CM_UNKNOWN | cinder::ImageSource | |
| ColorModel enum name | cinder::ImageSource | |
| ColorModel typedef | cinder::ImageSource | |
| CUSTOM | cinder::ImageSource | |
| DATA_UNKNOWN | cinder::ImageSource | |
| DataType enum name | cinder::ImageSource | |
| DataType typedef | cinder::ImageSource | |
| dataTypeBytes(DataType dataType) | cinder::ImageSource | [static] |
| FLOAT32 | cinder::ImageSource | |
| getChannelOrder() const | cinder::ImageSource | |
| getColorModel() const | cinder::ImageSource | |
| getDataType() const | cinder::ImageSource | |
| getHeight() const | cinder::ImageSource | |
| getLoadExtensions() | cinder::ImageSource | [static] |
| getPixelAspectRatio() const | cinder::ImageSource | |
| getWidth() const | cinder::ImageSource | |
| getWriteExtensions() | cinder::ImageSource | [static] |
| hasAlpha() const | cinder::ImageSource | [virtual] |
| ImageIo() | cinder::ImageIo | [protected] |
| ImageSource() | cinder::ImageSource | |
| ImageSourceCvMat(const cv::Mat &mat) | cinder::ImageSourceCvMat | |
| isPremultiplied() const | cinder::ImageSource | |
| load(ImageTargetRef target) | cinder::ImageSourceCvMat | [virtual] |
| mChannelOrder | cinder::ImageSource | [protected] |
| mColorModel | cinder::ImageSource | [protected] |
| mCustomPixelInc | cinder::ImageSource | [protected] |
| mData | cinder::ImageSourceCvMat | |
| mDataType | cinder::ImageSource | [protected] |
| mHeight | cinder::ImageSource | [protected] |
| mIsPremultiplied | cinder::ImageSource | [protected] |
| mPixelAspectRatio | cinder::ImageSource | [protected] |
| mRowBytes | cinder::ImageSourceCvMat | |
| mRowFuncSourceAlpha | cinder::ImageSource | [protected] |
| mRowFuncSourceBlue | cinder::ImageSource | [protected] |
| mRowFuncSourceGray | cinder::ImageSource | [protected] |
| mRowFuncSourceGreen | cinder::ImageSource | [protected] |
| mRowFuncSourceInc | cinder::ImageSource | [protected] |
| mRowFuncSourceRed | cinder::ImageSource | [protected] |
| mRowFuncTargetAlpha | cinder::ImageSource | [protected] |
| mRowFuncTargetBlue | cinder::ImageSource | [protected] |
| mRowFuncTargetGray | cinder::ImageSource | [protected] |
| mRowFuncTargetGreen | cinder::ImageSource | [protected] |
| mRowFuncTargetInc | cinder::ImageSource | [protected] |
| mRowFuncTargetRed | cinder::ImageSource | [protected] |
| mWidth | cinder::ImageSource | [protected] |
| RGB | cinder::ImageSource | |
| RGBA | cinder::ImageSource | |
| RGBX | cinder::ImageSource | |
| RowFunc typedef | cinder::ImageSource | |
| rowFuncSourceGray(ImageTargetRef target, int32_t row, const void *data) | cinder::ImageSource | [protected] |
| rowFuncSourceRgb(ImageTargetRef target, int32_t row, const void *data) | cinder::ImageSource | [protected] |
| setChannelOrder(ChannelOrder aChannelOrder) | cinder::ImageSource | [protected] |
| setColorModel(ColorModel colorModel) | cinder::ImageSource | [protected] |
| setCustomPixelInc(int8_t customPixelInc) | cinder::ImageSource | [protected] |
| setDataType(DataType aDataType) | cinder::ImageSource | [protected] |
| setPixelAspectRatio(float pixelAspectRatio) | cinder::ImageSource | [protected] |
| setPremultiplied(bool premult=true) | cinder::ImageSource | [protected] |
| setSize(int32_t width, int32_t height) | cinder::ImageSource | [protected] |
| setupRowFunc(ImageTargetRef target) | cinder::ImageSource | [protected] |
| setupRowFuncForSourceType(ImageTargetRef target) | cinder::ImageSource | [protected] |
| setupRowFuncForTypes(ImageTargetRef target) | cinder::ImageSource | [protected] |
| setupRowFuncForTypesAndTargetColorModel(ImageTargetRef target) | cinder::ImageSource | [protected] |
| setupRowFuncGraySource(ImageTargetRef target) | cinder::ImageSource | [protected] |
| setupRowFuncRgbSource(ImageTargetRef target) | cinder::ImageSource | [protected] |
| translateGrayColorModelToOffsets(ChannelOrder channelOrder, int8_t *gray, int8_t *alpha, int8_t *inc) | cinder::ImageSource | [static] |
| translateRgbColorModelToOffsets(ChannelOrder channelOrder, int8_t *red, int8_t *green, int8_t *blue, int8_t *alpha, int8_t *inc) | cinder::ImageSource | [static] |
| UINT16 | cinder::ImageSource | |
| UINT8 | cinder::ImageSource | |
| XBGR | cinder::ImageSource | |
| XRGB | cinder::ImageSource | |
| Y | cinder::ImageSource | |
| YA | cinder::ImageSource | |
| ~ImageSource() | cinder::ImageSource | [virtual] |