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

Public Member Functions

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

Public Attributes

char msmBlockElementProxyData [sizeof(CProxyElement_MsmC1HermiteBlock)]
 

Detailed Description

Definition at line 267 of file ComputeMsm.C.

Member Function Documentation

void MsmC1HermiteGridCutoffSetupMsg::get ( CProxyElement_MsmC1HermiteBlock *  q)
inline

Definition at line 282 of file ComputeMsm.C.

References msmBlockElementProxyData.

284  {
285  memcpy(q, msmBlockElementProxyData,
286  sizeof(CProxyElement_MsmC1HermiteBlock));
287  }
char msmBlockElementProxyData[sizeof(CProxyElement_MsmC1HermiteBlock)]
Definition: ComputeMsm.C:271
void MsmC1HermiteGridCutoffSetupMsg::put ( const CProxyElement_MsmC1HermiteBlock *  q)
inline

Definition at line 274 of file ComputeMsm.C.

References msmBlockElementProxyData.

Referenced by MsmC1HermiteBlock::setupSections().

276  {
277  memcpy(msmBlockElementProxyData, q,
278  sizeof(CProxyElement_MsmC1HermiteBlock));
279  }
char msmBlockElementProxyData[sizeof(CProxyElement_MsmC1HermiteBlock)]
Definition: ComputeMsm.C:271

Member Data Documentation

char MsmC1HermiteGridCutoffSetupMsg::msmBlockElementProxyData[sizeof(CProxyElement_MsmC1HermiteBlock)]

Definition at line 271 of file ComputeMsm.C.

Referenced by get(), and put().


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