|
NAMD
|
Go to the source code of this file.
Classes | |
| class | Pairlists |
| class | ComputeNonbondedWorkArrays |
| struct | GBISParamStruct |
| struct | nonbonded |
| class | ComputeNonbondedUtil |
Macros | |
| #define | NBWORKARRAYSINIT(ARRAYS) ComputeNonbondedWorkArrays* const computeNonbondedWorkArrays = ARRAYS; |
| #define | NBWORKARRAY(TYPE, NAME, SIZE) |
| #define | VDW_SWITCH_MODE_ENERGY 0 |
| #define | VDW_SWITCH_MODE_MARTINI 1 |
| #define | VDW_SWITCH_MODE_FORCE 2 |
Typedefs | |
| typedef unsigned short | plint |
| #define NBWORKARRAY | ( | TYPE, | |
| NAME, | |||
| SIZE | |||
| ) |
Definition at line 92 of file ComputeNonbondedUtil.h.
| #define NBWORKARRAYSINIT | ( | ARRAYS | ) | ComputeNonbondedWorkArrays* const computeNonbondedWorkArrays = ARRAYS; |
Definition at line 83 of file ComputeNonbondedUtil.h.
| #define VDW_SWITCH_MODE_ENERGY 0 |
Definition at line 419 of file ComputeNonbondedUtil.h.
Referenced by ComputeNonbondedUtil::select().
| #define VDW_SWITCH_MODE_FORCE 2 |
Definition at line 421 of file ComputeNonbondedUtil.h.
Referenced by ComputeNonbondedUtil::select().
| #define VDW_SWITCH_MODE_MARTINI 1 |
Definition at line 420 of file ComputeNonbondedUtil.h.
Referenced by ComputeNonbondedUtil::select().
| typedef unsigned short plint |
Definition at line 20 of file ComputeNonbondedUtil.h.
1.8.14