NAMD
ComputeConsForceMsgs.h
Go to the documentation of this file.
1
7
#ifndef COMPUTECONSFORCEMSG_H
8
#define COMPUTECONSFORCEMSG_H
9
10
#include "charm++.h"
11
12
#include "
NamdTypes.h
"
13
#include "ComputeMgr.decl.h"
14
15
class
ComputeConsForceMsg
:
public
CMessage_ComputeConsForceMsg {
16
public
:
17
// data members
18
AtomIDList
aid
;
19
ForceList
f
;
20
21
// constructor and destructor
22
ComputeConsForceMsg
() {}
23
~ComputeConsForceMsg
() {}
24
25
// pack and unpack functions
26
static
void
*
pack
(
ComputeConsForceMsg
*msg);
27
static
ComputeConsForceMsg
*
unpack
(
void
*ptr);
28
};
29
30
#endif
31
ComputeConsForceMsg::ComputeConsForceMsg
ComputeConsForceMsg()
Definition:
ComputeConsForceMsgs.h:22
ComputeConsForceMsg::~ComputeConsForceMsg
~ComputeConsForceMsg()
Definition:
ComputeConsForceMsgs.h:23
ComputeConsForceMsg::f
ForceList f
Definition:
ComputeConsForceMsgs.h:19
ComputeConsForceMsg::pack
static void * pack(ComputeConsForceMsg *msg)
ResizeArray< AtomID >
ComputeConsForceMsg::unpack
static ComputeConsForceMsg * unpack(void *ptr)
NamdTypes.h
ComputeConsForceMsg
Definition:
ComputeConsForceMsgs.h:15
ComputeConsForceMsg::aid
AtomIDList aid
Definition:
ComputeConsForceMsgs.h:18
Generated by
1.8.14