![]() |
Rosetta Protocols
2014.35
|
Simple class that holds the information on an atom involved in a contact. More...
#include <ContactMap.hh>
Public Member Functions | |
ContactPartner (core::Size seqpos=0, std::string resname="", std::string aname="") | |
Default constructor. More... | |
std::string | string_rep () const |
Returns string representation of the ContactPartner. More... | |
core::Size | seqpos () const |
Accessor functions for private class variables. More... | |
std::string | resname () const |
std::string | atomname () const |
Private Attributes | |
core::Size | seqpos_ |
std::string | resname_ |
std::string | atomname_ |
Simple class that holds the information on an atom involved in a contact.
|
inline |
Default constructor.
|
inline |
References atomname_.
|
inline |
References resname_.
|
inline |
Accessor functions for private class variables.
References seqpos_.
std::string protocols::contact_map::ContactPartner::string_rep | ( | ) | const |
Returns string representation of the ContactPartner.
Referenced by protocols::contact_map::ContactMap::fill_contacts().
|
private |
Referenced by atomname().
|
private |
Referenced by resname().
|
private |
Referenced by seqpos().