|
HDK
|
#include <CE_Image.h>
Public Types | |
| using | FROM_SCALAR_TYPE = typename CE_StorageTypeTraits< STORAGE >::DataType |
| using | TO_SCALAR_TYPE = typename CE_StorageTypeTraits< STORAGE >::DataType |
Static Public Member Functions | |
| static SYS_FORCE_INLINE TO_SCALAR_TYPE | convert (FROM_SCALAR_TYPE v) |
Optimized specialization to forego all conversion if source and destination storage types are the same.
Definition at line 330 of file CE_Image.h.
| using CE_ImageDataConverter< STORAGE, STORAGE >::FROM_SCALAR_TYPE = typename CE_StorageTypeTraits<STORAGE>::DataType |
Definition at line 332 of file CE_Image.h.
| using CE_ImageDataConverter< STORAGE, STORAGE >::TO_SCALAR_TYPE = typename CE_StorageTypeTraits<STORAGE>::DataType |
Definition at line 333 of file CE_Image.h.
|
inlinestatic |
Definition at line 336 of file CE_Image.h.