NAMD
|
#include <ComputeHomePatches.h>
Public Member Functions | |
PatchElem () | |
PatchElem (PatchID p_param) | |
PatchElem (HomePatch *p_param, Compute *cid, int useAvgPos) | |
~PatchElem () | |
int | operator== (const PatchElem &elem) const |
int | operator< (const PatchElem &elem) const |
Public Attributes | |
PatchID | patchID |
HomePatch * | p |
Box< Patch, CompAtom > * | positionBox |
Box< Patch, CompAtom > * | avgPositionBox |
Box< Patch, Results > * | forceBox |
CompAtom * | x |
Results * | r |
Force * | f |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 18 of file ComputeHomePatches.h.
|
inline |
Definition at line 29 of file ComputeHomePatches.h.
References avgPositionBox, f, forceBox, p, patchID, positionBox, r, and x.
|
inline |
Definition at line 40 of file ComputeHomePatches.h.
References patchID.
Definition at line 44 of file ComputeHomePatches.h.
References avgPositionBox, f, forceBox, Patch::getPatchID(), p, patchID, positionBox, r, Patch::registerAvgPositionPickup(), Patch::registerForceDeposit(), Patch::registerPositionPickup(), and x.
|
inline |
Definition at line 57 of file ComputeHomePatches.h.
|
inline |
|
inline |
Definition at line 23 of file ComputeHomePatches.h.
Referenced by PatchElem().
Force* PatchElem::f |
Definition at line 27 of file ComputeHomePatches.h.
Referenced by PatchElem().
Definition at line 24 of file ComputeHomePatches.h.
Referenced by PatchElem().
HomePatch* PatchElem::p |
Definition at line 21 of file ComputeHomePatches.h.
Referenced by PatchElem().
PatchID PatchElem::patchID |
Definition at line 20 of file ComputeHomePatches.h.
Referenced by operator<(), operator==(), and PatchElem().
Definition at line 22 of file ComputeHomePatches.h.
Referenced by PatchElem().
Results* PatchElem::r |
Definition at line 26 of file ComputeHomePatches.h.
Referenced by PatchElem().
CompAtom* PatchElem::x |
Definition at line 25 of file ComputeHomePatches.h.
Referenced by PatchElem().