NAMD
|
Public Member Functions | |
lssDistSort () | |
lssDistSort (int newType, Real newDist) | |
lssDistSort (const lssDistSort &ref) | |
lssDistSort & | operator= (const lssDistSort &ref) |
bool | operator== (const lssDistSort &ref) |
bool | operator< (const lssDistSort &ref) |
Public Attributes | |
int | type |
Real | dist |
SortedArray< idIndxStr > | idIndx |
Definition at line 242 of file ComputeQM.C.
|
inline |
|
inline |
Definition at line 252 of file ComputeQM.C.
References dist, idIndx, ResizeArray< Elem >::resize(), and type.
|
inline |
Definition at line 257 of file ComputeQM.C.
References dist, idIndx, SortedArray< Elem >::insert(), ResizeArray< Elem >::resize(), ResizeArray< Elem >::size(), SortedArray< Elem >::sort(), and type.
|
inline |
|
inline |
Definition at line 265 of file ComputeQM.C.
References dist, idIndx, SortedArray< Elem >::insert(), ResizeArray< Elem >::resize(), ResizeArray< Elem >::size(), SortedArray< Elem >::sort(), and type.
|
inline |
Definition at line 275 of file ComputeQM.C.
References dist, idIndx, ResizeArray< Elem >::size(), and type.
Real lssDistSort::dist |
Definition at line 244 of file ComputeQM.C.
Referenced by lssDistSort(), operator<(), operator=(), and operator==().
SortedArray<idIndxStr> lssDistSort::idIndx |
Definition at line 247 of file ComputeQM.C.
Referenced by lssDistSort(), operator=(), and operator==().
int lssDistSort::type |
Definition at line 243 of file ComputeQM.C.
Referenced by lssDistSort(), operator=(), and operator==().