NAMD
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
MigrateAtomsMsg Class Reference

#include <MigrateAtomsMsg.h>

Inheritance diagram for MigrateAtomsMsg:

Public Member Functions

 MigrateAtomsMsg (void)
 

Static Public Member Functions

static void * pack (MigrateAtomsMsg *msg)
 
static MigrateAtomsMsgunpack (void *ptr)
 

Public Attributes

NodeID fromNodeID
 
PatchID srcPatchID
 
PatchID destPatchID
 
MigrationList migrationList
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MigrateAtomsMsg()

MigrateAtomsMsg::MigrateAtomsMsg ( void  )
inline

Definition at line 37 of file MigrateAtomsMsg.h.

37 { ; }

Member Function Documentation

◆ pack()

static void* MigrateAtomsMsg::pack ( MigrateAtomsMsg msg)
static

◆ unpack()

static MigrateAtomsMsg* MigrateAtomsMsg::unpack ( void *  ptr)
static

Member Data Documentation

◆ destPatchID

PatchID MigrateAtomsMsg::destPatchID

Definition at line 34 of file MigrateAtomsMsg.h.

Referenced by MigrateAtomsCombinedMsg::distribute().

◆ fromNodeID

NodeID MigrateAtomsMsg::fromNodeID

Definition at line 32 of file MigrateAtomsMsg.h.

Referenced by MigrateAtomsCombinedMsg::distribute().

◆ migrationList

MigrationList MigrateAtomsMsg::migrationList

◆ srcPatchID

PatchID MigrateAtomsMsg::srcPatchID

Definition at line 33 of file MigrateAtomsMsg.h.

Referenced by MigrateAtomsCombinedMsg::distribute().


The documentation for this class was generated from the following file: