![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
Simple HasBlock class.
Public Member Functions | |
BlockType * | Block () |
const BlockType * | Block () const |
![]() | |
TCallbackCapable (const DelegateType &iDelegate=DelegateType()) | |
TCallbackCapable (typename DelegateType::tFptr iDelegateFPTR) | |
const DelegateType & | GetDelegate () const |
template<typename ... Args> | |
void | Invoke (Args ... args) const |
void | SetDelegate (const DelegateType &iDelegate) |
void | SetDelegate (const TCallbackCapable< DelegateType, _ID > &iOther) |
void | SetDelegate (typename DelegateType::tFptr iDelegateFPTR) |
Protected Member Functions | |
THasBlock (BlockType *iBlock, const TOnBlockChanged< BlockType > &iDelegate=TOnBlockChanged< BlockType >()) | |
THasBlock (uint16 iWidth, uint16 iHeight, eFormat iFormat=eFormat::Format_RGBA8, const FColorSpace *iColorSpace=nullptr, const TOnBlockChanged< BlockType > &iDelegate=TOnBlockChanged< BlockType >()) | |
~THasBlock () | |
void | Realloc (uint16 iWidth, uint16 iHeight, eFormat iFormat=eFormat::Format_RGBA8, const FColorSpace *iColorSpace=nullptr) |
void | Replace (BlockType *iValue) |
Additional Inherited Members | |
![]() | |
using | Delegate = DelegateType |
|
protected |
|
protected |
|
protected |
BlockType* THasBlock< BlockType, BlockAllocatorType >::Block | ( | ) |
const BlockType* THasBlock< BlockType, BlockAllocatorType >::Block | ( | ) | const |
|
protected |
|
protected |