ctfZeroPoint(API)

提供: Eospedia
2014年9月30日 (火) 04:10時点におけるKinoshita (トーク | 投稿記録)による版

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

DataManip/ctfInfo/src/ctfZeroPointCTFにおける零点を取得するためのAPIです。ctfZeroPointで使用しています。

定数

構造体

typedef struct ctfInfoZeroPoint {
	float RMax;      /* RMax */
	float dR;        /* delta R */
	int   N;         /* Zero Point Number */
	long mode;
} ctfInfoZeroPoint;

API

infoのCTF情報を元に作成したCTFについて、infoZeroPoint->N 番目の零点の取得します。

extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);