NAMD
|
#include <HomePatchList.h>
Public Member Functions | |
int | operator< (HomePatchElem e) |
int | operator== (HomePatchElem e) |
HomePatchElem (PatchID id=-1, HomePatch *p=NULL) | |
~HomePatchElem () | |
HomePatchElem & | operator= (const HomePatchElem &e) |
Public Attributes | |
PatchID | pid |
HomePatch * | patch |
Definition at line 20 of file HomePatchList.h.
Definition at line 28 of file HomePatchList.h.
|
inline |
Definition at line 29 of file HomePatchList.h.
|
inline |
|
inline |
Definition at line 30 of file HomePatchList.h.
|
inline |
HomePatch* HomePatchElem::patch |
Definition at line 23 of file HomePatchList.h.
Referenced by PatchMgr::homePatch(), CudaComputeNonbonded::launchWork(), operator=(), and PatchMgr::~PatchMgr().
PatchID HomePatchElem::pid |
Definition at line 22 of file HomePatchList.h.
Referenced by operator<(), operator=(), and operator==().