Skip to content

Commit d8a4993

Browse files
unknownunknown
authored andcommitted
[ZuoW,2010/09/19]
1.This is the newest search version.
1 parent e4d72b7 commit d8a4993

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+5763
-5049
lines changed

BaseDefine.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@
6565
#define __max(a,b) (((a) > (b)) ? (a) : (b))
6666
#endif
6767

68+
// 大小字节序判断 [ZuoW,2010/3/6]
69+
const int endian = 1;
70+
#define is_bigendian() ((*(char*)&endian)==0)
71+
#define is_littlendian() ((*(char*)&endian)==1)
72+
#define LITTLENDIAN 1
73+
74+
#define DEBUG // debug标示 [ZuoW,2010/5/11]
75+
#define IMAGE_LD // GCP像素坐标是左下角 [ZuoW,2010/7/4]
76+
//#define APFLOAT // 使用APFloat库进行精确计算 [ZuoW,2010/6/2]
6877

6978
//add by dy 20080925 for DE_ABERRATION define begin
7079
/*

Debug/Common.d

Lines changed: 0 additions & 10 deletions
This file was deleted.

Debug/Common.o

-5.25 KB
Binary file not shown.

Debug/Dimap.d

Lines changed: 0 additions & 41 deletions
This file was deleted.

Debug/Dimap.o

-196 KB
Binary file not shown.

Debug/GCProjection.d

Lines changed: 0 additions & 14 deletions
This file was deleted.

Debug/GCProjection.o

-22 KB
Binary file not shown.

Debug/GcpMatch.d

Lines changed: 0 additions & 43 deletions
This file was deleted.

Debug/GcpMatch.o

-129 KB
Binary file not shown.

Debug/GeometryRectify.d

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)