#include <Channel.h>
Public Member Functions | |
| Obj (int32_t width, int32_t height) | |
| Obj (int32_t aWidth, int32_t aHeight, int32_t aRowBytes, uint8_t aIncrement, bool aOwnsData, T *aData) | |
| ~Obj () | |
Public Attributes | |
| int32_t | mWidth |
| int32_t | mHeight |
| int32_t | mRowBytes |
| T * | mData |
| uint8_t | mIncrement |
| bool | mOwnsData |
| void(* | mDeallocatorFunc )(void *refcon) |
| void * | mDeallocatorRefcon |
| cinder::ChannelT< T >::Obj::Obj | ( | int32_t | width, | |
| int32_t | height | |||
| ) |
| cinder::ChannelT< T >::Obj::Obj | ( | int32_t | aWidth, | |
| int32_t | aHeight, | |||
| int32_t | aRowBytes, | |||
| uint8_t | aIncrement, | |||
| bool | aOwnsData, | |||
| T * | aData | |||
| ) |
| cinder::ChannelT< T >::Obj::~Obj | ( | ) |
| int32_t cinder::ChannelT< T >::Obj::mWidth |
| int32_t cinder::ChannelT< T >::Obj::mHeight |
| int32_t cinder::ChannelT< T >::Obj::mRowBytes |
| T* cinder::ChannelT< T >::Obj::mData |
| uint8_t cinder::ChannelT< T >::Obj::mIncrement |
| bool cinder::ChannelT< T >::Obj::mOwnsData |
| void(* cinder::ChannelT< T >::Obj::mDeallocatorFunc)(void *refcon) |
| void* cinder::ChannelT< T >::Obj::mDeallocatorRefcon |