Molmodel
Public Member Functions | Public Attributes

SimTK::PdbResidueId Class Reference

Composite key for residue within a chain, composed of residue number and insertion code. More...

#include <Pdb.h>

List of all members.

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

Detailed Description

Composite key for residue within a chain, composed of residue number and insertion code.


Constructor & Destructor Documentation

SimTK::PdbResidueId::PdbResidueId ( int  num,
char  iCode = ' ' 
) [inline, explicit]

Member Function Documentation

bool SimTK::PdbResidueId::operator< ( const PdbResidueId other) const

< operator is required for use as a key in a hash table


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines