OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
UniqueAtomIdentifier Class Reference

#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

Detailed Description

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.


Constructor & Destructor Documentation

UniqueAtomIdentifier ( const String chain,
const ResNum residue,
const String residue_name,
const String atom 
)
inline

Constructor with all the relevant information.

Definition at line 36 of file local_dist_diff_test.hh.

Definition at line 39 of file local_dist_diff_test.hh.


Member Function Documentation

String GetAtomName ( ) const
inline

Returns the name of the atom, as a String.

Definition at line 51 of file local_dist_diff_test.hh.

String GetChainName ( ) const
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.

String GetResidueName ( ) const
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.

ResNum GetResNum ( ) const
inline

Returns the ResNum of the residue to which the atom belongs.

Definition at line 45 of file local_dist_diff_test.hh.

bool operator< ( const UniqueAtomIdentifier rhs) const
inline

Definition at line 59 of file local_dist_diff_test.hh.

bool operator== ( const UniqueAtomIdentifier rhs) const
inline

Definition at line 54 of file local_dist_diff_test.hh.


The documentation for this class was generated from the following file: