ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/DynamicPropsCmd.h
Revision: 3084
Committed: Thu Dec 14 19:38:56 2006 UTC (17 years, 8 months ago) by chuckv
Content type: text/plain
File size: 2672 byte(s)
Log Message:
Code to run radial rcorr.

File Contents

# User Rev Content
1 tim 2004 /* DynamicPropsCmd.h */
2    
3 chuckv 3084 /* File autogenerated by gengetopt version 2.15 */
4 tim 2004
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 chuckv 3084 char * input_orig; /* input dump file original value given at command line. */
29 tim 2576 char * output_arg; /* output file name. */
30 chuckv 3084 char * output_orig; /* output file name original value given at command line. */
31 tim 2576 char * sele1_arg; /* select first stuntdouble set. */
32 chuckv 3084 char * sele1_orig; /* select first stuntdouble set original value given at command line. */
33 tim 2576 char * sele2_arg; /* select second stuntdouble set (if sele2 is not set, use script from sele1). */
34 chuckv 3084 char * sele2_orig; /* select second stuntdouble set (if sele2 is not set, use script from sele1) original value given at command line. */
35 tim 2576 int order_arg; /* Lengendre Polynomial Order. */
36 chuckv 3084 char * order_orig; /* Lengendre Polynomial Order original value given at command line. */
37    
38 tim 2576 int help_given ; /* Whether help was given. */
39     int version_given ; /* Whether version was given. */
40     int input_given ; /* Whether input was given. */
41     int output_given ; /* Whether output was given. */
42     int sele1_given ; /* Whether sele1 was given. */
43     int sele2_given ; /* Whether sele2 was given. */
44     int order_given ; /* Whether order was given. */
45     int rcorr_given ; /* Whether rcorr was given. */
46     int vcorr_given ; /* Whether vcorr was given. */
47     int dcorr_given ; /* Whether dcorr was given. */
48     int lcorr_given ; /* Whether lcorr was given. */
49 chuckv 3084 int r_rcorr_given ; /* Whether r_rcorr was given. */
50 tim 2004
51 chuckv 3084 int dynamicProps_group_counter; /* counter for group dynamicProps */
52 tim 2576 } ;
53 tim 2004
54 tim 2576 int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
55 chuckv 3084 int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);
56     int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info);
57 tim 2004
58 tim 2576 void cmdline_parser_print_help(void);
59     void cmdline_parser_print_version(void);
60 tim 2004
61 chuckv 3084 void cmdline_parser_init (struct gengetopt_args_info *args_info);
62     void cmdline_parser_free (struct gengetopt_args_info *args_info);
63    
64     int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name);
65    
66    
67 tim 2004 #ifdef __cplusplus
68     }
69     #endif /* __cplusplus */
70     #endif /* DYNAMICPROPSCMD_H */