APBS 3.0.0
|
Parameter structure for PBSAM-specific variables from input files. More...
#include </builddir/build/BUILD/apbs-3.0.0-build/apbs-3.0.0/src/generic/pbsamparm.h>
Data Fields | |
PBSAMparm_CalcType | type |
int | parsed |
int | settolsp |
double | tolsp |
int | setmsms |
double | probe_radius |
double | density |
int | setsurf |
int | surfct |
char | surffil [PBSAMPARM_MAXMOL][CHR_MAXLEN] |
int | setimat |
int | imatct |
char | imatfil [PBSAMPARM_MAXMOL][CHR_MAXLEN] |
int | setexp |
int | expct |
char | expfil [PBSAMPARM_MAXMOL][CHR_MAXLEN] |
Parameter structure for PBSAM-specific variables from input files.
Definition at line 105 of file pbsamparm.h.
double density |
Definition at line 117 of file pbsamparm.h.
int expct |
Definition at line 128 of file pbsamparm.h.
char expfil[PBSAMPARM_MAXMOL][CHR_MAXLEN] |
Definition at line 129 of file pbsamparm.h.
int imatct |
Definition at line 124 of file pbsamparm.h.
char imatfil[PBSAMPARM_MAXMOL][CHR_MAXLEN] |
Definition at line 125 of file pbsamparm.h.
int parsed |
Has this structure been filled? (0 = no, 1 = yes)
Definition at line 108 of file pbsamparm.h.
double probe_radius |
Definition at line 116 of file pbsamparm.h.
int setexp |
Definition at line 127 of file pbsamparm.h.
int setimat |
Definition at line 123 of file pbsamparm.h.
int setmsms |
Definition at line 115 of file pbsamparm.h.
int setsurf |
Definition at line 119 of file pbsamparm.h.
int settolsp |
Definition at line 112 of file pbsamparm.h.
int surfct |
Definition at line 120 of file pbsamparm.h.
char surffil[PBSAMPARM_MAXMOL][CHR_MAXLEN] |
Definition at line 121 of file pbsamparm.h.
double tolsp |
Definition at line 113 of file pbsamparm.h.
PBSAMparm_CalcType type |
What type of PBSAM calculation?
Definition at line 107 of file pbsamparm.h.