![]() |
Rosetta
2021.16
|
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 const &resname="", std::string const &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(), and protocols::contact_map::ContactMap::fill_contacts_all_atom2().
|
private |
Referenced by atomname().
|
private |
Referenced by resname().
|
private |
Referenced by seqpos().
1.8.7