Public Member Functions | |
| unsigned | atom_kind (const std::string &s) |
| double * | CO_DA (const unsigned a_kind, const unsigned at_kind) |
| double * | CO_RING (const unsigned a_kind, const unsigned at_kind) |
| double * | CO_SPHERE (const unsigned a_kind, const unsigned at_kind, unsigned exp_type) |
| double * | CONST_BB2 (const unsigned a_kind, const unsigned at_kind) |
| double * | CONST_SC2 (const unsigned a_kind, const unsigned at_kind, unsigned res_type) |
| double * | CONST_XD (const unsigned a_kind, const unsigned at_kind) |
| double * | CONSTAACURR (const unsigned a_kind, const unsigned at_kind) |
| double * | CONSTAANEXT (const unsigned a_kind, const unsigned at_kind) |
| double * | CONSTAAPREV (const unsigned a_kind, const unsigned at_kind) |
| unsigned | get_numXtraDists () |
| unsigned | kind (const std::string &s) |
| double * | PARS_DA (const unsigned a_kind, const unsigned at_kind, const unsigned ang_kind) |
| void | parse (const std::string &file, const double dscale) |
Private Types | |
| enum | { HA_ATOM , H_ATOM , N_ATOM , CA_ATOM , CB_ATOM , C_ATOM } |
| enum | { STD , GLY , PRO } |
Private Member Functions | |
| void | assign (double *f, const std::vector< std::string > &v, const double scale) |
| std::vector< std::string > | split (const std::string &s, char delim) |
| std::vector< std::string > & | split (const std::string &s, char delim, std::vector< std::string > &elems) |
Private Attributes | |
| double | c_aa [aa_kind][atm_kind][20] |
| double | c_aa_prev [aa_kind][atm_kind][20] |
| double | c_aa_succ [aa_kind][atm_kind][20] |
| double | co_bb [aa_kind][atm_kind][16] |
| double | co_da [aa_kind][atm_kind][3] |
| double | co_ring [aa_kind][atm_kind][5] |
| double | co_sc_ [aa_kind][atm_kind][20][20] |
| double | co_sphere [aa_kind][atm_kind][2][8] |
| double | co_xd [aa_kind][atm_kind][numXtraDists] |
| double | pars_da [aa_kind][atm_kind][3][5] |
Static Private Attributes | |
| static const unsigned | aa_kind = 3 |
| static const unsigned | atm_kind = 6 |
| static const unsigned | numXtraDists = 27 |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
Hosted by GitHub
|
1.17.0
|