NAMD
Public Member Functions | Public Attributes | List of all members
meMMQMGrp Struct Reference

#include <ComputeQM.h>

Public Member Functions

 meMMQMGrp ()
 
 meMMQMGrp (const meMMQMGrp &ref)
 
 meMMQMGrp (int newmmIndx)
 
 meMMQMGrp (int newmmIndx, Real newQMGrp)
 
meMMQMGrpoperator= (const meMMQMGrp &ref)
 
bool operator< (const meMMQMGrp &ref)
 
bool operator== (const meMMQMGrp &ref)
 

Public Attributes

int mmIndx
 
Real qmGrp
 

Detailed Description

Definition at line 69 of file ComputeQM.h.

Constructor & Destructor Documentation

meMMQMGrp::meMMQMGrp ( )
inline

Definition at line 74 of file ComputeQM.h.

74 {}
meMMQMGrp::meMMQMGrp ( const meMMQMGrp ref)
inline

Definition at line 75 of file ComputeQM.h.

References mmIndx, and qmGrp.

75  {
76  mmIndx = ref.mmIndx;
77  qmGrp = ref.qmGrp;
78  }
int mmIndx
Definition: ComputeQM.h:71
Real qmGrp
Definition: ComputeQM.h:72
meMMQMGrp::meMMQMGrp ( int  newmmIndx)
inline

Definition at line 79 of file ComputeQM.h.

References mmIndx.

79  {
80  mmIndx = newmmIndx;
81  }
int mmIndx
Definition: ComputeQM.h:71
meMMQMGrp::meMMQMGrp ( int  newmmIndx,
Real  newQMGrp 
)
inline

Definition at line 82 of file ComputeQM.h.

References mmIndx, and qmGrp.

82  {
83  mmIndx = newmmIndx;
84  qmGrp = newQMGrp;
85  }
int mmIndx
Definition: ComputeQM.h:71
Real qmGrp
Definition: ComputeQM.h:72

Member Function Documentation

bool meMMQMGrp::operator< ( const meMMQMGrp ref)
inline

Definition at line 93 of file ComputeQM.h.

References mmIndx.

93  {
94  return (mmIndx < ref.mmIndx);
95  }
int mmIndx
Definition: ComputeQM.h:71
meMMQMGrp& meMMQMGrp::operator= ( const meMMQMGrp ref)
inline

Definition at line 87 of file ComputeQM.h.

References mmIndx, and qmGrp.

87  {
88  mmIndx = ref.mmIndx;
89  qmGrp = ref.qmGrp;
90  return *this ;
91  }
int mmIndx
Definition: ComputeQM.h:71
Real qmGrp
Definition: ComputeQM.h:72
bool meMMQMGrp::operator== ( const meMMQMGrp ref)
inline

Definition at line 96 of file ComputeQM.h.

References mmIndx.

96  {
97  return (mmIndx == ref.mmIndx) ;
98  }
int mmIndx
Definition: ComputeQM.h:71

Member Data Documentation

int meMMQMGrp::mmIndx

Definition at line 71 of file ComputeQM.h.

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

Real meMMQMGrp::qmGrp

Definition at line 72 of file ComputeQM.h.

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


The documentation for this struct was generated from the following file: