Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ClusterElem Struct Reference

#include <ParallelIOMgr.h>

List of all members.

Public Member Functions

 ClusterElem ()
 ClusterElem (int cid)
int hash () const
int operator== (const ClusterElem &a) const

Public Attributes

int clusterId
int atomsCnt


Constructor & Destructor Documentation

ClusterElem::ClusterElem  )  [inline]
 

Definition at line 102 of file ParallelIOMgr.h.

00102 : clusterId(-1), atomsCnt(0) {}

ClusterElem::ClusterElem int  cid  )  [inline]
 

Definition at line 103 of file ParallelIOMgr.h.

00103 : clusterId(cid), atomsCnt(0) {}


Member Function Documentation

int ClusterElem::hash void   )  const [inline]
 

Definition at line 104 of file ParallelIOMgr.h.

00104                      {
00105         return clusterId;
00106     }

int ClusterElem::operator== const ClusterElem a  )  const [inline]
 

Definition at line 107 of file ParallelIOMgr.h.

References clusterId.

00107                                                {
00108         return clusterId == a.clusterId;
00109     }


Member Data Documentation

int ClusterElem::atomsCnt
 

Definition at line 100 of file ParallelIOMgr.h.

Referenced by ParallelIOMgr::recvFinalClusterSize().

int ClusterElem::clusterId
 

Definition at line 99 of file ParallelIOMgr.h.

Referenced by operator==(), and ParallelIOMgr::recvFinalClusterSize().


The documentation for this struct was generated from the following file:
Generated on Tue May 21 04:07:24 2013 for NAMD by  doxygen 1.3.9.1