1 |
|
/* DynamicPropsCmd.h */ |
2 |
|
|
3 |
< |
/* File autogenerated by gengetopt version 2.11 */ |
3 |
> |
/* File autogenerated by gengetopt version 2.19.1 */ |
4 |
|
|
5 |
|
#ifndef DYNAMICPROPSCMD_H |
6 |
|
#define DYNAMICPROPSCMD_H |
22 |
|
#define CMDLINE_PARSER_VERSION "1.00" |
23 |
|
#endif |
24 |
|
|
25 |
< |
struct gengetopt_args_info |
26 |
< |
{ |
27 |
< |
char * input_arg; /* input dump file. */ |
28 |
< |
char * output_arg; /* output file name. */ |
29 |
< |
char * sele1_arg; /* select first stuntdouble set. */ |
30 |
< |
char * sele2_arg; /* select second stuntdouble set (if sele2 is not set, use script from sele1). */ |
25 |
> |
struct gengetopt_args_info |
26 |
> |
{ |
27 |
> |
const char *help_help; /* Print help and exit help description. */ |
28 |
> |
const char *version_help; /* Print version and exit help description. */ |
29 |
> |
char * input_arg; /* input dump file. */ |
30 |
> |
char * input_orig; /* input dump file original value given at command line. */ |
31 |
> |
const char *input_help; /* input dump file help description. */ |
32 |
> |
char * output_arg; /* output file name. */ |
33 |
> |
char * output_orig; /* output file name original value given at command line. */ |
34 |
> |
const char *output_help; /* output file name help description. */ |
35 |
> |
char * sele1_arg; /* select first stuntdouble set. */ |
36 |
> |
char * sele1_orig; /* select first stuntdouble set original value given at command line. */ |
37 |
> |
const char *sele1_help; /* select first stuntdouble set help description. */ |
38 |
> |
char * sele2_arg; /* select second stuntdouble set (if sele2 is not set, use script from sele1). */ |
39 |
> |
char * sele2_orig; /* select second stuntdouble set (if sele2 is not set, use script from sele1) original value given at command line. */ |
40 |
> |
const char *sele2_help; /* select second stuntdouble set (if sele2 is not set, use script from sele1) help description. */ |
41 |
> |
int order_arg; /* Lengendre Polynomial Order. */ |
42 |
> |
char * order_orig; /* Lengendre Polynomial Order original value given at command line. */ |
43 |
> |
const char *order_help; /* Lengendre Polynomial Order help description. */ |
44 |
> |
const char *rcorr_help; /* rmsd help description. */ |
45 |
> |
const char *vcorr_help; /* velocity correlation function help description. */ |
46 |
> |
const char *dcorr_help; /* dipole correlation function help description. */ |
47 |
> |
const char *lcorr_help; /* Lengendre correlation function help description. */ |
48 |
> |
const char *r_rcorr_help; /* Radial rmsd help description. */ |
49 |
> |
const char *thetacorr_help; /* Angular rmsd help description. */ |
50 |
> |
const char *drcorr_help; /* Directional rmsd for particles with unit vectors help description. */ |
51 |
> |
|
52 |
> |
int help_given ; /* Whether help was given. */ |
53 |
> |
int version_given ; /* Whether version was given. */ |
54 |
> |
int input_given ; /* Whether input was given. */ |
55 |
> |
int output_given ; /* Whether output was given. */ |
56 |
> |
int sele1_given ; /* Whether sele1 was given. */ |
57 |
> |
int sele2_given ; /* Whether sele2 was given. */ |
58 |
> |
int order_given ; /* Whether order was given. */ |
59 |
> |
int rcorr_given ; /* Whether rcorr was given. */ |
60 |
> |
int vcorr_given ; /* Whether vcorr was given. */ |
61 |
> |
int dcorr_given ; /* Whether dcorr was given. */ |
62 |
> |
int lcorr_given ; /* Whether lcorr was given. */ |
63 |
> |
int r_rcorr_given ; /* Whether r_rcorr was given. */ |
64 |
> |
int thetacorr_given ; /* Whether thetacorr was given. */ |
65 |
> |
int drcorr_given ; /* Whether drcorr was given. */ |
66 |
|
|
67 |
< |
int help_given ; /* Whether help was given. */ |
68 |
< |
int version_given ; /* Whether version was given. */ |
34 |
< |
int input_given ; /* Whether input was given. */ |
35 |
< |
int output_given ; /* Whether output was given. */ |
36 |
< |
int sele1_given ; /* Whether sele1 was given. */ |
37 |
< |
int sele2_given ; /* Whether sele2 was given. */ |
38 |
< |
int rcorr_given ; /* Whether rcorr was given. */ |
39 |
< |
int vcorr_given ; /* Whether vcorr was given. */ |
40 |
< |
int dcorr_given ; /* Whether dcorr was given. */ |
67 |
> |
int dynamicProps_group_counter; /* counter for group dynamicProps */ |
68 |
> |
} ; |
69 |
|
|
70 |
< |
} ; |
70 |
> |
extern const char *gengetopt_args_info_purpose; |
71 |
> |
extern const char *gengetopt_args_info_usage; |
72 |
> |
extern const char *gengetopt_args_info_help[]; |
73 |
|
|
74 |
< |
int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); |
74 |
> |
int cmdline_parser (int argc, char * const *argv, |
75 |
> |
struct gengetopt_args_info *args_info); |
76 |
> |
int cmdline_parser2 (int argc, char * const *argv, |
77 |
> |
struct gengetopt_args_info *args_info, |
78 |
> |
int override, int initialize, int check_required); |
79 |
> |
int cmdline_parser_file_save(const char *filename, |
80 |
> |
struct gengetopt_args_info *args_info); |
81 |
|
|
82 |
< |
void cmdline_parser_print_help(void); |
83 |
< |
void cmdline_parser_print_version(void); |
82 |
> |
void cmdline_parser_print_help(void); |
83 |
> |
void cmdline_parser_print_version(void); |
84 |
|
|
85 |
+ |
void cmdline_parser_init (struct gengetopt_args_info *args_info); |
86 |
+ |
void cmdline_parser_free (struct gengetopt_args_info *args_info); |
87 |
+ |
|
88 |
+ |
int cmdline_parser_required (struct gengetopt_args_info *args_info, |
89 |
+ |
const char *prog_name); |
90 |
+ |
|
91 |
+ |
|
92 |
|
#ifdef __cplusplus |
93 |
|
} |
94 |
|
#endif /* __cplusplus */ |