NAMD
|
#include <NamdTypes.h>
Public Member Functions | |
int32 | operator< (const InputAtom &a) const |
Public Attributes | |
bool | isValid |
int16 | isGP |
int16 | isMP |
int32 | hydList |
int32 | GPID |
int32 | MPID |
Public Attributes inherited from FullAtom | |
Velocity | velocity |
Position | fixedPosition |
double | recipMass |
Mass | mass |
union { | |
Real langevinParam | |
}; | |
union { | |
PerAtomFlags flags | |
int32 status | |
Atom status bit fields defined in structures.h. More... | |
}; | |
Transform | transform |
int32 | migrationGroupSize |
Real | rigidBondLength |
Public Attributes inherited from CompAtom | |
Position | position |
Charge | charge |
int16 | vdwType |
uint8 | partition |
uint8 | nonbondedGroupSize: 3 |
uint8 | hydrogenGroupSize: 4 |
uint8 | isWater: 1 |
Public Attributes inherited from CompAtomExt | |
int32 | sortOrder |
uint32 | id: 30 |
uint32 | atomFixed: 1 |
uint32 | groupFixed: 1 |
Definition at line 243 of file NamdTypes.h.
int32 InputAtom::GPID |
Definition at line 248 of file NamdTypes.h.
int32 InputAtom::hydList |
Definition at line 247 of file NamdTypes.h.
Referenced by operator<().
int16 InputAtom::isGP |
Definition at line 245 of file NamdTypes.h.
Referenced by ParallelIOMgr::integrateMigratedAtoms().
int16 InputAtom::isMP |
Definition at line 246 of file NamdTypes.h.
Referenced by ParallelIOMgr::calcAtomsInEachPatch().
bool InputAtom::isValid |
Definition at line 244 of file NamdTypes.h.
Referenced by ParallelIOMgr::calcAtomsInEachPatch(), and ParallelIOMgr::integrateMigratedAtoms().
int32 InputAtom::MPID |
Definition at line 249 of file NamdTypes.h.