#include "ximacfg.h"
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <math.h>
#include "stdint.h"
Defines | |
#define | __ximadefs_h |
#define | DLL_EXP |
#define | cx_try try |
#define | cx_throw(message) throw(message) |
#define | cx_catch catch (const char *message) |
#define | CXIMAGE_SUPPORT_JASPER 1 |
#define | CXIMAGE_SUPPORT_TRANSFORMATION 1 |
#define | CXIMAGE_SUPPORT_BASICTRANSFORMATIONS 1 |
#define | CXIMAGE_SUPPORT_INTERPOLATION 1 |
#define | min(a, b) (((a)<(b))?(a):(b)) |
#define | max(a, b) (((a)>(b))?(a):(b)) |
#define | PI 3.141592653589793f |
#define __ximadefs_h |
#define cx_catch catch (const char *message) |
#define cx_throw | ( | message | ) | throw(message) |
#define cx_try try |
#define CXIMAGE_SUPPORT_BASICTRANSFORMATIONS 1 |
#define CXIMAGE_SUPPORT_INTERPOLATION 1 |
#define CXIMAGE_SUPPORT_JASPER 1 |
#define CXIMAGE_SUPPORT_TRANSFORMATION 1 |
#define DLL_EXP |
#define max | ( | a, | |||
b | ) | (((a)>(b))?(a):(b)) |
#define min | ( | a, | |||
b | ) | (((a)<(b))?(a):(b)) |
#define PI 3.141592653589793f |