OpenStructure
|
#include <local_dist_diff_test.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 |
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 31 of file local_dist_diff_test.hh.
|
inline |
Constructor with all the relevant information.
Definition at line 36 of file local_dist_diff_test.hh.
|
inline |
Definition at line 39 of file local_dist_diff_test.hh.
|
inline |
Returns the name of the atom, as a String.
Definition at line 51 of file local_dist_diff_test.hh.
|
inline |
Returns the name of the chain to which the atom belongs, as a String.
Definition at line 42 of file local_dist_diff_test.hh.
|
inline |
Returns the name of the residue to which the atom belongs, as a String.
Definition at line 48 of file local_dist_diff_test.hh.
|
inline |
Returns the ResNum of the residue to which the atom belongs.
Definition at line 45 of file local_dist_diff_test.hh.
|
inline |
Definition at line 59 of file local_dist_diff_test.hh.
|
inline |
Definition at line 54 of file local_dist_diff_test.hh.