ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/StaticPropsCmd.h
Revision: 2053
Committed: Fri Feb 18 23:07:32 2005 UTC (19 years, 4 months ago) by tim
Content type: text/plain
File size: 2155 byte(s)
Log Message:
adding LipidTransVisitor, GofXyz is working now

File Contents

# User Rev Content
1 tim 1995 /* StaticPropsCmd.h */
2 tim 1994
3     /* File autogenerated by gengetopt version 2.11 */
4    
5     #ifndef STATICPROPSCMD_H
6     #define STATICPROPSCMD_H
7    
8     /* If we use autoconf. */
9     #ifdef HAVE_CONFIG_H
10     #include "config.h"
11     #endif
12    
13     #ifdef __cplusplus
14     extern "C" {
15     #endif /* __cplusplus */
16    
17     #ifndef CMDLINE_PARSER_PACKAGE
18 tim 1995 #define CMDLINE_PARSER_PACKAGE "StaticProps"
19 tim 1994 #endif
20    
21     #ifndef CMDLINE_PARSER_VERSION
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 tim 1995 int step_arg; /* process every n frame (default='1'). */
30 tim 2038 int nrbins_arg; /* number of bins for distance (default='100'). */
31 tim 1994 int nanglebins_arg; /* number of bins for cos(angle) (default='50'). */
32 tim 2038 double length_arg; /* maximum length (Defaults to 1/2 smallest length of first frame). */
33 tim 1994 char * sele1_arg; /* select first stuntdouble set. */
34     char * sele2_arg; /* select second stuntdouble set. */
35 tim 2053 char * refsele_arg; /* select reference (use and only use with --gxyz). */
36 tim 1994
37     int help_given ; /* Whether help was given. */
38     int version_given ; /* Whether version was given. */
39     int input_given ; /* Whether input was given. */
40     int output_given ; /* Whether output was given. */
41 tim 1995 int step_given ; /* Whether step was given. */
42     int nrbins_given ; /* Whether nrbins was given. */
43 tim 1994 int nanglebins_given ; /* Whether nanglebins was given. */
44     int length_given ; /* Whether length was given. */
45     int sele1_given ; /* Whether sele1 was given. */
46     int sele2_given ; /* Whether sele2 was given. */
47 tim 2053 int refsele_given ; /* Whether refsele was given. */
48 tim 1994 int gofr_given ; /* Whether gofr was given. */
49     int r_theta_given ; /* Whether r_theta was given. */
50     int r_omega_given ; /* Whether r_omega was given. */
51     int theta_omega_given ; /* Whether theta_omega was given. */
52 tim 2053 int gxyz_given ; /* Whether gxyz was given. */
53 tim 1994
54     } ;
55    
56     int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
57    
58     void cmdline_parser_print_help(void);
59     void cmdline_parser_print_version(void);
60    
61     #ifdef __cplusplus
62     }
63     #endif /* __cplusplus */
64     #endif /* STATICPROPSCMD_H */