Warning, file /include/madX/mad_aper.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef MAD_APER_H
0002 #define MAD_APER_H
0003
0004
0005
0006 struct node;
0007 struct in_cmd;
0008
0009
0010
0011 double get_aperattr(struct node* node, const char* attrname, const char* par);
0012 void pro_aperture(struct in_cmd* cmd);
0013 int aper_chk_inside(double p, double q, double pipex[], double pipey[], int pipelength );
0014
0015 #endif
0016