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

MovePatch Struct Reference

#include <PatchMgr.h>

List of all members.

Public Member Functions

 MovePatch (PatchID p=-1, NodeID n=-1)
 ~MovePatch ()
int operator< (MovePatch m)
int operator== (MovePatch m)

Public Attributes

NodeID nodeID
PatchID pid


Constructor & Destructor Documentation

MovePatch::MovePatch PatchID  p = -1,
NodeID  n = -1
[inline]
 

Definition at line 76 of file PatchMgr.h.

00076 : nodeID(n), pid(p) {};

MovePatch::~MovePatch  )  [inline]
 

Definition at line 77 of file PatchMgr.h.

00077 {};


Member Function Documentation

int MovePatch::operator< MovePatch  m  )  [inline]
 

Definition at line 82 of file PatchMgr.h.

References nodeID.

00082                                {
00083       return ( nodeID < m.nodeID );
00084     }

int MovePatch::operator== MovePatch  m  )  [inline]
 

Definition at line 86 of file PatchMgr.h.

References nodeID.

00086                                 {
00087       return ( nodeID == m.nodeID );
00088     }


Member Data Documentation

NodeID MovePatch::nodeID
 

Definition at line 79 of file PatchMgr.h.

Referenced by operator<(), and operator==().

PatchID MovePatch::pid
 

Definition at line 80 of file PatchMgr.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 7 04:08:17 2008 for NAMD by  doxygen 1.3.9.1