![]() |
Rosetta Protocols
2014.35
|
a class which can represent one of many ways in which to describe a particular residue in a pose, and can, when given a pose, find its index. The object should be constructed with all its needed parameters, but, one instance may be copied from another. More...
#include <LoopsFileIO.hh>
Public Member Functions | |
ResidueIndexDescription () | |
ResidueIndexDescription (core::Size pose_index) | |
ResidueIndexDescription (char chain, int resindex, char insertion_code= ' ') | |
core::Size | resolve_index (core::pose::Pose const &p) const |
bool | unassigned () const |
bool | pose_numbered () const |
core::Size | pose_index () const |
char | chain () const |
int | resindex () const |
char | insertion_code () const |
Private Attributes | |
bool | unassigned_ |
bool | pose_numbered_ |
core::Size | pose_index_ |
char | chain_ |
int | resindex_ |
char | insertion_code_ |
a class which can represent one of many ways in which to describe a particular residue in a pose, and can, when given a pose, find its index. The object should be constructed with all its needed parameters, but, one instance may be copied from another.
protocols::loops::ResidueIndexDescription::ResidueIndexDescription | ( | ) |
protocols::loops::ResidueIndexDescription::ResidueIndexDescription | ( | core::Size | pose_index | ) |
protocols::loops::ResidueIndexDescription::ResidueIndexDescription | ( | char | chain, |
int | resindex, | ||
char | insertion_code = ' ' |
||
) |
|
inline |
References chain_.
Referenced by protocols::loops::ResidueIndexDescriptionFromFile::resolve_index().
|
inline |
References insertion_code_.
Referenced by resolve_index(), and protocols::loops::ResidueIndexDescriptionFromFile::resolve_index().
|
inline |
References pose_index_.
Referenced by protocols::loops::ResidueIndexDescriptionFromFile::resolve_index().
|
inline |
References pose_numbered_.
Referenced by protocols::loops::ResidueIndexDescriptionFromFile::resolve_index().
|
inline |
References resindex_.
Referenced by protocols::loops::ResidueIndexDescriptionFromFile::resolve_index().
core::Size protocols::loops::ResidueIndexDescription::resolve_index | ( | core::pose::Pose const & | p | ) | const |
|
inline |
References unassigned_.
Referenced by protocols::loops::ResidueIndexDescriptionFromFile::resolve_index().
|
private |
Referenced by chain(), and resolve_index().
|
private |
Referenced by insertion_code(), and resolve_index().
|
private |
Referenced by pose_index(), and resolve_index().
|
private |
Referenced by pose_numbered(), and resolve_index().
|
private |
Referenced by resindex(), and resolve_index().
|
private |
Referenced by resolve_index(), and unassigned().