NAMD
|
#include <MigrateAtomsMsg.h>
Public Member Functions | |
MigrateAtomsMsg (void) | |
Static Public Member Functions | |
static void * | pack (MigrateAtomsMsg *msg) |
static MigrateAtomsMsg * | unpack (void *ptr) |
Public Attributes | |
NodeID | fromNodeID |
PatchID | srcPatchID |
PatchID | destPatchID |
MigrationList | migrationList |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 30 of file MigrateAtomsMsg.h.
|
inline |
Definition at line 37 of file MigrateAtomsMsg.h.
|
static |
|
static |
PatchID MigrateAtomsMsg::destPatchID |
Definition at line 34 of file MigrateAtomsMsg.h.
Referenced by MigrateAtomsCombinedMsg::distribute().
NodeID MigrateAtomsMsg::fromNodeID |
Definition at line 32 of file MigrateAtomsMsg.h.
Referenced by MigrateAtomsCombinedMsg::distribute().
MigrationList MigrateAtomsMsg::migrationList |
Definition at line 35 of file MigrateAtomsMsg.h.
Referenced by HomePatch::depositMigration(), and MigrateAtomsCombinedMsg::distribute().
PatchID MigrateAtomsMsg::srcPatchID |
Definition at line 33 of file MigrateAtomsMsg.h.
Referenced by MigrateAtomsCombinedMsg::distribute().