Difference between revisions of "ctfZeroPoint(API)"
From EosPedia
(Created page with "DataManip/ctfInfo/src/'''ctfZeroPoint''' is API for ctfZeroPoint. == constant == == struct == typedef struct ctfInfoZeroPoint { float RMax; →RMax: float dR...") |
|||
| Line 1: | Line 1: | ||
| − | DataManip/ctfInfo/src/'''ctfZeroPoint''' is API | + | DataManip/ctfInfo/src/'''ctfZeroPoint''' is [[API]] to get zero point. It is used by [[ctfZeroPoint]]. |
== constant == | == constant == | ||
| Line 12: | Line 12: | ||
== API == | == API == | ||
| + | Get '''infoZeroPoint->N'''th zero point on created [[CTF]] by using CTF Information of '''info'''. | ||
extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode); | extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode); | ||
Latest revision as of 04:13, 30 September 2014
DataManip/ctfInfo/src/ctfZeroPoint is API to get zero point. It is used by ctfZeroPoint.
constant
struct
typedef struct ctfInfoZeroPoint {
float RMax; /* RMax */
float dR; /* delta R */
int N; /* Zero Point Number */
long mode;
} ctfInfoZeroPoint;
API
Get infoZeroPoint->Nth zero point on created CTF by using CTF Information of info.
extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);