Image Component Library (ICL)
Namespaces | Typedefs
BasicTypes.h File Reference
#include <ICLUtils/CompatMacros.h>
#include <stdint.h>
#include <complex>
#include <ipp.h>

Go to the source code of this file.

Namespaces

 icl
 undocument this line if you encounter any issues!
 

Typedefs

typedef Ipp64f icl::icl64f
 64Bit floating point type for the ICL More...
 
typedef Ipp32f icl::icl32f
 32Bit floating point type for the ICL More...
 
typedef Ipp32s icl::icl32s
 32bit signed integer type for the ICL More...
 
typedef Ipp16s icl::icl16s
 16bit signed integer type for the ICL (range [-32767, 32768 ]) More...
 
typedef Ipp8u icl::icl8u
 8Bit unsigned integer type for the ICL More...
 
typedef int8_t icl::icl8s
 8bit signed integer More...
 
typedef uint32_t icl::icl32u
 32bit unsigned integer type for the ICL More...
 
typedef uint16_t icl::icl16u
 16bit unsigned integer type for the ICL More...
 
typedef int64_t icl::icl64s
 64bit signed integer type for the ICL More...
 
typedef uint64_t icl::icl64u
 64bit unsigned integer type for the ICL More...
 
typedef std::complex< icl32f > icl::icl32c
 float comples type More...
 
typedef std::complex< icl64f > icl::icl64c
 float comples type More...