ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/DynamicPropsCmd.h
Revision: 2668
Committed: Fri Mar 24 16:49:09 2006 UTC (18 years, 3 months ago) by tim
Content type: text/plain
File size: 1639 byte(s)
Log Message:
Adding position correlation function. The command line option for DynamicProps is now changed. --rcorr is for position correlation and --rmsd is for mean square displacement.

File Contents

# User Rev Content
1 tim 2004 /* DynamicPropsCmd.h */
2    
3     /* File autogenerated by gengetopt version 2.11 */
4    
5     #ifndef DYNAMICPROPSCMD_H
6     #define DYNAMICPROPSCMD_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     #define CMDLINE_PARSER_PACKAGE "DynamicProps"
19     #endif
20    
21     #ifndef CMDLINE_PARSER_VERSION
22     #define CMDLINE_PARSER_VERSION "1.00"
23     #endif
24    
25 tim 2576 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). */
31     int order_arg; /* Lengendre Polynomial Order. */
32 tim 2004
33 tim 2576 int help_given ; /* Whether help was given. */
34     int version_given ; /* Whether version was given. */
35     int input_given ; /* Whether input was given. */
36     int output_given ; /* Whether output was given. */
37     int sele1_given ; /* Whether sele1 was given. */
38     int sele2_given ; /* Whether sele2 was given. */
39     int order_given ; /* Whether order was given. */
40 tim 2668 int rmsd_given ; /* Whether rmsd was given. */
41 tim 2576 int rcorr_given ; /* Whether rcorr was given. */
42     int vcorr_given ; /* Whether vcorr was given. */
43     int dcorr_given ; /* Whether dcorr was given. */
44     int lcorr_given ; /* Whether lcorr was given. */
45 tim 2004
46 tim 2576 } ;
47 tim 2004
48 tim 2576 int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
49 tim 2004
50 tim 2576 void cmdline_parser_print_help(void);
51     void cmdline_parser_print_version(void);
52 tim 2004
53     #ifdef __cplusplus
54     }
55     #endif /* __cplusplus */
56     #endif /* DYNAMICPROPSCMD_H */