NAMD
Public Member Functions | Public Attributes | List of all members
MsmGridCutoffSetupMsg Class Reference
Inheritance diagram for MsmGridCutoffSetupMsg:

Public Member Functions

void put (const CProxyElement_MsmBlock *q)
 
void get (CProxyElement_MsmBlock *q)
 

Public Attributes

char msmBlockElementProxyData [sizeof(CProxyElement_MsmBlock)]
 

Detailed Description

Definition at line 245 of file ComputeMsm.C.

Member Function Documentation

void MsmGridCutoffSetupMsg::get ( CProxyElement_MsmBlock *  q)
inline

Definition at line 259 of file ComputeMsm.C.

References msmBlockElementProxyData.

261  {
262  memcpy(q, msmBlockElementProxyData, sizeof(CProxyElement_MsmBlock));
263  }
char msmBlockElementProxyData[sizeof(CProxyElement_MsmBlock)]
Definition: ComputeMsm.C:249
void MsmGridCutoffSetupMsg::put ( const CProxyElement_MsmBlock *  q)
inline

Definition at line 252 of file ComputeMsm.C.

References msmBlockElementProxyData.

Referenced by MsmBlock::setupSections().

254  {
255  memcpy(msmBlockElementProxyData, q, sizeof(CProxyElement_MsmBlock));
256  }
char msmBlockElementProxyData[sizeof(CProxyElement_MsmBlock)]
Definition: ComputeMsm.C:249

Member Data Documentation

char MsmGridCutoffSetupMsg::msmBlockElementProxyData[sizeof(CProxyElement_MsmBlock)]

Definition at line 249 of file ComputeMsm.C.

Referenced by get(), and put().


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