Molmodel
|
Composite key for residue within a chain, composed of residue number and insertion code. More...
#include <Pdb.h>
Public Member Functions | |
PdbResidueId (int num, char iCode= ' ') | |
bool | operator< (const PdbResidueId &other) const |
< operator is required for use as a key in a hash table | |
Public Attributes | |
int | residueNumber |
char | insertionCode |
Composite key for residue within a chain, composed of residue number and insertion code.
SimTK::PdbResidueId::PdbResidueId | ( | int | num, |
char | iCode = ' ' |
||
) | [inline, explicit] |
bool SimTK::PdbResidueId::operator< | ( | const PdbResidueId & | other | ) | const |
< operator is required for use as a key in a hash table