Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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

namespace  icl
 

The ICL-namespace.


Typedefs

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