NAMD
Public Member Functions | Public Attributes | List of all members
msm::PatchDiagram Struct Reference

#include <MsmMap.h>

Public Member Functions

void reset ()
 

Public Attributes

IndexRange nrange
 
Array< BlockSendsend
 
int numRecvs
 

Detailed Description

Definition at line 897 of file MsmMap.h.

Member Function Documentation

void msm::PatchDiagram::reset ( )
inline

Definition at line 901 of file MsmMap.h.

References nrange, numRecvs, and send.

901  {
902  nrange = IndexRange();
903  send.resize(0);
904  numRecvs = 0;
905  } // reset
Array< BlockSend > send
Definition: MsmMap.h:899
IndexRange nrange
Definition: MsmMap.h:898

Member Data Documentation

IndexRange msm::PatchDiagram::nrange

Definition at line 898 of file MsmMap.h.

Referenced by msm::PatchData::PatchData(), and reset().

int msm::PatchDiagram::numRecvs
Array<BlockSend> msm::PatchDiagram::send

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