「ctfZeroPoint(API)」の版間の差分
提供: Eospedia
(ページの作成:「DataManip/ctfInfo/src/'''ctfZeroPoint'''はctfZeroPointのためのAPI です。 == 定数 == == 構造体 == typedef struct ctfInfoZeroPoint { float RMax; ...」) |
(相違点なし)
|
2014年5月13日 (火) 02:40時点における版
DataManip/ctfInfo/src/ctfZeroPointはctfZeroPointのためのAPI です。
定数
構造体
typedef struct ctfInfoZeroPoint { float RMax; /* RMax */ float dR; /* delta R */ int N; /* Zero Point Number */ long mode; } ctfInfoZeroPoint;
API
extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);