#include "NamdTypes.h"#include "ReductionMgr.h"Go to the source code of this file.
Classes | |
| class | Pairlists |
| class | ComputeNonbondedWorkArrays |
| struct | nonbonded |
| class | ComputeNonbondedUtil |
Defines | |
| #define | NBWORKARRAYSINIT(ARRAYS) ComputeNonbondedWorkArrays* const computeNonbondedWorkArrays = ARRAYS; |
| #define | NBWORKARRAY(TYPE, NAME, SIZE) |
Typedefs | |
| typedef unsigned short | plint |
|
|
Value: computeNonbondedWorkArrays->NAME.resize(SIZE); \ TYPE * NAME = computeNonbondedWorkArrays->NAME.begin(); Definition at line 58 of file ComputeNonbondedUtil.h. Referenced by SELF(). |
|
|
Definition at line 55 of file ComputeNonbondedUtil.h. Referenced by SELF(). |
|
|
Definition at line 19 of file ComputeNonbondedUtil.h. Referenced by ComputeNonbondedSelf::doForce(), Pairlists::newlist(), pairlist_from_pairlist(), Pairlists::Pairlists(), and SELF(). |
1.3.9.1