|
NAMD
|
#include "parm.h"#include "ReadAmberParm.h"#include "common.h"#include "structures.h"#include "strlib.h"#include "MStream.h"#include "SimParameters.h"#include "GromacsTopFile.h"#include "TupleString.h"Go to the source code of this file.
Classes | |
| class | BondValue |
| class | AngleValue |
| struct | four_body_consts |
| class | DihedralValue |
| class | ImproperValue |
| struct | CrosstermData |
| class | CrosstermValue |
| class | GromacsPairValue |
| class | NonbondedExclValue |
| struct | vdw_val |
| struct | indexed_vdw_pair |
| struct | indexed_vdw_pair_accel |
| struct | indexed_nbthole_pair |
| struct | nbthole_pair_value |
| struct | indexed_table_pair |
| class | Parameters |
Macros | |
| #define | ACCELERATED_INPUT 1 |
| #define | ACCELERATED_INPUT_ANGLES 1 |
| #define | ACCELERATED_INPUT_DIHEDRALS 1 |
| #define | ACCELERATED_INPUT_IMPROPERS 1 |
| #define | ACCELERATED_INPUT_CROSSTERMS 1 |
| #define | ACCELERATED_INPUT_VDW 1 |
| #define | ACCELERATED_INPUT_NBTHOLE 1 |
| #define | ACCELERATED_INPUT_TABLE_PAIR 1 |
| #define | MAX_MULTIPLICITY 6 |
| #define | MAX_ATOMTYPE_CHARS 6 |
| #define | paraXplor 0 |
| #define | paraCharmm 1 |
Typedefs | |
| typedef struct four_body_consts | FourBodyConsts |
| typedef struct vdw_val | VdwValue |
| typedef struct indexed_vdw_pair | IndexedVdwPair |
| typedef struct indexed_vdw_pair_accel | IndexedVdwPairAccel |
| typedef struct indexed_nbthole_pair | IndexedNbtholePair |
| typedef struct nbthole_pair_value | NbtholePairValue |
| typedef struct indexed_table_pair | IndexedTablePair |
| #define ACCELERATED_INPUT 1 |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 30 of file Parameters.h.
| #define ACCELERATED_INPUT_ANGLES 1 |
Definition at line 33 of file Parameters.h.
| #define ACCELERATED_INPUT_CROSSTERMS 1 |
Definition at line 36 of file Parameters.h.
| #define ACCELERATED_INPUT_DIHEDRALS 1 |
Definition at line 34 of file Parameters.h.
| #define ACCELERATED_INPUT_IMPROPERS 1 |
Definition at line 35 of file Parameters.h.
| #define ACCELERATED_INPUT_NBTHOLE 1 |
Definition at line 38 of file Parameters.h.
| #define ACCELERATED_INPUT_TABLE_PAIR 1 |
Definition at line 39 of file Parameters.h.
| #define ACCELERATED_INPUT_VDW 1 |
Definition at line 37 of file Parameters.h.
| #define MAX_ATOMTYPE_CHARS 6 |
Definition at line 86 of file Parameters.h.
Referenced by Parameters::atom_type_name(), Parameters::atom_type_name_str(), Parameters::done_reading_files(), Parameters::receive_Parameters(), and Parameters::send_Parameters().
| #define MAX_MULTIPLICITY 6 |
Definition at line 83 of file Parameters.h.
Referenced by Parameters::get_dihedral_params(), Parameters::get_improper_params(), operator==(), Parameters::read_parm(), Parameters::receive_Parameters(), and Parameters::send_Parameters().
| #define paraCharmm 1 |
Definition at line 92 of file Parameters.h.
Referenced by Parameters::Parameters().
| #define paraXplor 0 |
Definition at line 91 of file Parameters.h.
Referenced by Parameters::assign_dihedral_index(), Parameters::assign_improper_index(), and Parameters::Parameters().
| typedef struct four_body_consts FourBodyConsts |
| typedef struct indexed_nbthole_pair IndexedNbtholePair |
| typedef struct indexed_table_pair IndexedTablePair |
| typedef struct indexed_vdw_pair IndexedVdwPair |
| typedef struct indexed_vdw_pair_accel IndexedVdwPairAccel |
| typedef struct nbthole_pair_value NbtholePairValue |
1.8.14