|
Rosetta 3.5
|
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.
Definition at line 133 of file ContactMap.hh.
|
inline |
Default constructor.
Definition at line 137 of file ContactMap.hh.
|
inline |
Definition at line 148 of file ContactMap.hh.
References atomname_.
|
inline |
Definition at line 147 of file ContactMap.hh.
References resname_.
|
inline |
Accessor functions for private class variables.
Definition at line 146 of file ContactMap.hh.
References seqpos_.
| std::string protocols::contact_map::ContactPartner::string_rep | ( | ) |
Returns string representation of the ContactPartner.
Definition at line 454 of file ContactMap.cc.
Referenced by protocols::contact_map::ContactMap::fill_contacts().
|
private |
Definition at line 153 of file ContactMap.hh.
Referenced by atomname().
|
private |
Definition at line 152 of file ContactMap.hh.
Referenced by resname().
|
private |
Definition at line 151 of file ContactMap.hh.
Referenced by seqpos().
1.8.4