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

CompAtomExt Struct Reference

#include <NamdTypes.h>

List of all members.

Public Member Functions

 CompAtomExt ()
 CompAtomExt (const CompAtomExt &a)
CompAtomExtoperator= (const CompAtomExt &a)

Public Attributes

AtomSigID sigId
ExclSigID exclId
VDW_TYPE vdwType


Constructor & Destructor Documentation

CompAtomExt::CompAtomExt  )  [inline]
 

Definition at line 108 of file NamdTypes.h.

00108 {;}

CompAtomExt::CompAtomExt const CompAtomExt a  )  [inline]
 

Definition at line 111 of file NamdTypes.h.

00111                                            :
00112     sigId(a.sigId), exclId(a.exclId), vdwType(a.vdwType){
00113   }


Member Function Documentation

CompAtomExt& CompAtomExt::operator= const CompAtomExt a  )  [inline]
 

Definition at line 116 of file NamdTypes.h.

References exclId, sigId, and vdwType.

00116                                                       {
00117     sigId = a.sigId;
00118     exclId = a.exclId;
00119     vdwType = a.vdwType;
00120 
00121     return *this;
00122   }


Member Data Documentation

ExclSigID CompAtomExt::exclId
 

Definition at line 105 of file NamdTypes.h.

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

AtomSigID CompAtomExt::sigId
 

Definition at line 104 of file NamdTypes.h.

Referenced by ComputeHomeTuples< BondElem, Bond, BondValue >::loadTuples(), and operator=().

VDW_TYPE CompAtomExt::vdwType
 

Definition at line 106 of file NamdTypes.h.

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


The documentation for this struct was generated from the following file:
Generated on Mon Oct 13 04:07:45 2008 for NAMD by  doxygen 1.3.9.1