OpenStructure
|
#include <residue_prop.hh>
Public Member Functions | |
ResNum () | |
ResNum (int n) | |
ResNum (int n, char a) | |
bool | operator== (const ResNum &r) const |
bool | operator< (const ResNum &r) const |
int | operator+= (int i) |
int | operator-= (int i) |
int | operator+= (const ResNum &r) |
int | operator-= (const ResNum &r) |
ResNum & | operator++ () |
ResNum & | operator-- () |
ResNum | NextInsertionCode () const |
String | AsString () const |
int | GetNum () const |
void | SetNum (int num) |
void | SetInsCode (char ins_code) |
char | GetInsCode () const |
Definition at line 29 of file residue_prop.hh.
|
inline |
Definition at line 39 of file residue_prop.hh.
|
inline |
Definition at line 43 of file residue_prop.hh.
|
inline |
Definition at line 47 of file residue_prop.hh.
|
inline |
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.
Definition at line 134 of file residue_prop.hh.
|
inline |
Definition at line 117 of file residue_prop.hh.
|
inline |
Definition at line 111 of file residue_prop.hh.
|
inline |
Definition at line 97 of file residue_prop.hh.
|
inline |
Definition at line 85 of file residue_prop.hh.
|
inline |
Definition at line 61 of file residue_prop.hh.
|
inline |
Definition at line 73 of file residue_prop.hh.
|
inline |
Definition at line 91 of file residue_prop.hh.
|
inline |
Definition at line 67 of file residue_prop.hh.
|
inline |
Definition at line 79 of file residue_prop.hh.
|
inline |
Definition at line 56 of file residue_prop.hh.
|
inline |
Definition at line 51 of file residue_prop.hh.
|
inline |
Definition at line 115 of file residue_prop.hh.
|
inline |
Definition at line 113 of file residue_prop.hh.