|
NAMD
|
#include <Molecule.h>
Public Member Functions | |
| ResidueLookupElem (void) | |
| ~ResidueLookupElem (void) | |
| int | lookup (const char *segid, int resid, int *begin, int *end) const |
| ResidueLookupElem * | append (const char *segid, int resid, int aid) |
Public Attributes | |
| char | mySegid [11] |
| ResidueLookupElem * | next |
| int | firstResid |
| int | lastResid |
| ResizeArray< int > | atomIndex |
Definition at line 88 of file Molecule.h.
|
inline |
|
inline |
| ResidueLookupElem * ResidueLookupElem::append | ( | const char * | segid, |
| int | resid, | ||
| int | aid | ||
| ) |
Definition at line 94 of file Molecule.C.
References endi(), iout, iWARN(), and next().
| int ResidueLookupElem::lookup | ( | const char * | segid, |
| int | resid, | ||
| int * | begin, | ||
| int * | end | ||
| ) | const |
Definition at line 81 of file Molecule.C.
References atomIndex, firstResid, mySegid, and next.
Referenced by Molecule::prepare_qm().
| ResizeArray<int> ResidueLookupElem::atomIndex |
Definition at line 95 of file Molecule.h.
Referenced by lookup().
| int ResidueLookupElem::firstResid |
Definition at line 93 of file Molecule.h.
Referenced by lookup(), and ResidueLookupElem().
| int ResidueLookupElem::lastResid |
Definition at line 94 of file Molecule.h.
Referenced by ResidueLookupElem().
| char ResidueLookupElem::mySegid[11] |
Definition at line 91 of file Molecule.h.
Referenced by lookup().
| ResidueLookupElem* ResidueLookupElem::next |
Definition at line 92 of file Molecule.h.
Referenced by lookup(), ResidueLookupElem(), and ~ResidueLookupElem().
1.8.14