OpenStructure
|
#include <distance_test_common.hh>
Public Member Functions | |
UniqueAtomIdentifier (const String &chain, const ResNum &residue, const String &residue_name, const String &atom) | |
UniqueAtomIdentifier () | |
String | GetChainName () const |
ResNum | GetResNum () const |
String | GetResidueName () const |
String | GetAtomName () const |
String | GetQualifiedAtomName () const |
bool | operator== (const UniqueAtomIdentifier &rhs) const |
bool | operator< (const UniqueAtomIdentifier &rhs) const |
Contains the infomation needed to uniquely identify an atom in a structure.
Used by the the Local Distance Difference Test classes and functions
Definition at line 43 of file distance_test_common.hh.
|
inline |
Constructor with all the relevant information.
Definition at line 48 of file distance_test_common.hh.
|
inline |
Definition at line 51 of file distance_test_common.hh.
|
inline |
Returns the name of the atom, as a String.
Definition at line 63 of file distance_test_common.hh.
|
inline |
Returns the name of the chain to which the atom belongs, as a String.
Definition at line 54 of file distance_test_common.hh.
String GetQualifiedAtomName | ( | ) | const |
Returns the qualified name of the atom, as a String.
|
inline |
Returns the name of the residue to which the atom belongs, as a String.
Definition at line 60 of file distance_test_common.hh.
|
inline |
Returns the ResNum of the residue to which the atom belongs.
Definition at line 57 of file distance_test_common.hh.
bool operator< | ( | const UniqueAtomIdentifier & | rhs | ) | const |
bool operator== | ( | const UniqueAtomIdentifier & | rhs | ) | const |