#include <NamdTypes.h>
Public Member Functions | |
| CompAtomExt () | |
| CompAtomExt (const CompAtomExt &a) | |
| CompAtomExt & | operator= (const CompAtomExt &a) |
Public Attributes | |
| AtomSigID | sigId |
| ExclSigID | exclId |
| VDW_TYPE | vdwType |
|
|
Definition at line 108 of file NamdTypes.h. 00108 {;}
|
|
|
Definition at line 111 of file NamdTypes.h.
|
|
|
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 }
|
|
|
Definition at line 105 of file NamdTypes.h. Referenced by operator=(), and SELF(). |
|
|
Definition at line 104 of file NamdTypes.h. Referenced by ComputeHomeTuples< BondElem, Bond, BondValue >::loadTuples(), and operator=(). |
|
|
Definition at line 106 of file NamdTypes.h. Referenced by operator=(), and SELF(). |
1.3.9.1