lllDataCompare(API)

提供: Eospedia
2014年5月15日 (木) 08:04時点におけるKinoshita (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

DataManip/llData/src/lllDataComparellDataCompareのためのAPI です。

定数

構造体

typedef struct lllDataCompareInfo {
	int FilamentNumber;
	double ratio;
	double OriginReflection;
	double OtherReflection;
	int mode;
} lllDataCompareInfo;

API

extern void lllDataCompare(lllDataIntensityInformation* data,
						   lllDataCompareInfo* linfo, 
							int mode);