| 1 |
< |
/* Dump2XYZCmd.h */ |
| 1 |
> |
/* cmdline.h */ |
| 2 |
|
|
| 3 |
|
/* File autogenerated by gengetopt version 2.11 */ |
| 4 |
|
|
| 5 |
< |
#ifndef DUMP2XYZCMD_H |
| 6 |
< |
#define DUMP2XYZCMD_H |
| 5 |
> |
#ifndef CMDLINE_H |
| 6 |
> |
#define CMDLINE_H |
| 7 |
|
|
| 8 |
|
/* If we use autoconf. */ |
| 9 |
|
#ifdef HAVE_CONFIG_H |
| 34 |
|
int rigidbody_flag; /* add a pseudo COM atom to rigidbody (default=off). */ |
| 35 |
|
int watertype_flag; /* replace the atom type of water model (default=on). */ |
| 36 |
|
char ** ignore_arg; /* ignore the atom types. */ |
| 37 |
+ |
char * selection_arg; /* general selection syntax(now only support select atoms within a specified range). */ |
| 38 |
|
int repeatX_arg; /* The number of images to repeat in the x direction (default='0'). */ |
| 39 |
|
int repeatY_arg; /* The number of images to repeat in the y direction (default='0'). */ |
| 40 |
|
int repeatZ_arg; /* The number of images to repeat in the z direction (default='0'). */ |
| 51 |
|
int rigidbody_given ; /* Whether rigidbody was given. */ |
| 52 |
|
int watertype_given ; /* Whether watertype was given. */ |
| 53 |
|
int ignore_given ; /* Whether ignore was given. */ |
| 54 |
+ |
int selection_given ; /* Whether selection was given. */ |
| 55 |
|
int repeatX_given ; /* Whether repeatX was given. */ |
| 56 |
|
int repeatY_given ; /* Whether repeatY was given. */ |
| 57 |
|
int repeatZ_given ; /* Whether repeatZ was given. */ |
| 66 |
|
#ifdef __cplusplus |
| 67 |
|
} |
| 68 |
|
#endif /* __cplusplus */ |
| 69 |
< |
#endif /* DUMP2XYZCMD_H */ |
| 69 |
> |
#endif /* CMDLINE_H */ |