NAMD
|
#include <ParallelIOMgr.h>
Public Member Functions | |
ClusterElem () | |
ClusterElem (int cid) | |
int | hash () const |
int | operator== (const ClusterElem &a) const |
Public Attributes | |
int | clusterId |
int | atomsCnt |
Definition at line 102 of file ParallelIOMgr.h.
|
inline |
Definition at line 106 of file ParallelIOMgr.h.
|
inline |
Definition at line 107 of file ParallelIOMgr.h.
|
inline |
Definition at line 108 of file ParallelIOMgr.h.
References clusterId.
|
inline |
int ClusterElem::atomsCnt |
Definition at line 104 of file ParallelIOMgr.h.
Referenced by ParallelIOMgr::recvFinalClusterSize().
int ClusterElem::clusterId |
Definition at line 103 of file ParallelIOMgr.h.
Referenced by hash(), operator==(), and ParallelIOMgr::recvFinalClusterSize().