#include <residue_prop.hh>
Public Member Functions | |
| ResNum (int num) | |
| ResNum (int num, char alt) | |
| bool | operator== (const ResNum &) const |
| bool | operator< (const ResNum &) const |
| int | operator+= (int) |
| int | operator-= (int) |
| int | operator+= (const ResNum &) |
| int | operator-= (const ResNum &) |
| ResNum & | operator++ () |
| ResNum & | operator-- () |
| ResNum | NextInsertionCode () const |
| int | GetNum () const |
| char | GetInsCode () const |
| String | AsString () const |
Definition at line 31 of file residue_prop.hh.
| ResNum | ( | int | num | ) |
| ResNum | ( | int | num, | |
| char | alt | |||
| ) |
| String AsString | ( | ) | const |
get residue number as String
The returned String consists of both the numeric residue sequence number and the insertion code. If the insertion code is not defined, i.e. is equal to the null character, only the residue sequence number is returned.
| char GetInsCode | ( | ) | const [inline] |
Definition at line 53 of file residue_prop.hh.
| int GetNum | ( | ) | const [inline] |
Definition at line 52 of file residue_prop.hh.
| ResNum NextInsertionCode | ( | ) | const |
| ResNum& operator++ | ( | ) |
| int operator+= | ( | const ResNum & | ) |
| int operator+= | ( | int | ) |
| ResNum& operator-- | ( | ) |
| int operator-= | ( | const ResNum & | ) |
| int operator-= | ( | int | ) |
| bool operator< | ( | const ResNum & | ) | const |
| bool operator== | ( | const ResNum & | ) | const |
1.5.8