![]() |
Rosetta Protocols
2014.16.56682
|
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 () |
| Returns string representation of the ContactPartner. More... | |
| core::Size | seqpos () |
| Accessor functions for private class variables. More... | |
| std::string | resname () |
| std::string | atomname () |
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 | ( | ) |
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().
1.8.7